COLOR #D5E9FF

HEX: #D5E9FF
RGB: (213,233,255)

Color info

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

RGB color model

#D5E9FF color RGB value is (213,233,255).

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

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 255 of 255 = 100%

213
233
255

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

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 255 = 701 (100%)
R 213 of 701 ~ 30.39%
G 233 of 701 ~ 33.24%
B 255 of 701 ~ 36.38%

%30.39
%33.24
%36.38

CMYK color model

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

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

CMYK percentages

%16.47
%8.63
%0
%0

Codes

Color #D5E9FF in popluar color models

D5E9FF
RGB213233255
HSL211°100.00%91.76%
HSB/HSV211°16.47%100.00%
CMYK16.47%8.63%0.00%
0.00%

Color #D5E9FF in popluar number systems.

HEXD5E9FF
Decimal213233255
Binary110101011110100111111111
Octal325351377

Shades and tints

Shades of #D5E9FF

#D5E9FF
(213,233,255)
#C2D4E8
(194,212,232)
#AFBFD1
(175,191,209)
#9CAABA
(156,170,186)
#8995A3
(137,149,163)
#76808C
(118,128,140)
#636B75
(99,107,117)
#50565E
(80,86,94)
#3D4147
(61,65,71)
#2A2C30
(42,44,48)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5E9FF

#D5E9FF
(213,233,255)
#D8EBFF
(216,235,255)
#DBEDFF
(219,237,255)
#DEEFFF
(222,239,255)
#E1F1FF
(225,241,255)
#E4F3FF
(228,243,255)
#E7F5FF
(231,245,255)
#EAF7FF
(234,247,255)
#EDF9FF
(237,249,255)
#F0FBFF
(240,251,255)
#F3FDFF
(243,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E9FF; }

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

This text font color is #D5E9FF.


Background Color

.myBgColor { background-color: #D5E9FF; }

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

This div background color is #D5E9FF.


Border color

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

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

This div border color is #D5E9FF.


Opacity

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

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

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

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

This text has shadow with #D5E9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9FF on black background.


Color preview on white background

This text has color #D5E9FF on white background.



Black color preview on #D5E9FF background

This text has black color on #D5E9FF background.


White color preview on #D5E9FF background

This text has white color on #D5E9FF background.