COLOR #D2EED1

HEX: #D2EED1 RGB: (210,238,209)

Color info

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

RGB color model

#D2EED1 color RGB value is (210,238,209).

RGB: (210,238,209) (82%, 93%, 82%)

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 209 of 255 = 82%

210
238
209

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

Portions of RGB colors in percentages

R + G + B = 210 + 238 + 209 = 657 (100%)
R 210 of 657 ~ 31.96%
G 238 of 657 ~ 36.23%
B 209 of 657 ~ 31.81'%

%31.96
%36.23
%31.81

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 6.67%

CMYK: (12,0,12,7)
C12M0Y12K7 (12%, 0%, 12%, 7%)
(0.12 / 0.00 / 0.12 / 0.07)

CMYK percentages

%11.76
%0
%12.18
%6.67

Codes

Color #D2EED1 in popluar color models

D2 EE D1
RGB 210 238 209
HSL 118° 46.03% 87.65%
HSB/HSV 118° 12.18% 93.33%
CMYK 11.76% 0.00% 12.18%
6.67%

Color #D2EED1 in popluar number systems.

HEX D2 EE D1
Decimal 210 238 209
Binary 11010010 11101110 11010001
Octal 322 356 321

Shades and tints

Shades of #D2EED1

#D2EED1
(210,238,209)
#BFD9BE
(191,217,190)
#ACC4AB
(172,196,171)
#99AF98
(153,175,152)
#869A85
(134,154,133)
#738572
(115,133,114)
#60705F
(96,112,95)
#4D5B4C
(77,91,76)
#3A4639
(58,70,57)
#273126
(39,49,38)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #D2EED1

#D2EED1
(210,238,209)
#D6EFD5
(214,239,213)
#DAF0D9
(218,240,217)
#DEF1DD
(222,241,221)
#E2F2E1
(226,242,225)
#E6F3E5
(230,243,229)
#EAF4E9
(234,244,233)
#EEF5ED
(238,245,237)
#F2F6F1
(242,246,241)
#F6F7F5
(246,247,245)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EED1 color. Also use rgb(210,238,209) instead hex code.

Text Font Color

.myTextColor { color: #D2EED1; }

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

This text font color is #D2EED1.

Background Color

.myBgColor { background-color: #D2EED1; }

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

This div background color is #D2EED1.

Border color

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

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

This div border color is #D2EED1.

Opacity

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

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

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

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

This text has shadow with #D2EED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EED1.

Preview

Color preview on black background

This text has color #D2EED1 on black background.


Color preview on white background

This text has color #D2EED1 on white background.


Black color preview on #D2EED1 background

This text has black color on #D2EED1 background.


White color preview on #D2EED1 background

This text has white color on #D2EED1 background.


Related colors

Complementary color

Complementary color for #hex is #2D112E.


I love getcolorcode.com

Triadic colors

1 #D1D2EE and #EED1D2 with #D2EED1 are triadic colors.

2 #D1EED2 and #EED2D1 with #D2EED1 are triadic colors.