COLOR #D2EED4

HEX: #D2EED4
RGB: (210,238,212)

Color info

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

RGB color model

#D2EED4 color RGB value is (210,238,212).

  • red value is 210;
  • green value is 238;
  • blue value is 212.
RGB:
(210,238,212)
(82%,93%,83%)

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 212 of 255 = 83%

210
238
212

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

Portions of RGB colors in percentages

R + G + B =
210 + 238 + 212 = 660 (100%)
R 210 of 660 ~ 31.82%
G 238 of 660 ~ 36.06%
B 212 of 660 ~ 32.12%

%31.82
%36.06
%32.12

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 6.67%
CMYK:
(12,0,11,7)
C12M0Y11K7 
(12%,0%,11%,7%)
(0.12/0.00/0.11/0.07)	

CMYK percentages

%11.76
%0
%10.92
%6.67

Codes

Color #D2EED4 in popluar color models

D2EED4
RGB210238212
HSL124°45.16%87.84%
HSB/HSV124°11.76%93.33%
CMYK11.76%0.00%10.92%
6.67%

Color #D2EED4 in popluar number systems.

HEXD2EED4
Decimal210238212
Binary110100101110111011010100
Octal322356324

Shades and tints

Shades of #D2EED4

#D2EED4
(210,238,212)
#BFD9C1
(191,217,193)
#ACC4AE
(172,196,174)
#99AF9B
(153,175,155)
#869A88
(134,154,136)
#738575
(115,133,117)
#607062
(96,112,98)
#4D5B4F
(77,91,79)
#3A463C
(58,70,60)
#273129
(39,49,41)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #D2EED4

#D2EED4
(210,238,212)
#D6EFD7
(214,239,215)
#DAF0DA
(218,240,218)
#DEF1DD
(222,241,221)
#E2F2E0
(226,242,224)
#E6F3E3
(230,243,227)
#EAF4E6
(234,244,230)
#EEF5E9
(238,245,233)
#F2F6EC
(242,246,236)
#F6F7EF
(246,247,239)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EED4; }

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

This text font color is #D2EED4.


Background Color

.myBgColor { background-color: #D2EED4; }

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

This div background color is #D2EED4.


Border color

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

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

This div border color is #D2EED4.


Opacity

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

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

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

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

This text has shadow with #D2EED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EED4 on black background.


Color preview on white background

This text has color #D2EED4 on white background.



Black color preview on #D2EED4 background

This text has black color on #D2EED4 background.


White color preview on #D2EED4 background

This text has white color on #D2EED4 background.