COLOR #D0EBFA

HEX: #D0EBFA
RGB: (208,235,250)

Color info

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

RGB color model

#D0EBFA color RGB value is (208,235,250).

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

RGB channels and saturation

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

208
235
250

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

Portions of RGB colors in percentages

R + G + B =
208 + 235 + 250 = 693 (100%)
R 208 of 693 ~ 30.01%
G 235 of 693 ~ 33.91%
B 250 of 693 ~ 36.08%

%30.01
%33.91
%36.08

CMYK color model

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

  • cyan value is 16.80%
  • magenta value is 6.00%
  • 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
%0
%1.96

Codes

Color #D0EBFA in popluar color models

D0EBFA
RGB208235250
HSL201°80.77%89.80%
HSB/HSV201°16.80%98.04%
CMYK16.80%6.00%0.00%
1.96%

Color #D0EBFA in popluar number systems.

HEXD0EBFA
Decimal208235250
Binary110100001110101111111010
Octal320353372

Shades and tints

Shades of #D0EBFA

#D0EBFA
(208,235,250)
#BED6E4
(190,214,228)
#ACC1CE
(172,193,206)
#9AACB8
(154,172,184)
#8897A2
(136,151,162)
#76828C
(118,130,140)
#646D76
(100,109,118)
#525860
(82,88,96)
#40434A
(64,67,74)
#2E2E34
(46,46,52)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #D0EBFA

#D0EBFA
(208,235,250)
#D4ECFA
(212,236,250)
#D8EDFA
(216,237,250)
#DCEEFA
(220,238,250)
#E0EFFA
(224,239,250)
#E4F0FA
(228,240,250)
#E8F1FA
(232,241,250)
#ECF2FA
(236,242,250)
#F0F3FA
(240,243,250)
#F4F4FA
(244,244,250)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EBFA; }

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

This text font color is #D0EBFA.


Background Color

.myBgColor { background-color: #D0EBFA; }

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

This div background color is #D0EBFA.


Border color

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

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

This div border color is #D0EBFA.


Opacity

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

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

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

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

This text has shadow with #D0EBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EBFA on black background.


Color preview on white background

This text has color #D0EBFA on white background.



Black color preview on #D0EBFA background

This text has black color on #D0EBFA background.


White color preview on #D0EBFA background

This text has white color on #D0EBFA background.