COLOR #D2EED6

HEX: #D2EED6
RGB: (210,238,214)

Color info

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

RGB color model

#D2EED6 color RGB value is (210,238,214).

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

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 214 of 255 = 84%

210
238
214

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

Portions of RGB colors in percentages

R + G + B =
210 + 238 + 214 = 662 (100%)
R 210 of 662 ~ 31.72%
G 238 of 662 ~ 35.95%
B 214 of 662 ~ 32.33%

%31.72
%35.95
%32.33

CMYK color model

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

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 6.67%
CMYK:
(12,0,10,7)
C12M0Y10K7 
(12%,0%,10%,7%)
(0.12/0.00/0.10/0.07)	

CMYK percentages

%11.76
%0
%10.08
%6.67

Codes

Color #D2EED6 in popluar color models

D2EED6
RGB210238214
HSL129°45.16%87.84%
HSB/HSV129°11.76%93.33%
CMYK11.76%0.00%10.08%
6.67%

Color #D2EED6 in popluar number systems.

HEXD2EED6
Decimal210238214
Binary110100101110111011010110
Octal322356326

Shades and tints

Shades of #D2EED6

#D2EED6
(210,238,214)
#BFD9C3
(191,217,195)
#ACC4B0
(172,196,176)
#99AF9D
(153,175,157)
#869A8A
(134,154,138)
#738577
(115,133,119)
#607064
(96,112,100)
#4D5B51
(77,91,81)
#3A463E
(58,70,62)
#27312B
(39,49,43)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #D2EED6

#D2EED6
(210,238,214)
#D6EFD9
(214,239,217)
#DAF0DC
(218,240,220)
#DEF1DF
(222,241,223)
#E2F2E2
(226,242,226)
#E6F3E5
(230,243,229)
#EAF4E8
(234,244,232)
#EEF5EB
(238,245,235)
#F2F6EE
(242,246,238)
#F6F7F1
(246,247,241)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EED6; }

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

This text font color is #D2EED6.


Background Color

.myBgColor { background-color: #D2EED6; }

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

This div background color is #D2EED6.


Border color

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

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

This div border color is #D2EED6.


Opacity

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

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

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

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

This text has shadow with #D2EED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EED6 on black background.


Color preview on white background

This text has color #D2EED6 on white background.



Black color preview on #D2EED6 background

This text has black color on #D2EED6 background.


White color preview on #D2EED6 background

This text has white color on #D2EED6 background.