COLOR #D5E6FE

HEX: #D5E6FE RGB: (213,230,254)

Color info

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

RGB color model

#D5E6FE color RGB value is (213,230,254).

RGB: (213,230,254) (84%, 90%, 100%)

RGB channels and saturation

R 213 of 255 = 84%
G 230 of 255 = 90%
B 254 of 255 = 100%

213
230
254

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

Portions of RGB colors in percentages

R + G + B = 213 + 230 + 254 = 697 (100%)
R 213 of 697 ~ 30.56%
G 230 of 697 ~ 33%
B 254 of 697 ~ 36.44'%

%30.56
%33
%36.44

CMYK color model

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

  • cyan value is 16.14%
  • magenta value is 9.45%
  • 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.45
%0
%0.39

Codes

Color #D5E6FE in popluar color models

D5 E6 FE
RGB 213 230 254
HSL 215° 95.35% 91.57%
HSB/HSV 215° 16.14% 99.61%
CMYK 16.14% 9.45% 0.00%
0.39%

Color #D5E6FE in popluar number systems.

HEX D5 E6 FE
Decimal 213 230 254
Binary 11010101 11100110 11111110
Octal 325 346 376

Shades and tints

Shades of #D5E6FE

#D5E6FE
(213,230,254)
#C2D2E7
(194,210,231)
#AFBED0
(175,190,208)
#9CAAB9
(156,170,185)
#8996A2
(137,150,162)
#76828B
(118,130,139)
#636E74
(99,110,116)
#505A5D
(80,90,93)
#3D4646
(61,70,70)
#2A322F
(42,50,47)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #D5E6FE

#D5E6FE
(213,230,254)
#D8E8FE
(216,232,254)
#DBEAFE
(219,234,254)
#DEECFE
(222,236,254)
#E1EEFE
(225,238,254)
#E4F0FE
(228,240,254)
#E7F2FE
(231,242,254)
#EAF4FE
(234,244,254)
#EDF6FE
(237,246,254)
#F0F8FE
(240,248,254)
#F3FAFE
(243,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E6FE; }

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

This text font color is #D5E6FE.

Background Color

.myBgColor { background-color: #D5E6FE; }

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

This div background color is #D5E6FE.

Border color

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

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

This div border color is #D5E6FE.

Opacity

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

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

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

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

This text has shadow with #D5E6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E6FE.

Preview

Color preview on black background

This text has color #D5E6FE on black background.


Color preview on white background

This text has color #D5E6FE on white background.


Black color preview on #D5E6FE background

This text has black color on #D5E6FE background.


White color preview on #D5E6FE background

This text has white color on #D5E6FE background.


Related colors

Complementary color

Complementary color for #hex is #2A1901.


I love getcolorcode.com

Triadic colors

1 #FED5E6 and #E6FED5 with #D5E6FE are triadic colors.

2 #FEE6D5 and #E6D5FE with #D5E6FE are triadic colors.