COLOR #D5EAE1

HEX: #D5EAE1 RGB: (213,234,225)

Color info

#D5EAE1 contains red, green and blue colors in about the same proportion. Web safe color of #D5EAE1 is #CCFFCC (or #CFC).

RGB color model

#D5EAE1 color RGB value is (213,234,225).

RGB: (213,234,225) (84%, 92%, 88%)

RGB channels and saturation

R 213 of 255 = 84%
G 234 of 255 = 92%
B 225 of 255 = 88%

213
234
225

R + G + B ~ 88%. #D5EAE1 is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 234 + 225 = 672 (100%)
R 213 of 672 ~ 31.7%
G 234 of 672 ~ 34.82%
B 225 of 672 ~ 33.48'%

%31.7
%34.82
%33.48

CMYK color model

#D5EAE1 color CMYK value is (9,0,4,8).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 8.24%

CMYK: (9,0,4,8)
C9M0Y4K8 (9%, 0%, 4%, 8%)
(0.09 / 0.00 / 0.04 / 0.08)

CMYK percentages

%8.97
%0
%3.85
%8.24

Codes

Color #D5EAE1 in popluar color models

D5 EA E1
RGB 213 234 225
HSL 154° 33.33% 87.65%
HSB/HSV 154° 8.97% 91.76%
CMYK 8.97% 0.00% 3.85%
8.24%

Color #D5EAE1 in popluar number systems.

HEX D5 EA E1
Decimal 213 234 225
Binary 11010101 11101010 11100001
Octal 325 352 341

Shades and tints

Shades of #D5EAE1

#D5EAE1
(213,234,225)
#C2D5CD
(194,213,205)
#AFC0B9
(175,192,185)
#9CABA5
(156,171,165)
#899691
(137,150,145)
#76817D
(118,129,125)
#636C69
(99,108,105)
#505755
(80,87,85)
#3D4241
(61,66,65)
#2A2D2D
(42,45,45)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #D5EAE1

#D5EAE1
(213,234,225)
#D8EBE3
(216,235,227)
#DBECE5
(219,236,229)
#DEEDE7
(222,237,231)
#E1EEE9
(225,238,233)
#E4EFEB
(228,239,235)
#E7F0ED
(231,240,237)
#EAF1EF
(234,241,239)
#EDF2F1
(237,242,241)
#F0F3F3
(240,243,243)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAE1; }

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

This text font color is #D5EAE1.

Background Color

.myBgColor { background-color: #D5EAE1; }

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

This div background color is #D5EAE1.

Border color

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

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

This div border color is #D5EAE1.

Opacity

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

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

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

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

This text has shadow with #D5EAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EAE1.

Preview

Color preview on black background

This text has color #D5EAE1 on black background.


Color preview on white background

This text has color #D5EAE1 on white background.


Black color preview on #D5EAE1 background

This text has black color on #D5EAE1 background.


White color preview on #D5EAE1 background

This text has white color on #D5EAE1 background.


Related colors

Complementary color

Complementary color for #hex is #2A151E.


I love getcolorcode.com

Triadic colors

1 #E1D5EA and #EAE1D5 with #D5EAE1 are triadic colors.

2 #E1EAD5 and #EAD5E1 with #D5EAE1 are triadic colors.