COLOR #D5E7FE

HEX: #D5E7FE RGB: (213,231,254)

Color info

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

RGB color model

#D5E7FE color RGB value is (213,231,254).

RGB: (213,231,254) (84%, 91%, 100%)

RGB channels and saturation

R 213 of 255 = 84%
G 231 of 255 = 91%
B 254 of 255 = 100%

213
231
254

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

Portions of RGB colors in percentages

R + G + B = 213 + 231 + 254 = 698 (100%)
R 213 of 698 ~ 30.52%
G 231 of 698 ~ 33.09%
B 254 of 698 ~ 36.39'%

%30.52
%33.09
%36.39

CMYK color model

#D5E7FE color CMYK value is (16,9,0,0).

  • cyan value is 16.14%
  • magenta value is 9.06%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (16,9,0,0) C16M9Y0K0 (16%,9%,0%,0%) (0.16/0.09/0.00/0.00) 

CMYK percentages

%16.14
%9.06
%0
%0.39

Codes

Color #D5E7FE in popluar color models

D5 E7 FE
RGB 213 231 254
HSL 214° 95.35% 91.57%
HSB/HSV 214° 16.14% 99.61%
CMYK 16.14% 9.06% 0.00%
0.39%

Color #D5E7FE in popluar number systems.

HEX D5 E7 FE
Decimal 213 231 254
Binary 11010101 11100111 11111110
Octal 325 347 376

Shades and tints

Shades of #D5E7FE

#D5E7FE
(213,231,254)
#C2D2E7
(194,210,231)
#AFBDD0
(175,189,208)
#9CA8B9
(156,168,185)
#8993A2
(137,147,162)
#767E8B
(118,126,139)
#636974
(99,105,116)
#50545D
(80,84,93)
#3D3F46
(61,63,70)
#2A2A2F
(42,42,47)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5E7FE

#D5E7FE
(213,231,254)
#D8E9FE
(216,233,254)
#DBEBFE
(219,235,254)
#DEEDFE
(222,237,254)
#E1EFFE
(225,239,254)
#E4F1FE
(228,241,254)
#E7F3FE
(231,243,254)
#EAF5FE
(234,245,254)
#EDF7FE
(237,247,254)
#F0F9FE
(240,249,254)
#F3FBFE
(243,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E7FE color. Also use rgb(213,231,254) instead hex code.

Text Font Color

.myTextColor { color: #D5E7FE; }

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

This text font color is #D5E7FE.

Background Color

.myBgColor { background-color: #D5E7FE; }

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

This div background color is #D5E7FE.

Border color

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

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

This div border color is #D5E7FE.

Opacity

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

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

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

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

This text has shadow with #D5E7FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E7FE.

Preview

Color preview on black background

This text has color #D5E7FE on black background.


Color preview on white background

This text has color #D5E7FE on white background.


Black color preview on #D5E7FE background

This text has black color on #D5E7FE background.


White color preview on #D5E7FE background

This text has white color on #D5E7FE background.


Related colors

Complementary color

Complementary color for #hex is #2A1801.


I love getcolorcode.com

Triadic colors

1 #FED5E7 and #E7FED5 with #D5E7FE are triadic colors.

2 #FEE7D5 and #E7D5FE with #D5E7FE are triadic colors.