COLOR #D7E3FE

HEX: #D7E3FE
RGB: (215,227,254)

Color info

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

RGB color model

#D7E3FE color RGB value is (215,227,254).

  • red value is 215;
  • green value is 227;
  • blue value is 254.
RGB:
(215,227,254)
(84%,89%,100%)

RGB channels and saturation

R 215 of 255 = 84%
G 227 of 255 = 89%
B 254 of 255 = 100%

215
227
254

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

Portions of RGB colors in percentages

R + G + B =
215 + 227 + 254 = 696 (100%)
R 215 of 696 ~ 30.89%
G 227 of 696 ~ 32.61%
B 254 of 696 ~ 36.49%

%30.89
%32.61
%36.49

CMYK color model

#D7E3FE color CMYK value is (15,11,0,0).

  • cyan value is 15.35%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(15,11,0,0)
C15M11Y0K0 
(15%,11%,0%,0%)
(0.15/0.11/0.00/0.00)	

CMYK percentages

%15.35
%10.63
%0
%0.39

Codes

Color #D7E3FE in popluar color models

D7E3FE
RGB215227254
HSL222°95.12%91.96%
HSB/HSV222°15.35%99.61%
CMYK15.35%10.63%0.00%
0.39%

Color #D7E3FE in popluar number systems.

HEXD7E3FE
Decimal215227254
Binary110101111110001111111110
Octal327343376

Shades and tints

Shades of #D7E3FE

#D7E3FE
(215,227,254)
#C4CFE7
(196,207,231)
#B1BBD0
(177,187,208)
#9EA7B9
(158,167,185)
#8B93A2
(139,147,162)
#787F8B
(120,127,139)
#656B74
(101,107,116)
#52575D
(82,87,93)
#3F4346
(63,67,70)
#2C2F2F
(44,47,47)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #D7E3FE

#D7E3FE
(215,227,254)
#DAE5FE
(218,229,254)
#DDE7FE
(221,231,254)
#E0E9FE
(224,233,254)
#E3EBFE
(227,235,254)
#E6EDFE
(230,237,254)
#E9EFFE
(233,239,254)
#ECF1FE
(236,241,254)
#EFF3FE
(239,243,254)
#F2F5FE
(242,245,254)
#F5F7FE
(245,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E3FE color. Also use rgb(215,227,254) instead hex code.

Text Font Color

.myTextColor { color: #D7E3FE; }

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

This text font color is #D7E3FE.


Background Color

.myBgColor { background-color: #D7E3FE; }

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

This div background color is #D7E3FE.


Border color

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

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

This div border color is #D7E3FE.


Opacity

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

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

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

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

This text has shadow with #D7E3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E3FE on black background.


Color preview on white background

This text has color #D7E3FE on white background.



Black color preview on #D7E3FE background

This text has black color on #D7E3FE background.


White color preview on #D7E3FE background

This text has white color on #D7E3FE background.