COLOR #D0E3F5

HEX: #D0E3F5
RGB: (208,227,245)

Color info

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

RGB color model

#D0E3F5 color RGB value is (208,227,245).

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

RGB channels and saturation

R 208 of 255 = 82%
G 227 of 255 = 89%
B 245 of 255 = 96%

208
227
245

R + G + B ~ 89%. #D0E3F5 is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 227 + 245 = 680 (100%)
R 208 of 680 ~ 30.59%
G 227 of 680 ~ 33.38%
B 245 of 680 ~ 36.03%

%30.59
%33.38
%36.03

CMYK color model

#D0E3F5 color CMYK value is (15,7,0,4).

  • cyan value is 15.10%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(15,7,0,4)
C15M7Y0K4 
(15%,7%,0%,4%)
(0.15/0.07/0.00/0.04)	

CMYK percentages

%15.1
%7.35
%0
%3.92

Codes

Color #D0E3F5 in popluar color models

D0E3F5
RGB208227245
HSL209°64.91%88.82%
HSB/HSV209°15.10%96.08%
CMYK15.10%7.35%0.00%
3.92%

Color #D0E3F5 in popluar number systems.

HEXD0E3F5
Decimal208227245
Binary110100001110001111110101
Octal320343365

Shades and tints

Shades of #D0E3F5

#D0E3F5
(208,227,245)
#BECFDF
(190,207,223)
#ACBBC9
(172,187,201)
#9AA7B3
(154,167,179)
#88939D
(136,147,157)
#767F87
(118,127,135)
#646B71
(100,107,113)
#52575B
(82,87,91)
#404345
(64,67,69)
#2E2F2F
(46,47,47)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #D0E3F5

#D0E3F5
(208,227,245)
#D4E5F5
(212,229,245)
#D8E7F5
(216,231,245)
#DCE9F5
(220,233,245)
#E0EBF5
(224,235,245)
#E4EDF5
(228,237,245)
#E8EFF5
(232,239,245)
#ECF1F5
(236,241,245)
#F0F3F5
(240,243,245)
#F4F5F5
(244,245,245)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E3F5; }

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

This text font color is #D0E3F5.


Background Color

.myBgColor { background-color: #D0E3F5; }

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

This div background color is #D0E3F5.


Border color

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

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

This div border color is #D0E3F5.


Opacity

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

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

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

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

This text has shadow with #D0E3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E3F5 on black background.


Color preview on white background

This text has color #D0E3F5 on white background.



Black color preview on #D0E3F5 background

This text has black color on #D0E3F5 background.


White color preview on #D0E3F5 background

This text has white color on #D0E3F5 background.