COLOR #D5E4E1

HEX: #D5E4E1
RGB: (213,228,225)

Color info

#D5E4E1 contains red, green and blue colors in about the same proportion. Web safe color of #D5E4E1 is #CCCCCC (or #CCC).

RGB color model

#D5E4E1 color RGB value is (213,228,225).

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

RGB channels and saturation

R 213 of 255 = 84%
G 228 of 255 = 89%
B 225 of 255 = 88%

213
228
225

R + G + B ~ 87%. #D5E4E1 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 228 + 225 = 666 (100%)
R 213 of 666 ~ 31.98%
G 228 of 666 ~ 34.23%
B 225 of 666 ~ 33.78%

%31.98
%34.23
%33.78

CMYK color model

#D5E4E1 color CMYK value is (7,0,1,11).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 10.59%
CMYK:
(7,0,1,11)
C7M0Y1K11 
(7%,0%,1%,11%)
(0.07/0.00/0.01/0.11)	

CMYK percentages

%6.58
%0
%1.32
%10.59

Codes

Color #D5E4E1 in popluar color models

D5E4E1
RGB213228225
HSL168°21.74%86.47%
HSB/HSV168°6.58%89.41%
CMYK6.58%0.00%1.32%
10.59%

Color #D5E4E1 in popluar number systems.

HEXD5E4E1
Decimal213228225
Binary110101011110010011100001
Octal325344341

Shades and tints

Shades of #D5E4E1

#D5E4E1
(213,228,225)
#C2D0CD
(194,208,205)
#AFBCB9
(175,188,185)
#9CA8A5
(156,168,165)
#899491
(137,148,145)
#76807D
(118,128,125)
#636C69
(99,108,105)
#505855
(80,88,85)
#3D4441
(61,68,65)
#2A302D
(42,48,45)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #D5E4E1

#D5E4E1
(213,228,225)
#D8E6E3
(216,230,227)
#DBE8E5
(219,232,229)
#DEEAE7
(222,234,231)
#E1ECE9
(225,236,233)
#E4EEEB
(228,238,235)
#E7F0ED
(231,240,237)
#EAF2EF
(234,242,239)
#EDF4F1
(237,244,241)
#F0F6F3
(240,246,243)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E4E1; }

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

This text font color is #D5E4E1.


Background Color

.myBgColor { background-color: #D5E4E1; }

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

This div background color is #D5E4E1.


Border color

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

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

This div border color is #D5E4E1.


Opacity

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

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

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

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

This text has shadow with #D5E4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E4E1 on black background.


Color preview on white background

This text has color #D5E4E1 on white background.



Black color preview on #D5E4E1 background

This text has black color on #D5E4E1 background.


White color preview on #D5E4E1 background

This text has white color on #D5E4E1 background.