COLOR #D5E9E1

HEX: #D5E9E1
RGB: (213,233,225)

Color info

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

RGB color model

#D5E9E1 color RGB value is (213,233,225).

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

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 225 of 255 = 88%

213
233
225

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

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 225 = 671 (100%)
R 213 of 671 ~ 31.74%
G 233 of 671 ~ 34.72%
B 225 of 671 ~ 33.53%

%31.74
%34.72
%33.53

CMYK color model

#D5E9E1 color CMYK value is (9,0,3,9).

  • cyan value is 8.58%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 8.63%
CMYK:
(9,0,3,9)
C9M0Y3K9 
(9%,0%,3%,9%)
(0.09/0.00/0.03/0.09)	

CMYK percentages

%8.58
%0
%3.43
%8.63

Codes

Color #D5E9E1 in popluar color models

D5E9E1
RGB213233225
HSL156°31.25%87.45%
HSB/HSV156°8.58%91.37%
CMYK8.58%0.00%3.43%
8.63%

Color #D5E9E1 in popluar number systems.

HEXD5E9E1
Decimal213233225
Binary110101011110100111100001
Octal325351341

Shades and tints

Shades of #D5E9E1

#D5E9E1
(213,233,225)
#C2D4CD
(194,212,205)
#AFBFB9
(175,191,185)
#9CAAA5
(156,170,165)
#899591
(137,149,145)
#76807D
(118,128,125)
#636B69
(99,107,105)
#505655
(80,86,85)
#3D4141
(61,65,65)
#2A2C2D
(42,44,45)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5E9E1

#D5E9E1
(213,233,225)
#D8EBE3
(216,235,227)
#DBEDE5
(219,237,229)
#DEEFE7
(222,239,231)
#E1F1E9
(225,241,233)
#E4F3EB
(228,243,235)
#E7F5ED
(231,245,237)
#EAF7EF
(234,247,239)
#EDF9F1
(237,249,241)
#F0FBF3
(240,251,243)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E9E1; }

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

This text font color is #D5E9E1.


Background Color

.myBgColor { background-color: #D5E9E1; }

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

This div background color is #D5E9E1.


Border color

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

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

This div border color is #D5E9E1.


Opacity

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

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

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

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

This text has shadow with #D5E9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9E1 on black background.


Color preview on white background

This text has color #D5E9E1 on white background.



Black color preview on #D5E9E1 background

This text has black color on #D5E9E1 background.


White color preview on #D5E9E1 background

This text has white color on #D5E9E1 background.