Color #9CC9B3

#9CC9B3rgb(156, 201, 179)

Color Codes

HEX#9CC9B3
RGBrgb(156, 201, 179)
HSLhsl(151°, 29%, 70%)
CMYKcmyk(22%, 0%, 11%, 21%)
CIELABLab(77.3, -19.3, 6.2)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #9CC9B3;
color: #9CC9B3;
border: 2px solid #9CC9B3;
background: linear-gradient(135deg, #9CC9B3, #c99cb2);

Code Export

css
:root {
  --color-primary: #9cc9b3;
  --color-primary-rgb: 156, 201, 179;
  --color-primary-hsl: 151, 29%, 70%;
}

Related Tools