COLOR #D1EDD0

HEX: #D1EDD0 RGB: (209,237,208)

Color info

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

RGB color model

#D1EDD0 color RGB value is (209,237,208).

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

RGB channels and saturation

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

209
237
208

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

Portions of RGB colors in percentages

R + G + B = 209 + 237 + 208 = 654 (100%)
R 209 of 654 ~ 31.96%
G 237 of 654 ~ 36.24%
B 208 of 654 ~ 31.8'%

%31.96
%36.24
%31.8

CMYK color model

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

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 7.06%
CMYK: (12,0,12,7) C12M0Y12K7 (12%,0%,12%,7%) (0.12/0.00/0.12/0.07) 

CMYK percentages

%11.81
%0
%12.24
%7.06

Codes

Color #D1EDD0 in popluar color models

D1 ED D0
RGB 209 237 208
HSL 118° 44.62% 87.25%
HSB/HSV 118° 12.24% 92.94%
CMYK 11.81% 0.00% 12.24%
7.06%

Color #D1EDD0 in popluar number systems.

HEX D1 ED D0
Decimal 209 237 208
Binary 11010001 11101101 11010000
Octal 321 355 320

Shades and tints

Shades of #D1EDD0

#D1EDD0
(209,237,208)
#BED8BE
(190,216,190)
#ABC3AC
(171,195,172)
#98AE9A
(152,174,154)
#859988
(133,153,136)
#728476
(114,132,118)
#5F6F64
(95,111,100)
#4C5A52
(76,90,82)
#394540
(57,69,64)
#26302E
(38,48,46)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #D1EDD0

#D1EDD0
(209,237,208)
#D5EED4
(213,238,212)
#D9EFD8
(217,239,216)
#DDF0DC
(221,240,220)
#E1F1E0
(225,241,224)
#E5F2E4
(229,242,228)
#E9F3E8
(233,243,232)
#EDF4EC
(237,244,236)
#F1F5F0
(241,245,240)
#F5F6F4
(245,246,244)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EDD0; }

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

This text font color is #D1EDD0.

Background Color

.myBgColor { background-color: #D1EDD0; }

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

This div background color is #D1EDD0.

Border color

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

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

This div border color is #D1EDD0.

Opacity

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

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

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

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

This text has shadow with #D1EDD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EDD0.

Preview

Color preview on black background

This text has color #D1EDD0 on black background.


Color preview on white background

This text has color #D1EDD0 on white background.


Black color preview on #D1EDD0 background

This text has black color on #D1EDD0 background.


White color preview on #D1EDD0 background

This text has white color on #D1EDD0 background.


Related colors

Complementary color

Complementary color for #hex is #2E122F.


I love getcolorcode.com

Triadic colors

1 #D0D1ED and #EDD0D1 with #D1EDD0 are triadic colors.

2 #D0EDD1 and #EDD1D0 with #D1EDD0 are triadic colors.