COLOR #D0EFDE

HEX: #D0EFDE
RGB: (208,239,222)

Color info

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

RGB color model

#D0EFDE color RGB value is (208,239,222).

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

RGB channels and saturation

R 208 of 255 = 82%
G 239 of 255 = 94%
B 222 of 255 = 87%

208
239
222

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

Portions of RGB colors in percentages

R + G + B =
208 + 239 + 222 = 669 (100%)
R 208 of 669 ~ 31.09%
G 239 of 669 ~ 35.72%
B 222 of 669 ~ 33.18%

%31.09
%35.72
%33.18

CMYK color model

#D0EFDE color CMYK value is (13,0,7,6).

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(13,0,7,6)
C13M0Y7K6 
(13%,0%,7%,6%)
(0.13/0.00/0.07/0.06)	

CMYK percentages

%12.97
%0
%7.11
%6.27

Codes

Color #D0EFDE in popluar color models

D0EFDE
RGB208239222
HSL147°49.21%87.65%
HSB/HSV147°12.97%93.73%
CMYK12.97%0.00%7.11%
6.27%

Color #D0EFDE in popluar number systems.

HEXD0EFDE
Decimal208239222
Binary110100001110111111011110
Octal320357336

Shades and tints

Shades of #D0EFDE

#D0EFDE
(208,239,222)
#BEDACA
(190,218,202)
#ACC5B6
(172,197,182)
#9AB0A2
(154,176,162)
#889B8E
(136,155,142)
#76867A
(118,134,122)
#647166
(100,113,102)
#525C52
(82,92,82)
#40473E
(64,71,62)
#2E322A
(46,50,42)
#1C1D16
(28,29,22)
#000000
(0,0,0)

Tints of #D0EFDE

#D0EFDE
(208,239,222)
#D4F0E1
(212,240,225)
#D8F1E4
(216,241,228)
#DCF2E7
(220,242,231)
#E0F3EA
(224,243,234)
#E4F4ED
(228,244,237)
#E8F5F0
(232,245,240)
#ECF6F3
(236,246,243)
#F0F7F6
(240,247,246)
#F4F8F9
(244,248,249)
#F8F9FC
(248,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EFDE; }

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

This text font color is #D0EFDE.


Background Color

.myBgColor { background-color: #D0EFDE; }

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

This div background color is #D0EFDE.


Border color

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

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

This div border color is #D0EFDE.


Opacity

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

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

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

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

This text has shadow with #D0EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EFDE on black background.


Color preview on white background

This text has color #D0EFDE on white background.



Black color preview on #D0EFDE background

This text has black color on #D0EFDE background.


White color preview on #D0EFDE background

This text has white color on #D0EFDE background.