Color #9CC9BE

#9CC9BErgb(156, 201, 190)

Color Codes

HEX#9CC9BE
RGBrgb(156, 201, 190)
HSLhsl(165°, 29%, 70%)
CMYKcmyk(22%, 0%, 5%, 21%)
CIELABLab(77.6, -17, 0.6)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #9cc9be;
  --color-primary-rgb: 156, 201, 190;
  --color-primary-hsl: 165, 29%, 70%;
}

Related Tools