Color #9CC9A7
#9CC9A7rgb(156, 201, 167)
Color Codes
HEX#9CC9A7
RGBrgb(156, 201, 167)
HSLhsl(135°, 29%, 70%)
CMYKcmyk(22%, 0%, 17%, 21%)
CIELABLab(77.1, -21.6, 12.2)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #9CC9A7;color: #9CC9A7;border: 2px solid #9CC9A7;background: linear-gradient(135deg, #9CC9A7, #c99cbe);Code Export
css
:root {
--color-primary: #9cc9a7;
--color-primary-rgb: 156, 201, 167;
--color-primary-hsl: 135, 29%, 70%;
}