COLOR #D7EEFA

HEX: #D7EEFA
RGB: (215,238,250)

Color info

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

RGB color model

#D7EEFA color RGB value is (215,238,250).

  • red value is 215;
  • green value is 238;
  • blue value is 250.
RGB:
(215,238,250)
(84%,93%,98%)

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 250 of 255 = 98%

215
238
250

R + G + B ~ 92%. #D7EEFA is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 238 + 250 = 703 (100%)
R 215 of 703 ~ 30.58%
G 238 of 703 ~ 33.85%
B 250 of 703 ~ 35.56%

%30.58
%33.85
%35.56

CMYK color model

#D7EEFA color CMYK value is (14,5,0,2).

  • cyan value is 14.00%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,5,0,2)
C14M5Y0K2 
(14%,5%,0%,2%)
(0.14/0.05/0.00/0.02)	

CMYK percentages

%14
%4.8
%0
%1.96

Codes

Color #D7EEFA in popluar color models

D7EEFA
RGB215238250
HSL201°77.78%91.18%
HSB/HSV201°14.00%98.04%
CMYK14.00%4.80%0.00%
1.96%

Color #D7EEFA in popluar number systems.

HEXD7EEFA
Decimal215238250
Binary110101111110111011111010
Octal327356372

Shades and tints

Shades of #D7EEFA

#D7EEFA
(215,238,250)
#C4D9E4
(196,217,228)
#B1C4CE
(177,196,206)
#9EAFB8
(158,175,184)
#8B9AA2
(139,154,162)
#78858C
(120,133,140)
#657076
(101,112,118)
#525B60
(82,91,96)
#3F464A
(63,70,74)
#2C3134
(44,49,52)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #D7EEFA

#D7EEFA
(215,238,250)
#DAEFFA
(218,239,250)
#DDF0FA
(221,240,250)
#E0F1FA
(224,241,250)
#E3F2FA
(227,242,250)
#E6F3FA
(230,243,250)
#E9F4FA
(233,244,250)
#ECF5FA
(236,245,250)
#EFF6FA
(239,246,250)
#F2F7FA
(242,247,250)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EEFA color. Also use rgb(215,238,250) instead hex code.

Text Font Color

.myTextColor { color: #D7EEFA; }

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

This text font color is #D7EEFA.


Background Color

.myBgColor { background-color: #D7EEFA; }

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

This div background color is #D7EEFA.


Border color

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

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

This div border color is #D7EEFA.


Opacity

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

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

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

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

This text has shadow with #D7EEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EEFA on black background.


Color preview on white background

This text has color #D7EEFA on white background.



Black color preview on #D7EEFA background

This text has black color on #D7EEFA background.


White color preview on #D7EEFA background

This text has white color on #D7EEFA background.