COLOR #D2E9CD

HEX: #D2E9CD RGB: (210,233,205)

Color info

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

RGB color model

#D2E9CD color RGB value is (210,233,205).

RGB: (210,233,205) (82%, 91%, 80%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 205 of 255 = 80%

210
233
205

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

Portions of RGB colors in percentages

R + G + B = 210 + 233 + 205 = 648 (100%)
R 210 of 648 ~ 32.41%
G 233 of 648 ~ 35.96%
B 205 of 648 ~ 31.64'%

%32.41
%35.96
%31.64

CMYK color model

#D2E9CD color CMYK value is (10,0,12,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 8.63%

CMYK: (10,0,12,9)
C10M0Y12K9 (10%, 0%, 12%, 9%)
(0.10 / 0.00 / 0.12 / 0.09)

CMYK percentages

%9.87
%0
%12.02
%8.63

Codes

Color #D2E9CD in popluar color models

D2 E9 CD
RGB 210 233 205
HSL 109° 38.89% 85.88%
HSB/HSV 109° 12.02% 91.37%
CMYK 9.87% 0.00% 12.02%
8.63%

Color #D2E9CD in popluar number systems.

HEX D2 E9 CD
Decimal 210 233 205
Binary 11010010 11101001 11001101
Octal 322 351 315

Shades and tints

Shades of #D2E9CD

#D2E9CD
(210,233,205)
#BFD4BB
(191,212,187)
#ACBFA9
(172,191,169)
#99AA97
(153,170,151)
#869585
(134,149,133)
#738073
(115,128,115)
#606B61
(96,107,97)
#4D564F
(77,86,79)
#3A413D
(58,65,61)
#272C2B
(39,44,43)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #D2E9CD

#D2E9CD
(210,233,205)
#D6EBD1
(214,235,209)
#DAEDD5
(218,237,213)
#DEEFD9
(222,239,217)
#E2F1DD
(226,241,221)
#E6F3E1
(230,243,225)
#EAF5E5
(234,245,229)
#EEF7E9
(238,247,233)
#F2F9ED
(242,249,237)
#F6FBF1
(246,251,241)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9CD color. Also use rgb(210,233,205) instead hex code.

Text Font Color

.myTextColor { color: #D2E9CD; }

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

This text font color is #D2E9CD.

Background Color

.myBgColor { background-color: #D2E9CD; }

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

This div background color is #D2E9CD.

Border color

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

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

This div border color is #D2E9CD.

Opacity

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

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

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

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

This text has shadow with #D2E9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E9CD.

Preview

Color preview on black background

This text has color #D2E9CD on black background.


Color preview on white background

This text has color #D2E9CD on white background.


Black color preview on #D2E9CD background

This text has black color on #D2E9CD background.


White color preview on #D2E9CD background

This text has white color on #D2E9CD background.


Related colors

Complementary color

Complementary color for #hex is #2D1632.


I love getcolorcode.com

Triadic colors

1 #CDD2E9 and #E9CDD2 with #D2E9CD are triadic colors.

2 #CDE9D2 and #E9D2CD with #D2E9CD are triadic colors.