COLOR #D5EAF7

HEX: #D5EAF7
RGB: (213,234,247)

Color info

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

RGB color model

#D5EAF7 color RGB value is (213,234,247).

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

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 247 of 255 = 97%

213
234
247

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

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 247 = 694 (100%)
R 213 of 694 ~ 30.69%
G 234 of 694 ~ 33.72%
B 247 of 694 ~ 35.59%

%30.69
%33.72
%35.59

CMYK color model

#D5EAF7 color CMYK value is (14,5,0,3).

  • cyan value is 13.77%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,5,0,3)
C14M5Y0K3 
(14%,5%,0%,3%)
(0.14/0.05/0.00/0.03)	

CMYK percentages

%13.77
%5.26
%0
%3.14

Codes

Color #D5EAF7 in popluar color models

D5EAF7
RGB213234247
HSL203°68.00%90.20%
HSB/HSV203°13.77%96.86%
CMYK13.77%5.26%0.00%
3.14%

Color #D5EAF7 in popluar number systems.

HEXD5EAF7
Decimal213234247
Binary110101011110101011110111
Octal325352367

Shades and tints

Shades of #D5EAF7

#D5EAF7
(213,234,247)
#C2D5E1
(194,213,225)
#AFC0CB
(175,192,203)
#9CABB5
(156,171,181)
#89969F
(137,150,159)
#768189
(118,129,137)
#636C73
(99,108,115)
#50575D
(80,87,93)
#3D4247
(61,66,71)
#2A2D31
(42,45,49)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #D5EAF7

#D5EAF7
(213,234,247)
#D8EBF7
(216,235,247)
#DBECF7
(219,236,247)
#DEEDF7
(222,237,247)
#E1EEF7
(225,238,247)
#E4EFF7
(228,239,247)
#E7F0F7
(231,240,247)
#EAF1F7
(234,241,247)
#EDF2F7
(237,242,247)
#F0F3F7
(240,243,247)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAF7; }

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

This text font color is #D5EAF7.


Background Color

.myBgColor { background-color: #D5EAF7; }

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

This div background color is #D5EAF7.


Border color

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

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

This div border color is #D5EAF7.


Opacity

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

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

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

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

This text has shadow with #D5EAF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAF7 on black background.


Color preview on white background

This text has color #D5EAF7 on white background.



Black color preview on #D5EAF7 background

This text has black color on #D5EAF7 background.


White color preview on #D5EAF7 background

This text has white color on #D5EAF7 background.