COLOR #D0E4FF

HEX: #D0E4FF
RGB: (208,228,255)

Color info

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

RGB color model

#D0E4FF color RGB value is (208,228,255).

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

RGB channels and saturation

R 208 of 255 = 82%
G 228 of 255 = 89%
B 255 of 255 = 100%

208
228
255

R + G + B ~ 90%. #D0E4FF is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 228 + 255 = 691 (100%)
R 208 of 691 ~ 30.1%
G 228 of 691 ~ 33%
B 255 of 691 ~ 36.9%

%30.1
%33
%36.9

CMYK color model

#D0E4FF color CMYK value is (18,11,0,0).

  • cyan value is 18.43%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,11,0,0)
C18M11Y0K0 
(18%,11%,0%,0%)
(0.18/0.11/0.00/0.00)	

CMYK percentages

%18.43
%10.59
%0
%0

Codes

Color #D0E4FF in popluar color models

D0E4FF
RGB208228255
HSL214°100.00%90.78%
HSB/HSV214°18.43%100.00%
CMYK18.43%10.59%0.00%
0.00%

Color #D0E4FF in popluar number systems.

HEXD0E4FF
Decimal208228255
Binary110100001110010011111111
Octal320344377

Shades and tints

Shades of #D0E4FF

#D0E4FF
(208,228,255)
#BED0E8
(190,208,232)
#ACBCD1
(172,188,209)
#9AA8BA
(154,168,186)
#8894A3
(136,148,163)
#76808C
(118,128,140)
#646C75
(100,108,117)
#52585E
(82,88,94)
#404447
(64,68,71)
#2E3030
(46,48,48)
#1C1C19
(28,28,25)
#000000
(0,0,0)

Tints of #D0E4FF

#D0E4FF
(208,228,255)
#D4E6FF
(212,230,255)
#D8E8FF
(216,232,255)
#DCEAFF
(220,234,255)
#E0ECFF
(224,236,255)
#E4EEFF
(228,238,255)
#E8F0FF
(232,240,255)
#ECF2FF
(236,242,255)
#F0F4FF
(240,244,255)
#F4F6FF
(244,246,255)
#F8F8FF
(248,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E4FF; }

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

This text font color is #D0E4FF.


Background Color

.myBgColor { background-color: #D0E4FF; }

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

This div background color is #D0E4FF.


Border color

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

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

This div border color is #D0E4FF.


Opacity

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

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

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

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

This text has shadow with #D0E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E4FF on black background.


Color preview on white background

This text has color #D0E4FF on white background.



Black color preview on #D0E4FF background

This text has black color on #D0E4FF background.


White color preview on #D0E4FF background

This text has white color on #D0E4FF background.