COLOR #D0E5EB

HEX: #D0E5EB
RGB: (208,229,235)

Color info

#D0E5EB contains red, green and blue colors in about the same proportion. Web safe color of #D0E5EB is #CCCCFF (or #CCF).

RGB color model

#D0E5EB color RGB value is (208,229,235).

  • red value is 208;
  • green value is 229;
  • blue value is 235.
RGB:
(208,229,235)
(82%,90%,92%)

RGB channels and saturation

R 208 of 255 = 82%
G 229 of 255 = 90%
B 235 of 255 = 92%

208
229
235

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

Portions of RGB colors in percentages

R + G + B =
208 + 229 + 235 = 672 (100%)
R 208 of 672 ~ 30.95%
G 229 of 672 ~ 34.08%
B 235 of 672 ~ 34.97%

%30.95
%34.08
%34.97

CMYK color model

#D0E5EB color CMYK value is (11,3,0,8).

  • cyan value is 11.49%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,3,0,8)
C11M3Y0K8 
(11%,3%,0%,8%)
(0.11/0.03/0.00/0.08)	

CMYK percentages

%11.49
%2.55
%0
%7.84

Codes

Color #D0E5EB in popluar color models

D0E5EB
RGB208229235
HSL193°40.30%86.86%
HSB/HSV193°11.49%92.16%
CMYK11.49%2.55%0.00%
7.84%

Color #D0E5EB in popluar number systems.

HEXD0E5EB
Decimal208229235
Binary110100001110010111101011
Octal320345353

Shades and tints

Shades of #D0E5EB

#D0E5EB
(208,229,235)
#BED1D6
(190,209,214)
#ACBDC1
(172,189,193)
#9AA9AC
(154,169,172)
#889597
(136,149,151)
#768182
(118,129,130)
#646D6D
(100,109,109)
#525958
(82,89,88)
#404543
(64,69,67)
#2E312E
(46,49,46)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #D0E5EB

#D0E5EB
(208,229,235)
#D4E7EC
(212,231,236)
#D8E9ED
(216,233,237)
#DCEBEE
(220,235,238)
#E0EDEF
(224,237,239)
#E4EFF0
(228,239,240)
#E8F1F1
(232,241,241)
#ECF3F2
(236,243,242)
#F0F5F3
(240,245,243)
#F4F7F4
(244,247,244)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E5EB color. Also use rgb(208,229,235) instead hex code.

Text Font Color

.myTextColor { color: #D0E5EB; }

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

This text font color is #D0E5EB.


Background Color

.myBgColor { background-color: #D0E5EB; }

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

This div background color is #D0E5EB.


Border color

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

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

This div border color is #D0E5EB.


Opacity

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

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

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

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

This text has shadow with #D0E5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E5EB on black background.


Color preview on white background

This text has color #D0E5EB on white background.



Black color preview on #D0E5EB background

This text has black color on #D0E5EB background.


White color preview on #D0E5EB background

This text has white color on #D0E5EB background.