COLOR #D5E1F4

HEX: #D5E1F4
RGB: (213,225,244)

Color info

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

RGB color model

#D5E1F4 color RGB value is (213,225,244).

  • red value is 213;
  • green value is 225;
  • blue value is 244.
RGB:
(213,225,244)
(84%,88%,96%)

RGB channels and saturation

R 213 of 255 = 84%
G 225 of 255 = 88%
B 244 of 255 = 96%

213
225
244

R + G + B ~ 89%. #D5E1F4 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 225 + 244 = 682 (100%)
R 213 of 682 ~ 31.23%
G 225 of 682 ~ 32.99%
B 244 of 682 ~ 35.78%

%31.23
%32.99
%35.78

CMYK color model

#D5E1F4 color CMYK value is (13,8,0,4).

  • cyan value is 12.70%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(13,8,0,4)
C13M8Y0K4 
(13%,8%,0%,4%)
(0.13/0.08/0.00/0.04)	

CMYK percentages

%12.7
%7.79
%0
%4.31

Codes

Color #D5E1F4 in popluar color models

D5E1F4
RGB213225244
HSL217°58.49%89.61%
HSB/HSV217°12.70%95.69%
CMYK12.70%7.79%0.00%
4.31%

Color #D5E1F4 in popluar number systems.

HEXD5E1F4
Decimal213225244
Binary110101011110000111110100
Octal325341364

Shades and tints

Shades of #D5E1F4

#D5E1F4
(213,225,244)
#C2CDDE
(194,205,222)
#AFB9C8
(175,185,200)
#9CA5B2
(156,165,178)
#89919C
(137,145,156)
#767D86
(118,125,134)
#636970
(99,105,112)
#50555A
(80,85,90)
#3D4144
(61,65,68)
#2A2D2E
(42,45,46)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5E1F4

#D5E1F4
(213,225,244)
#D8E3F5
(216,227,245)
#DBE5F6
(219,229,246)
#DEE7F7
(222,231,247)
#E1E9F8
(225,233,248)
#E4EBF9
(228,235,249)
#E7EDFA
(231,237,250)
#EAEFFB
(234,239,251)
#EDF1FC
(237,241,252)
#F0F3FD
(240,243,253)
#F3F5FE
(243,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E1F4 color. Also use rgb(213,225,244) instead hex code.

Text Font Color

.myTextColor { color: #D5E1F4; }

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

This text font color is #D5E1F4.


Background Color

.myBgColor { background-color: #D5E1F4; }

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

This div background color is #D5E1F4.


Border color

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

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

This div border color is #D5E1F4.


Opacity

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

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

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

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

This text has shadow with #D5E1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E1F4 on black background.


Color preview on white background

This text has color #D5E1F4 on white background.



Black color preview on #D5E1F4 background

This text has black color on #D5E1F4 background.


White color preview on #D5E1F4 background

This text has white color on #D5E1F4 background.