COLOR #D0EEE9

HEX: #D0EEE9
RGB: (208,238,233)

Color info

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

RGB color model

#D0EEE9 color RGB value is (208,238,233).

  • red value is 208;
  • green value is 238;
  • blue value is 233.
RGB:
(208,238,233)
(82%,93%,91%)

RGB channels and saturation

R 208 of 255 = 82%
G 238 of 255 = 93%
B 233 of 255 = 91%

208
238
233

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

Portions of RGB colors in percentages

R + G + B =
208 + 238 + 233 = 679 (100%)
R 208 of 679 ~ 30.63%
G 238 of 679 ~ 35.05%
B 233 of 679 ~ 34.32%

%30.63
%35.05
%34.32

CMYK color model

#D0EEE9 color CMYK value is (13,0,2,7).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(13,0,2,7)
C13M0Y2K7 
(13%,0%,2%,7%)
(0.13/0.00/0.02/0.07)	

CMYK percentages

%12.61
%0
%2.1
%6.67

Codes

Color #D0EEE9 in popluar color models

D0EEE9
RGB208238233
HSL170°46.88%87.45%
HSB/HSV170°12.61%93.33%
CMYK12.61%0.00%2.10%
6.67%

Color #D0EEE9 in popluar number systems.

HEXD0EEE9
Decimal208238233
Binary110100001110111011101001
Octal320356351

Shades and tints

Shades of #D0EEE9

#D0EEE9
(208,238,233)
#BED9D4
(190,217,212)
#ACC4BF
(172,196,191)
#9AAFAA
(154,175,170)
#889A95
(136,154,149)
#768580
(118,133,128)
#64706B
(100,112,107)
#525B56
(82,91,86)
#404641
(64,70,65)
#2E312C
(46,49,44)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #D0EEE9

#D0EEE9
(208,238,233)
#D4EFEB
(212,239,235)
#D8F0ED
(216,240,237)
#DCF1EF
(220,241,239)
#E0F2F1
(224,242,241)
#E4F3F3
(228,243,243)
#E8F4F5
(232,244,245)
#ECF5F7
(236,245,247)
#F0F6F9
(240,246,249)
#F4F7FB
(244,247,251)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EEE9 color. Also use rgb(208,238,233) instead hex code.

Text Font Color

.myTextColor { color: #D0EEE9; }

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

This text font color is #D0EEE9.


Background Color

.myBgColor { background-color: #D0EEE9; }

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

This div background color is #D0EEE9.


Border color

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

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

This div border color is #D0EEE9.


Opacity

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

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

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

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

This text has shadow with #D0EEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EEE9 on black background.


Color preview on white background

This text has color #D0EEE9 on white background.



Black color preview on #D0EEE9 background

This text has black color on #D0EEE9 background.


White color preview on #D0EEE9 background

This text has white color on #D0EEE9 background.