COLOR #D0EFE9

HEX: #D0EFE9
RGB: (208,239,233)

Color info

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

RGB color model

#D0EFE9 color RGB value is (208,239,233).

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

RGB channels and saturation

R 208 of 255 = 82%
G 239 of 255 = 94%
B 233 of 255 = 91%

208
239
233

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

Portions of RGB colors in percentages

R + G + B =
208 + 239 + 233 = 680 (100%)
R 208 of 680 ~ 30.59%
G 239 of 680 ~ 35.15%
B 233 of 680 ~ 34.26%

%30.59
%35.15
%34.26

CMYK color model

#D0EFE9 color CMYK value is (13,0,3,6).

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(13,0,3,6)
C13M0Y3K6 
(13%,0%,3%,6%)
(0.13/0.00/0.03/0.06)	

CMYK percentages

%12.97
%0
%2.51
%6.27

Codes

Color #D0EFE9 in popluar color models

D0EFE9
RGB208239233
HSL168°49.21%87.65%
HSB/HSV168°12.97%93.73%
CMYK12.97%0.00%2.51%
6.27%

Color #D0EFE9 in popluar number systems.

HEXD0EFE9
Decimal208239233
Binary110100001110111111101001
Octal320357351

Shades and tints

Shades of #D0EFE9

#D0EFE9
(208,239,233)
#BEDAD4
(190,218,212)
#ACC5BF
(172,197,191)
#9AB0AA
(154,176,170)
#889B95
(136,155,149)
#768680
(118,134,128)
#64716B
(100,113,107)
#525C56
(82,92,86)
#404741
(64,71,65)
#2E322C
(46,50,44)
#1C1D17
(28,29,23)
#000000
(0,0,0)

Tints of #D0EFE9

#D0EFE9
(208,239,233)
#D4F0EB
(212,240,235)
#D8F1ED
(216,241,237)
#DCF2EF
(220,242,239)
#E0F3F1
(224,243,241)
#E4F4F3
(228,244,243)
#E8F5F5
(232,245,245)
#ECF6F7
(236,246,247)
#F0F7F9
(240,247,249)
#F4F8FB
(244,248,251)
#F8F9FD
(248,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EFE9; }

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

This text font color is #D0EFE9.


Background Color

.myBgColor { background-color: #D0EFE9; }

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

This div background color is #D0EFE9.


Border color

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

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

This div border color is #D0EFE9.


Opacity

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

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

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

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

This text has shadow with #D0EFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EFE9 on black background.


Color preview on white background

This text has color #D0EFE9 on white background.



Black color preview on #D0EFE9 background

This text has black color on #D0EFE9 background.


White color preview on #D0EFE9 background

This text has white color on #D0EFE9 background.