COLOR #D2E2CD

HEX: #D2E2CD RGB: (210,226,205)

Color info

#D2E2CD contains red, green and blue colors in about the same proportion. Web safe color of #D2E2CD is #CCCCCC (or #CCC).

RGB color model

#D2E2CD color RGB value is (210,226,205).

RGB: (210,226,205) (82%, 89%, 80%)

RGB channels and saturation

R 210 of 255 = 82%
G 226 of 255 = 89%
B 205 of 255 = 80%

210
226
205

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

Portions of RGB colors in percentages

R + G + B = 210 + 226 + 205 = 641 (100%)
R 210 of 641 ~ 32.76%
G 226 of 641 ~ 35.26%
B 205 of 641 ~ 31.98'%

%32.76
%35.26
%31.98

CMYK color model

#D2E2CD color CMYK value is (7,0,9,11).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 11.37%

CMYK: (7,0,9,11)
C7M0Y9K11 (7%, 0%, 9%, 11%)
(0.07 / 0.00 / 0.09 / 0.11)

CMYK percentages

%7.08
%0
%9.29
%11.37

Codes

Color #D2E2CD in popluar color models

D2 E2 CD
RGB 210 226 205
HSL 106° 26.58% 84.51%
HSB/HSV 106° 9.29% 88.63%
CMYK 7.08% 0.00% 9.29%
11.37%

Color #D2E2CD in popluar number systems.

HEX D2 E2 CD
Decimal 210 226 205
Binary 11010010 11100010 11001101
Octal 322 342 315

Shades and tints

Shades of #D2E2CD

#D2E2CD
(210,226,205)
#BFCEBB
(191,206,187)
#ACBAA9
(172,186,169)
#99A697
(153,166,151)
#869285
(134,146,133)
#737E73
(115,126,115)
#606A61
(96,106,97)
#4D564F
(77,86,79)
#3A423D
(58,66,61)
#272E2B
(39,46,43)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #D2E2CD

#D2E2CD
(210,226,205)
#D6E4D1
(214,228,209)
#DAE6D5
(218,230,213)
#DEE8D9
(222,232,217)
#E2EADD
(226,234,221)
#E6ECE1
(230,236,225)
#EAEEE5
(234,238,229)
#EEF0E9
(238,240,233)
#F2F2ED
(242,242,237)
#F6F4F1
(246,244,241)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E2CD; }

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

This text font color is #D2E2CD.

Background Color

.myBgColor { background-color: #D2E2CD; }

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

This div background color is #D2E2CD.

Border color

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

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

This div border color is #D2E2CD.

Opacity

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

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

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

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

This text has shadow with #D2E2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E2CD.

Preview

Color preview on black background

This text has color #D2E2CD on black background.


Color preview on white background

This text has color #D2E2CD on white background.


Black color preview on #D2E2CD background

This text has black color on #D2E2CD background.


White color preview on #D2E2CD background

This text has white color on #D2E2CD background.


Related colors

Complementary color

Complementary color for #hex is #2D1D32.


I love getcolorcode.com

Triadic colors

1 #CDD2E2 and #E2CDD2 with #D2E2CD are triadic colors.

2 #CDE2D2 and #E2D2CD with #D2E2CD are triadic colors.