COLOR #D5E9F7

HEX: #D5E9F7
RGB: (213,233,247)

Color info

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

RGB color model

#D5E9F7 color RGB value is (213,233,247).

  • red value is 213;
  • green value is 233;
  • blue value is 247.
RGB:
(213,233,247)
(84%,91%,97%)

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 247 of 255 = 97%

213
233
247

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

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 247 = 693 (100%)
R 213 of 693 ~ 30.74%
G 233 of 693 ~ 33.62%
B 247 of 693 ~ 35.64%

%30.74
%33.62
%35.64

CMYK color model

#D5E9F7 color CMYK value is (14,6,0,3).

  • cyan value is 13.77%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,6,0,3)
C14M6Y0K3 
(14%,6%,0%,3%)
(0.14/0.06/0.00/0.03)	

CMYK percentages

%13.77
%5.67
%0
%3.14

Codes

Color #D5E9F7 in popluar color models

D5E9F7
RGB213233247
HSL205°68.00%90.20%
HSB/HSV205°13.77%96.86%
CMYK13.77%5.67%0.00%
3.14%

Color #D5E9F7 in popluar number systems.

HEXD5E9F7
Decimal213233247
Binary110101011110100111110111
Octal325351367

Shades and tints

Shades of #D5E9F7

#D5E9F7
(213,233,247)
#C2D4E1
(194,212,225)
#AFBFCB
(175,191,203)
#9CAAB5
(156,170,181)
#89959F
(137,149,159)
#768089
(118,128,137)
#636B73
(99,107,115)
#50565D
(80,86,93)
#3D4147
(61,65,71)
#2A2C31
(42,44,49)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #D5E9F7

#D5E9F7
(213,233,247)
#D8EBF7
(216,235,247)
#DBEDF7
(219,237,247)
#DEEFF7
(222,239,247)
#E1F1F7
(225,241,247)
#E4F3F7
(228,243,247)
#E7F5F7
(231,245,247)
#EAF7F7
(234,247,247)
#EDF9F7
(237,249,247)
#F0FBF7
(240,251,247)
#F3FDF7
(243,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E9F7 color. Also use rgb(213,233,247) instead hex code.

Text Font Color

.myTextColor { color: #D5E9F7; }

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

This text font color is #D5E9F7.


Background Color

.myBgColor { background-color: #D5E9F7; }

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

This div background color is #D5E9F7.


Border color

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

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

This div border color is #D5E9F7.


Opacity

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

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

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

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

This text has shadow with #D5E9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9F7 on black background.


Color preview on white background

This text has color #D5E9F7 on white background.



Black color preview on #D5E9F7 background

This text has black color on #D5E9F7 background.


White color preview on #D5E9F7 background

This text has white color on #D5E9F7 background.