COLOR #D1E9CA

HEX: #D1E9CA RGB: (209,233,202)

Color info

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

RGB color model

#D1E9CA color RGB value is (209,233,202).

RGB: (209,233,202) (82%, 91%, 79%)

RGB channels and saturation

R 209 of 255 = 82%
G 233 of 255 = 91%
B 202 of 255 = 79%

209
233
202

R + G + B ~ 84%. #D1E9CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 233 + 202 = 644 (100%)
R 209 of 644 ~ 32.45%
G 233 of 644 ~ 36.18%
B 202 of 644 ~ 31.37'%

%32.45
%36.18
%31.37

CMYK color model

#D1E9CA color CMYK value is (10,0,13,9).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 8.63%

CMYK: (10,0,13,9)
C10M0Y13K9 (10%, 0%, 13%, 9%)
(0.10 / 0.00 / 0.13 / 0.09)

CMYK percentages

%10.3
%0
%13.3
%8.63

Codes

Color #D1E9CA in popluar color models

D1 E9 CA
RGB 209 233 202
HSL 106° 41.33% 85.29%
HSB/HSV 106° 13.30% 91.37%
CMYK 10.30% 0.00% 13.30%
8.63%

Color #D1E9CA in popluar number systems.

HEX D1 E9 CA
Decimal 209 233 202
Binary 11010001 11101001 11001010
Octal 321 351 312

Shades and tints

Shades of #D1E9CA

#D1E9CA
(209,233,202)
#BED4B8
(190,212,184)
#ABBFA6
(171,191,166)
#98AA94
(152,170,148)
#859582
(133,149,130)
#728070
(114,128,112)
#5F6B5E
(95,107,94)
#4C564C
(76,86,76)
#39413A
(57,65,58)
#262C28
(38,44,40)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #D1E9CA

#D1E9CA
(209,233,202)
#D5EBCE
(213,235,206)
#D9EDD2
(217,237,210)
#DDEFD6
(221,239,214)
#E1F1DA
(225,241,218)
#E5F3DE
(229,243,222)
#E9F5E2
(233,245,226)
#EDF7E6
(237,247,230)
#F1F9EA
(241,249,234)
#F5FBEE
(245,251,238)
#F9FDF2
(249,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E9CA; }

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

This text font color is #D1E9CA.

Background Color

.myBgColor { background-color: #D1E9CA; }

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

This div background color is #D1E9CA.

Border color

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

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

This div border color is #D1E9CA.

Opacity

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

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

Text with #D1E9CA 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 #D1E9CA;}

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

This text has shadow with #D1E9CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E9CA.

Preview

Color preview on black background

This text has color #D1E9CA on black background.


Color preview on white background

This text has color #D1E9CA on white background.


Black color preview on #D1E9CA background

This text has black color on #D1E9CA background.


White color preview on #D1E9CA background

This text has white color on #D1E9CA background.


Related colors

Complementary color

Complementary color for #hex is #2E1635.


I love getcolorcode.com

Triadic colors

1 #CAD1E9 and #E9CAD1 with #D1E9CA are triadic colors.

2 #CAE9D1 and #E9D1CA with #D1E9CA are triadic colors.