COLOR #D7E1FA

HEX: #D7E1FA
RGB: (215,225,250)

Color info

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

RGB color model

#D7E1FA color RGB value is (215,225,250).

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

RGB channels and saturation

R 215 of 255 = 84%
G 225 of 255 = 88%
B 250 of 255 = 98%

215
225
250

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

Portions of RGB colors in percentages

R + G + B =
215 + 225 + 250 = 690 (100%)
R 215 of 690 ~ 31.16%
G 225 of 690 ~ 32.61%
B 250 of 690 ~ 36.23%

%31.16
%32.61
%36.23

CMYK color model

#D7E1FA color CMYK value is (14,10,0,2).

  • cyan value is 14.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(14,10,0,2)
C14M10Y0K2 
(14%,10%,0%,2%)
(0.14/0.10/0.00/0.02)	

CMYK percentages

%14
%10
%0
%1.96

Codes

Color #D7E1FA in popluar color models

D7E1FA
RGB215225250
HSL223°77.78%91.18%
HSB/HSV223°14.00%98.04%
CMYK14.00%10.00%0.00%
1.96%

Color #D7E1FA in popluar number systems.

HEXD7E1FA
Decimal215225250
Binary110101111110000111111010
Octal327341372

Shades and tints

Shades of #D7E1FA

#D7E1FA
(215,225,250)
#C4CDE4
(196,205,228)
#B1B9CE
(177,185,206)
#9EA5B8
(158,165,184)
#8B91A2
(139,145,162)
#787D8C
(120,125,140)
#656976
(101,105,118)
#525560
(82,85,96)
#3F414A
(63,65,74)
#2C2D34
(44,45,52)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #D7E1FA

#D7E1FA
(215,225,250)
#DAE3FA
(218,227,250)
#DDE5FA
(221,229,250)
#E0E7FA
(224,231,250)
#E3E9FA
(227,233,250)
#E6EBFA
(230,235,250)
#E9EDFA
(233,237,250)
#ECEFFA
(236,239,250)
#EFF1FA
(239,241,250)
#F2F3FA
(242,243,250)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E1FA; }

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

This text font color is #D7E1FA.


Background Color

.myBgColor { background-color: #D7E1FA; }

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

This div background color is #D7E1FA.


Border color

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

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

This div border color is #D7E1FA.


Opacity

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

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

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

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

This text has shadow with #D7E1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E1FA on black background.


Color preview on white background

This text has color #D7E1FA on white background.



Black color preview on #D7E1FA background

This text has black color on #D7E1FA background.


White color preview on #D7E1FA background

This text has white color on #D7E1FA background.