COLOR #D2EDD0

HEX: #D2EDD0 RGB: (210,237,208)

Color info

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

RGB color model

#D2EDD0 color RGB value is (210,237,208).

RGB: (210,237,208) (82%, 93%, 82%)

RGB channels and saturation

R 210 of 255 = 82%
G 237 of 255 = 93%
B 208 of 255 = 82%

210
237
208

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

Portions of RGB colors in percentages

R + G + B = 210 + 237 + 208 = 655 (100%)
R 210 of 655 ~ 32.06%
G 237 of 655 ~ 36.18%
B 208 of 655 ~ 31.76'%

%32.06
%36.18
%31.76

CMYK color model

#D2EDD0 color CMYK value is (11,0,12,7).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 7.06%

CMYK: (11,0,12,7)
C11M0Y12K7 (11%, 0%, 12%, 7%)
(0.11 / 0.00 / 0.12 / 0.07)

CMYK percentages

%11.39
%0
%12.24
%7.06

Codes

Color #D2EDD0 in popluar color models

D2 ED D0
RGB 210 237 208
HSL 116° 44.62% 87.25%
HSB/HSV 116° 12.24% 92.94%
CMYK 11.39% 0.00% 12.24%
7.06%

Color #D2EDD0 in popluar number systems.

HEX D2 ED D0
Decimal 210 237 208
Binary 11010010 11101101 11010000
Octal 322 355 320

Shades and tints

Shades of #D2EDD0

#D2EDD0
(210,237,208)
#BFD8BE
(191,216,190)
#ACC3AC
(172,195,172)
#99AE9A
(153,174,154)
#869988
(134,153,136)
#738476
(115,132,118)
#606F64
(96,111,100)
#4D5A52
(77,90,82)
#3A4540
(58,69,64)
#27302E
(39,48,46)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #D2EDD0

#D2EDD0
(210,237,208)
#D6EED4
(214,238,212)
#DAEFD8
(218,239,216)
#DEF0DC
(222,240,220)
#E2F1E0
(226,241,224)
#E6F2E4
(230,242,228)
#EAF3E8
(234,243,232)
#EEF4EC
(238,244,236)
#F2F5F0
(242,245,240)
#F6F6F4
(246,246,244)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EDD0 color. Also use rgb(210,237,208) instead hex code.

Text Font Color

.myTextColor { color: #D2EDD0; }

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

This text font color is #D2EDD0.

Background Color

.myBgColor { background-color: #D2EDD0; }

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

This div background color is #D2EDD0.

Border color

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

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

This div border color is #D2EDD0.

Opacity

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

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

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

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

This text has shadow with #D2EDD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EDD0.

Preview

Color preview on black background

This text has color #D2EDD0 on black background.


Color preview on white background

This text has color #D2EDD0 on white background.


Black color preview on #D2EDD0 background

This text has black color on #D2EDD0 background.


White color preview on #D2EDD0 background

This text has white color on #D2EDD0 background.


Related colors

Complementary color

Complementary color for #hex is #2D122F.


I love getcolorcode.com

Triadic colors

1 #D0D2ED and #EDD0D2 with #D2EDD0 are triadic colors.

2 #D0EDD2 and #EDD2D0 with #D2EDD0 are triadic colors.