COLOR #D5E6E1

HEX: #D5E6E1
RGB: (213,230,225)

Color info

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

RGB color model

#D5E6E1 color RGB value is (213,230,225).

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

RGB channels and saturation

R 213 of 255 = 84%
G 230 of 255 = 90%
B 225 of 255 = 88%

213
230
225

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

Portions of RGB colors in percentages

R + G + B =
213 + 230 + 225 = 668 (100%)
R 213 of 668 ~ 31.89%
G 230 of 668 ~ 34.43%
B 225 of 668 ~ 33.68%

%31.89
%34.43
%33.68

CMYK color model

#D5E6E1 color CMYK value is (7,0,2,10).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 9.80%
CMYK:
(7,0,2,10)
C7M0Y2K10 
(7%,0%,2%,10%)
(0.07/0.00/0.02/0.10)	

CMYK percentages

%7.39
%0
%2.17
%9.8

Codes

Color #D5E6E1 in popluar color models

D5E6E1
RGB213230225
HSL162°25.37%86.86%
HSB/HSV162°7.39%90.20%
CMYK7.39%0.00%2.17%
9.80%

Color #D5E6E1 in popluar number systems.

HEXD5E6E1
Decimal213230225
Binary110101011110011011100001
Octal325346341

Shades and tints

Shades of #D5E6E1

#D5E6E1
(213,230,225)
#C2D2CD
(194,210,205)
#AFBEB9
(175,190,185)
#9CAAA5
(156,170,165)
#899691
(137,150,145)
#76827D
(118,130,125)
#636E69
(99,110,105)
#505A55
(80,90,85)
#3D4641
(61,70,65)
#2A322D
(42,50,45)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #D5E6E1

#D5E6E1
(213,230,225)
#D8E8E3
(216,232,227)
#DBEAE5
(219,234,229)
#DEECE7
(222,236,231)
#E1EEE9
(225,238,233)
#E4F0EB
(228,240,235)
#E7F2ED
(231,242,237)
#EAF4EF
(234,244,239)
#EDF6F1
(237,246,241)
#F0F8F3
(240,248,243)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E6E1; }

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

This text font color is #D5E6E1.


Background Color

.myBgColor { background-color: #D5E6E1; }

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

This div background color is #D5E6E1.


Border color

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

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

This div border color is #D5E6E1.


Opacity

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

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

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

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

This text has shadow with #D5E6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E6E1 on black background.


Color preview on white background

This text has color #D5E6E1 on white background.



Black color preview on #D5E6E1 background

This text has black color on #D5E6E1 background.


White color preview on #D5E6E1 background

This text has white color on #D5E6E1 background.