COLOR #D0EAFA

HEX: #D0EAFA
RGB: (208,234,250)

Color info

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

RGB color model

#D0EAFA color RGB value is (208,234,250).

  • red value is 208;
  • green value is 234;
  • blue value is 250.
RGB:
(208,234,250)
(82%,92%,98%)

RGB channels and saturation

R 208 of 255 = 82%
G 234 of 255 = 92%
B 250 of 255 = 98%

208
234
250

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

Portions of RGB colors in percentages

R + G + B =
208 + 234 + 250 = 692 (100%)
R 208 of 692 ~ 30.06%
G 234 of 692 ~ 33.82%
B 250 of 692 ~ 36.13%

%30.06
%33.82
%36.13

CMYK color model

#D0EAFA color CMYK value is (17,6,0,2).

  • cyan value is 16.80%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(17,6,0,2)
C17M6Y0K2 
(17%,6%,0%,2%)
(0.17/0.06/0.00/0.02)	

CMYK percentages

%16.8
%6.4
%0
%1.96

Codes

Color #D0EAFA in popluar color models

D0EAFA
RGB208234250
HSL203°80.77%89.80%
HSB/HSV203°16.80%98.04%
CMYK16.80%6.40%0.00%
1.96%

Color #D0EAFA in popluar number systems.

HEXD0EAFA
Decimal208234250
Binary110100001110101011111010
Octal320352372

Shades and tints

Shades of #D0EAFA

#D0EAFA
(208,234,250)
#BED5E4
(190,213,228)
#ACC0CE
(172,192,206)
#9AABB8
(154,171,184)
#8896A2
(136,150,162)
#76818C
(118,129,140)
#646C76
(100,108,118)
#525760
(82,87,96)
#40424A
(64,66,74)
#2E2D34
(46,45,52)
#1C181E
(28,24,30)
#000000
(0,0,0)

Tints of #D0EAFA

#D0EAFA
(208,234,250)
#D4EBFA
(212,235,250)
#D8ECFA
(216,236,250)
#DCEDFA
(220,237,250)
#E0EEFA
(224,238,250)
#E4EFFA
(228,239,250)
#E8F0FA
(232,240,250)
#ECF1FA
(236,241,250)
#F0F2FA
(240,242,250)
#F4F3FA
(244,243,250)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EAFA color. Also use rgb(208,234,250) instead hex code.

Text Font Color

.myTextColor { color: #D0EAFA; }

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

This text font color is #D0EAFA.


Background Color

.myBgColor { background-color: #D0EAFA; }

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

This div background color is #D0EAFA.


Border color

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

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

This div border color is #D0EAFA.


Opacity

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

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

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

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

This text has shadow with #D0EAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EAFA on black background.


Color preview on white background

This text has color #D0EAFA on white background.



Black color preview on #D0EAFA background

This text has black color on #D0EAFA background.


White color preview on #D0EAFA background

This text has white color on #D0EAFA background.