COLOR #D0EDE7

HEX: #D0EDE7
RGB: (208,237,231)

Color info

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

RGB color model

#D0EDE7 color RGB value is (208,237,231).

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

RGB channels and saturation

R 208 of 255 = 82%
G 237 of 255 = 93%
B 231 of 255 = 91%

208
237
231

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

Portions of RGB colors in percentages

R + G + B =
208 + 237 + 231 = 676 (100%)
R 208 of 676 ~ 30.77%
G 237 of 676 ~ 35.06%
B 231 of 676 ~ 34.17%

%30.77
%35.06
%34.17

CMYK color model

#D0EDE7 color CMYK value is (12,0,3,7).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(12,0,3,7)
C12M0Y3K7 
(12%,0%,3%,7%)
(0.12/0.00/0.03/0.07)	

CMYK percentages

%12.24
%0
%2.53
%7.06

Codes

Color #D0EDE7 in popluar color models

D0EDE7
RGB208237231
HSL168°44.62%87.25%
HSB/HSV168°12.24%92.94%
CMYK12.24%0.00%2.53%
7.06%

Color #D0EDE7 in popluar number systems.

HEXD0EDE7
Decimal208237231
Binary110100001110110111100111
Octal320355347

Shades and tints

Shades of #D0EDE7

#D0EDE7
(208,237,231)
#BED8D2
(190,216,210)
#ACC3BD
(172,195,189)
#9AAEA8
(154,174,168)
#889993
(136,153,147)
#76847E
(118,132,126)
#646F69
(100,111,105)
#525A54
(82,90,84)
#40453F
(64,69,63)
#2E302A
(46,48,42)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #D0EDE7

#D0EDE7
(208,237,231)
#D4EEE9
(212,238,233)
#D8EFEB
(216,239,235)
#DCF0ED
(220,240,237)
#E0F1EF
(224,241,239)
#E4F2F1
(228,242,241)
#E8F3F3
(232,243,243)
#ECF4F5
(236,244,245)
#F0F5F7
(240,245,247)
#F4F6F9
(244,246,249)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EDE7; }

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

This text font color is #D0EDE7.


Background Color

.myBgColor { background-color: #D0EDE7; }

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

This div background color is #D0EDE7.


Border color

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

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

This div border color is #D0EDE7.


Opacity

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

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

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

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

This text has shadow with #D0EDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EDE7 on black background.


Color preview on white background

This text has color #D0EDE7 on white background.



Black color preview on #D0EDE7 background

This text has black color on #D0EDE7 background.


White color preview on #D0EDE7 background

This text has white color on #D0EDE7 background.