Color #B3FFD9
#B3FFD9rgb(179, 255, 217)
Color Codes
HEX#B3FFD9
RGBrgb(179, 255, 217)
HSLhsl(150°, 100%, 85%)
CMYKcmyk(30%, 0%, 15%, 0%)
CIELABLab(94.4, -31, 10.8)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #B3FFD9;color: #B3FFD9;border: 2px solid #B3FFD9;background: linear-gradient(135deg, #B3FFD9, #ffb3d9);Code Export
css
:root {
--color-primary: #b3ffd9;
--color-primary-rgb: 179, 255, 217;
--color-primary-hsl: 150, 100%, 85%;
}