COLOR #D2EDE4

HEX: #D2EDE4
RGB: (210,237,228)

Color info

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

RGB color model

#D2EDE4 color RGB value is (210,237,228).

  • red value is 210;
  • green value is 237;
  • blue value is 228.
RGB:
(210,237,228)
(82%,93%,89%)

RGB channels and saturation

R 210 of 255 = 82%
G 237 of 255 = 93%
B 228 of 255 = 89%

210
237
228

R + G + B ~ 88%. #D2EDE4 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 237 + 228 = 675 (100%)
R 210 of 675 ~ 31.11%
G 237 of 675 ~ 35.11%
B 228 of 675 ~ 33.78%

%31.11
%35.11
%33.78

CMYK color model

#D2EDE4 color CMYK value is (11,0,4,7).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(11,0,4,7)
C11M0Y4K7 
(11%,0%,4%,7%)
(0.11/0.00/0.04/0.07)	

CMYK percentages

%11.39
%0
%3.8
%7.06

Codes

Color #D2EDE4 in popluar color models

D2EDE4
RGB210237228
HSL160°42.86%87.65%
HSB/HSV160°11.39%92.94%
CMYK11.39%0.00%3.80%
7.06%

Color #D2EDE4 in popluar number systems.

HEXD2EDE4
Decimal210237228
Binary110100101110110111100100
Octal322355344

Shades and tints

Shades of #D2EDE4

#D2EDE4
(210,237,228)
#BFD8D0
(191,216,208)
#ACC3BC
(172,195,188)
#99AEA8
(153,174,168)
#869994
(134,153,148)
#738480
(115,132,128)
#606F6C
(96,111,108)
#4D5A58
(77,90,88)
#3A4544
(58,69,68)
#273030
(39,48,48)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #D2EDE4

#D2EDE4
(210,237,228)
#D6EEE6
(214,238,230)
#DAEFE8
(218,239,232)
#DEF0EA
(222,240,234)
#E2F1EC
(226,241,236)
#E6F2EE
(230,242,238)
#EAF3F0
(234,243,240)
#EEF4F2
(238,244,242)
#F2F5F4
(242,245,244)
#F6F6F6
(246,246,246)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EDE4; }

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

This text font color is #D2EDE4.


Background Color

.myBgColor { background-color: #D2EDE4; }

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

This div background color is #D2EDE4.


Border color

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

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

This div border color is #D2EDE4.


Opacity

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

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

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

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

This text has shadow with #D2EDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EDE4 on black background.


Color preview on white background

This text has color #D2EDE4 on white background.



Black color preview on #D2EDE4 background

This text has black color on #D2EDE4 background.


White color preview on #D2EDE4 background

This text has white color on #D2EDE4 background.