COLOR #D5EAF1

HEX: #D5EAF1 RGB: (213,234,241)

Color info

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

RGB color model

#D5EAF1 color RGB value is (213,234,241).

RGB: (213,234,241) (84%, 92%, 95%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 241 of 255 = 95%

213
234
241

R + G + B ~ 90%. #D5EAF1 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 234 + 241 = 688 (100%)
R 213 of 688 ~ 30.96%
G 234 of 688 ~ 34.01%
B 241 of 688 ~ 35.03'%

%30.96
%34.01
%35.03

CMYK color model

#D5EAF1 color CMYK value is (12,3,0,5).

  • cyan value is 11.62%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (12,3,0,5)
C12M3Y0K5 (12%, 3%, 0%, 5%)
(0.12 / 0.03 / 0.00 / 0.05)

CMYK percentages

%11.62
%2.9
%0
%5.49

Codes

Color #D5EAF1 in popluar color models

D5 EA F1
RGB 213 234 241
HSL 195° 50.00% 89.02%
HSB/HSV 195° 11.62% 94.51%
CMYK 11.62% 2.90% 0.00%
5.49%

Color #D5EAF1 in popluar number systems.

HEX D5 EA F1
Decimal 213 234 241
Binary 11010101 11101010 11110001
Octal 325 352 361

Shades and tints

Shades of #D5EAF1

#D5EAF1
(213,234,241)
#C2D5DC
(194,213,220)
#AFC0C7
(175,192,199)
#9CABB2
(156,171,178)
#89969D
(137,150,157)
#768188
(118,129,136)
#636C73
(99,108,115)
#50575E
(80,87,94)
#3D4249
(61,66,73)
#2A2D34
(42,45,52)
#17181F
(23,24,31)
#000000
(0,0,0)

Tints of #D5EAF1

#D5EAF1
(213,234,241)
#D8EBF2
(216,235,242)
#DBECF3
(219,236,243)
#DEEDF4
(222,237,244)
#E1EEF5
(225,238,245)
#E4EFF6
(228,239,246)
#E7F0F7
(231,240,247)
#EAF1F8
(234,241,248)
#EDF2F9
(237,242,249)
#F0F3FA
(240,243,250)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAF1; }

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

This text font color is #D5EAF1.

Background Color

.myBgColor { background-color: #D5EAF1; }

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

This div background color is #D5EAF1.

Border color

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

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

This div border color is #D5EAF1.

Opacity

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

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

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

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

This text has shadow with #D5EAF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EAF1.

Preview

Color preview on black background

This text has color #D5EAF1 on black background.


Color preview on white background

This text has color #D5EAF1 on white background.


Black color preview on #D5EAF1 background

This text has black color on #D5EAF1 background.


White color preview on #D5EAF1 background

This text has white color on #D5EAF1 background.


Related colors

Complementary color

Complementary color for #hex is #2A150E.


I love getcolorcode.com

Triadic colors

1 #F1D5EA and #EAF1D5 with #D5EAF1 are triadic colors.

2 #F1EAD5 and #EAD5F1 with #D5EAF1 are triadic colors.