COLOR #D0E9FF

HEX: #D0E9FF
RGB: (208,233,255)

Color info

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

RGB color model

#D0E9FF color RGB value is (208,233,255).

  • red value is 208;
  • green value is 233;
  • blue value is 255.
RGB:
(208,233,255)
(82%,91%,100%)

RGB channels and saturation

R 208 of 255 = 82%
G 233 of 255 = 91%
B 255 of 255 = 100%

208
233
255

R + G + B ~ 91%. #D0E9FF is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 233 + 255 = 696 (100%)
R 208 of 696 ~ 29.89%
G 233 of 696 ~ 33.48%
B 255 of 696 ~ 36.64%

%29.89
%33.48
%36.64

CMYK color model

#D0E9FF color CMYK value is (18,9,0,0).

  • cyan value is 18.43%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,9,0,0)
C18M9Y0K0 
(18%,9%,0%,0%)
(0.18/0.09/0.00/0.00)	

CMYK percentages

%18.43
%8.63
%0
%0

Codes

Color #D0E9FF in popluar color models

D0E9FF
RGB208233255
HSL208°100.00%90.78%
HSB/HSV208°18.43%100.00%
CMYK18.43%8.63%0.00%
0.00%

Color #D0E9FF in popluar number systems.

HEXD0E9FF
Decimal208233255
Binary110100001110100111111111
Octal320351377

Shades and tints

Shades of #D0E9FF

#D0E9FF
(208,233,255)
#BED4E8
(190,212,232)
#ACBFD1
(172,191,209)
#9AAABA
(154,170,186)
#8895A3
(136,149,163)
#76808C
(118,128,140)
#646B75
(100,107,117)
#52565E
(82,86,94)
#404147
(64,65,71)
#2E2C30
(46,44,48)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #D0E9FF

#D0E9FF
(208,233,255)
#D4EBFF
(212,235,255)
#D8EDFF
(216,237,255)
#DCEFFF
(220,239,255)
#E0F1FF
(224,241,255)
#E4F3FF
(228,243,255)
#E8F5FF
(232,245,255)
#ECF7FF
(236,247,255)
#F0F9FF
(240,249,255)
#F4FBFF
(244,251,255)
#F8FDFF
(248,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E9FF color. Also use rgb(208,233,255) instead hex code.

Text Font Color

.myTextColor { color: #D0E9FF; }

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

This text font color is #D0E9FF.


Background Color

.myBgColor { background-color: #D0E9FF; }

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

This div background color is #D0E9FF.


Border color

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

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

This div border color is #D0E9FF.


Opacity

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

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

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

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

This text has shadow with #D0E9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E9FF on black background.


Color preview on white background

This text has color #D0E9FF on white background.



Black color preview on #D0E9FF background

This text has black color on #D0E9FF background.


White color preview on #D0E9FF background

This text has white color on #D0E9FF background.