COLOR #D2EDED

HEX: #D2EDED
RGB: (210,237,237)

Color info

#D2EDED contains red, green and blue colors in about the same proportion. Web safe color of #D2EDED is #CCFFFF (or #CFF).

RGB color model

#D2EDED color RGB value is (210,237,237).

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

RGB channels and saturation

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

210
237
237

R + G + B ~ 89%. #D2EDED is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 237 + 237 = 684 (100%)
R 210 of 684 ~ 30.7%
G 237 of 684 ~ 34.65%
B 237 of 684 ~ 34.65%

%30.7
%34.65
%34.65

CMYK color model

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

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

CMYK percentages

%11.39
%0
%0
%7.06

Codes

Color #D2EDED in popluar color models

D2EDED
RGB210237237
HSL180°42.86%87.65%
HSB/HSV180°11.39%92.94%
CMYK11.39%0.00%0.00%
7.06%

Color #D2EDED in popluar number systems.

HEXD2EDED
Decimal210237237
Binary110100101110110111101101
Octal322355355

Shades and tints

Shades of #D2EDED

#D2EDED
(210,237,237)
#BFD8D8
(191,216,216)
#ACC3C3
(172,195,195)
#99AEAE
(153,174,174)
#869999
(134,153,153)
#738484
(115,132,132)
#606F6F
(96,111,111)
#4D5A5A
(77,90,90)
#3A4545
(58,69,69)
#273030
(39,48,48)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #D2EDED

#D2EDED
(210,237,237)
#D6EEEE
(214,238,238)
#DAEFEF
(218,239,239)
#DEF0F0
(222,240,240)
#E2F1F1
(226,241,241)
#E6F2F2
(230,242,242)
#EAF3F3
(234,243,243)
#EEF4F4
(238,244,244)
#F2F5F5
(242,245,245)
#F6F6F6
(246,246,246)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EDED; }

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

This text font color is #D2EDED.


Background Color

.myBgColor { background-color: #D2EDED; }

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

This div background color is #D2EDED.


Border color

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

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

This div border color is #D2EDED.


Opacity

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

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

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

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

This text has shadow with #D2EDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EDED on black background.


Color preview on white background

This text has color #D2EDED on white background.



Black color preview on #D2EDED background

This text has black color on #D2EDED background.


White color preview on #D2EDED background

This text has white color on #D2EDED background.