COLOR #D0E0E3

HEX: #D0E0E3
RGB: (208,224,227)

Color info

#D0E0E3 contains red, green and blue colors in about the same proportion. Web safe color of #D0E0E3 is #CCCCCC (or #CCC).

RGB color model

#D0E0E3 color RGB value is (208,224,227).

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

RGB channels and saturation

R 208 of 255 = 82%
G 224 of 255 = 88%
B 227 of 255 = 89%

208
224
227

R + G + B ~ 86%. #D0E0E3 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 224 + 227 = 659 (100%)
R 208 of 659 ~ 31.56%
G 224 of 659 ~ 33.99%
B 227 of 659 ~ 34.45%

%31.56
%33.99
%34.45

CMYK color model

#D0E0E3 color CMYK value is (8,1,0,11).

  • cyan value is 8.37%
  • magenta value is 1.32%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(8,1,0,11)
C8M1Y0K11 
(8%,1%,0%,11%)
(0.08/0.01/0.00/0.11)	

CMYK percentages

%8.37
%1.32
%0
%10.98

Codes

Color #D0E0E3 in popluar color models

D0E0E3
RGB208224227
HSL189°25.33%85.29%
HSB/HSV189°8.37%89.02%
CMYK8.37%1.32%0.00%
10.98%

Color #D0E0E3 in popluar number systems.

HEXD0E0E3
Decimal208224227
Binary110100001110000011100011
Octal320340343

Shades and tints

Shades of #D0E0E3

#D0E0E3
(208,224,227)
#BECCCF
(190,204,207)
#ACB8BB
(172,184,187)
#9AA4A7
(154,164,167)
#889093
(136,144,147)
#767C7F
(118,124,127)
#64686B
(100,104,107)
#525457
(82,84,87)
#404043
(64,64,67)
#2E2C2F
(46,44,47)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #D0E0E3

#D0E0E3
(208,224,227)
#D4E2E5
(212,226,229)
#D8E4E7
(216,228,231)
#DCE6E9
(220,230,233)
#E0E8EB
(224,232,235)
#E4EAED
(228,234,237)
#E8ECEF
(232,236,239)
#ECEEF1
(236,238,241)
#F0F0F3
(240,240,243)
#F4F2F5
(244,242,245)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E0E3; }

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

This text font color is #D0E0E3.


Background Color

.myBgColor { background-color: #D0E0E3; }

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

This div background color is #D0E0E3.


Border color

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

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

This div border color is #D0E0E3.


Opacity

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

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

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

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

This text has shadow with #D0E0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E0E3 on black background.


Color preview on white background

This text has color #D0E0E3 on white background.



Black color preview on #D0E0E3 background

This text has black color on #D0E0E3 background.


White color preview on #D0E0E3 background

This text has white color on #D0E0E3 background.