COLOR #D1F9CA

HEX: #D1F9CA RGB: (209,249,202)

Color info

#D1F9CA contains red, green and blue colors in about the same proportion. Web safe color of #D1F9CA is #CCFFCC (or #CFC).

RGB color model

#D1F9CA color RGB value is (209,249,202).

RGB: (209,249,202) (82%, 98%, 79%)

RGB channels and saturation

R 209 of 255 = 82%
G 249 of 255 = 98%
B 202 of 255 = 79%

209
249
202

R + G + B ~ 86%. #D1F9CA is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 249 + 202 = 660 (100%)
R 209 of 660 ~ 31.67%
G 249 of 660 ~ 37.73%
B 202 of 660 ~ 30.61'%

%31.67
%37.73
%30.61

CMYK color model

#D1F9CA color CMYK value is (16,0,19,2).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 2.35%

CMYK: (16,0,19,2)
C16M0Y19K2 (16%, 0%, 19%, 2%)
(0.16 / 0.00 / 0.19 / 0.02)

CMYK percentages

%16.06
%0
%18.88
%2.35

Codes

Color #D1F9CA in popluar color models

D1 F9 CA
RGB 209 249 202
HSL 111° 79.66% 88.43%
HSB/HSV 111° 18.88% 97.65%
CMYK 16.06% 0.00% 18.88%
2.35%

Color #D1F9CA in popluar number systems.

HEX D1 F9 CA
Decimal 209 249 202
Binary 11010001 11111001 11001010
Octal 321 371 312

Shades and tints

Shades of #D1F9CA

#D1F9CA
(209,249,202)
#BEE3B8
(190,227,184)
#ABCDA6
(171,205,166)
#98B794
(152,183,148)
#85A182
(133,161,130)
#728B70
(114,139,112)
#5F755E
(95,117,94)
#4C5F4C
(76,95,76)
#39493A
(57,73,58)
#263328
(38,51,40)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #D1F9CA

#D1F9CA
(209,249,202)
#D5F9CE
(213,249,206)
#D9F9D2
(217,249,210)
#DDF9D6
(221,249,214)
#E1F9DA
(225,249,218)
#E5F9DE
(229,249,222)
#E9F9E2
(233,249,226)
#EDF9E6
(237,249,230)
#F1F9EA
(241,249,234)
#F5F9EE
(245,249,238)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F9CA color. Also use rgb(209,249,202) instead hex code.

Text Font Color

.myTextColor { color: #D1F9CA; }

<p style="color:#D1F9CA">This sample text font color is #D1F9CA.</p>

This text font color is #D1F9CA.

Background Color

.myBgColor { background-color: #D1F9CA; }

<div style="background-color:#D1F9CA">Inner text</div>

This div background color is #D1F9CA.

Border color

.myBorderColor { border: 1px solid #D1F9CA; }

<div style="border:3px solid #D1F9CA">Div</div>

This div border color is #D1F9CA.

Opacity

.myOpacity80 { color: #D1F9CA; opacity: 0.8; }

<p style="color:#D1F9CA;opacity:0.8;">80%</p>

Text with #D1F9CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D1F9CA;}

<p style="text-shadow: 3px 3px 1px #D1F9CA">Text here.</p>

This text has shadow with #D1F9CA color.


.textShadow {text-shadow: 3px 3px 1px #D1F9CA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D1F9CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #D1F9CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1F9CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D1F9CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #D1F9CA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D1F9CA;
-webkit-box-shadow: 1px 1px 3px 2px #D1F9CA;
box-shadow: 1px 1px 3px 2px #D1F9CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1F9CA; -webkit-box-shadow: 1px 1px 3px 2px #D1F9CA; box-shadow:1px 1px 3px 2px #D1F9CA;">
Div content here
</div>

This div box has shadow with color #D1F9CA.

Preview

Color preview on black background

This text has color #D1F9CA on black background.


Color preview on white background

This text has color #D1F9CA on white background.


Black color preview on #D1F9CA background

This text has black color on #D1F9CA background.


White color preview on #D1F9CA background

This text has white color on #D1F9CA background.


Related colors

Complementary color

Complementary color for #hex is #2E0635.


I love getcolorcode.com

Triadic colors

1 #CAD1F9 and #F9CAD1 with #D1F9CA are triadic colors.

2 #CAF9D1 and #F9D1CA with #D1F9CA are triadic colors.