COLOR #D2EDEB

HEX: #D2EDEB
RGB: (210,237,235)

Color info

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

RGB color model

#D2EDEB color RGB value is (210,237,235).

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

RGB channels and saturation

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

210
237
235

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

Portions of RGB colors in percentages

R + G + B =
210 + 237 + 235 = 682 (100%)
R 210 of 682 ~ 30.79%
G 237 of 682 ~ 34.75%
B 235 of 682 ~ 34.46%

%30.79
%34.75
%34.46

CMYK color model

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

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

CMYK percentages

%11.39
%0
%0.84
%7.06

Codes

Color #D2EDEB in popluar color models

D2EDEB
RGB210237235
HSL176°42.86%87.65%
HSB/HSV176°11.39%92.94%
CMYK11.39%0.00%0.84%
7.06%

Color #D2EDEB in popluar number systems.

HEXD2EDEB
Decimal210237235
Binary110100101110110111101011
Octal322355353

Shades and tints

Shades of #D2EDEB

#D2EDEB
(210,237,235)
#BFD8D6
(191,216,214)
#ACC3C1
(172,195,193)
#99AEAC
(153,174,172)
#869997
(134,153,151)
#738482
(115,132,130)
#606F6D
(96,111,109)
#4D5A58
(77,90,88)
#3A4543
(58,69,67)
#27302E
(39,48,46)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #D2EDEB

#D2EDEB
(210,237,235)
#D6EEEC
(214,238,236)
#DAEFED
(218,239,237)
#DEF0EE
(222,240,238)
#E2F1EF
(226,241,239)
#E6F2F0
(230,242,240)
#EAF3F1
(234,243,241)
#EEF4F2
(238,244,242)
#F2F5F3
(242,245,243)
#F6F6F4
(246,246,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EDEB; }

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

This text font color is #D2EDEB.


Background Color

.myBgColor { background-color: #D2EDEB; }

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

This div background color is #D2EDEB.


Border color

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

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

This div border color is #D2EDEB.


Opacity

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

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

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

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

This text has shadow with #D2EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EDEB on black background.


Color preview on white background

This text has color #D2EDEB on white background.



Black color preview on #D2EDEB background

This text has black color on #D2EDEB background.


White color preview on #D2EDEB background

This text has white color on #D2EDEB background.