COLOR #D0EDE3

HEX: #D0EDE3
RGB: (208,237,227)

Color info

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

RGB color model

#D0EDE3 color RGB value is (208,237,227).

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

RGB channels and saturation

R 208 of 255 = 82%
G 237 of 255 = 93%
B 227 of 255 = 89%

208
237
227

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

Portions of RGB colors in percentages

R + G + B =
208 + 237 + 227 = 672 (100%)
R 208 of 672 ~ 30.95%
G 237 of 672 ~ 35.27%
B 227 of 672 ~ 33.78%

%30.95
%35.27
%33.78

CMYK color model

#D0EDE3 color CMYK value is (12,0,4,7).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(12,0,4,7)
C12M0Y4K7 
(12%,0%,4%,7%)
(0.12/0.00/0.04/0.07)	

CMYK percentages

%12.24
%0
%4.22
%7.06

Codes

Color #D0EDE3 in popluar color models

D0EDE3
RGB208237227
HSL159°44.62%87.25%
HSB/HSV159°12.24%92.94%
CMYK12.24%0.00%4.22%
7.06%

Color #D0EDE3 in popluar number systems.

HEXD0EDE3
Decimal208237227
Binary110100001110110111100011
Octal320355343

Shades and tints

Shades of #D0EDE3

#D0EDE3
(208,237,227)
#BED8CF
(190,216,207)
#ACC3BB
(172,195,187)
#9AAEA7
(154,174,167)
#889993
(136,153,147)
#76847F
(118,132,127)
#646F6B
(100,111,107)
#525A57
(82,90,87)
#404543
(64,69,67)
#2E302F
(46,48,47)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #D0EDE3

#D0EDE3
(208,237,227)
#D4EEE5
(212,238,229)
#D8EFE7
(216,239,231)
#DCF0E9
(220,240,233)
#E0F1EB
(224,241,235)
#E4F2ED
(228,242,237)
#E8F3EF
(232,243,239)
#ECF4F1
(236,244,241)
#F0F5F3
(240,245,243)
#F4F6F5
(244,246,245)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EDE3; }

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

This text font color is #D0EDE3.


Background Color

.myBgColor { background-color: #D0EDE3; }

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

This div background color is #D0EDE3.


Border color

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

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

This div border color is #D0EDE3.


Opacity

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

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

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

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

This text has shadow with #D0EDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EDE3 on black background.


Color preview on white background

This text has color #D0EDE3 on white background.



Black color preview on #D0EDE3 background

This text has black color on #D0EDE3 background.


White color preview on #D0EDE3 background

This text has white color on #D0EDE3 background.