COLOR #D5E3E1

HEX: #D5E3E1
RGB: (213,227,225)

Color info

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

RGB color model

#D5E3E1 color RGB value is (213,227,225).

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

RGB channels and saturation

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

213
227
225

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

Portions of RGB colors in percentages

R + G + B =
213 + 227 + 225 = 665 (100%)
R 213 of 665 ~ 32.03%
G 227 of 665 ~ 34.14%
B 225 of 665 ~ 33.83%

%32.03
%34.14
%33.83

CMYK color model

#D5E3E1 color CMYK value is (6,0,1,11).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(6,0,1,11)
C6M0Y1K11 
(6%,0%,1%,11%)
(0.06/0.00/0.01/0.11)	

CMYK percentages

%6.17
%0
%0.88
%10.98

Codes

Color #D5E3E1 in popluar color models

D5E3E1
RGB213227225
HSL171°20.00%86.27%
HSB/HSV171°6.17%89.02%
CMYK6.17%0.00%0.88%
10.98%

Color #D5E3E1 in popluar number systems.

HEXD5E3E1
Decimal213227225
Binary110101011110001111100001
Octal325343341

Shades and tints

Shades of #D5E3E1

#D5E3E1
(213,227,225)
#C2CFCD
(194,207,205)
#AFBBB9
(175,187,185)
#9CA7A5
(156,167,165)
#899391
(137,147,145)
#767F7D
(118,127,125)
#636B69
(99,107,105)
#505755
(80,87,85)
#3D4341
(61,67,65)
#2A2F2D
(42,47,45)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #D5E3E1

#D5E3E1
(213,227,225)
#D8E5E3
(216,229,227)
#DBE7E5
(219,231,229)
#DEE9E7
(222,233,231)
#E1EBE9
(225,235,233)
#E4EDEB
(228,237,235)
#E7EFED
(231,239,237)
#EAF1EF
(234,241,239)
#EDF3F1
(237,243,241)
#F0F5F3
(240,245,243)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E3E1; }

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

This text font color is #D5E3E1.


Background Color

.myBgColor { background-color: #D5E3E1; }

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

This div background color is #D5E3E1.


Border color

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

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

This div border color is #D5E3E1.


Opacity

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

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

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

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

This text has shadow with #D5E3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E3E1 on black background.


Color preview on white background

This text has color #D5E3E1 on white background.



Black color preview on #D5E3E1 background

This text has black color on #D5E3E1 background.


White color preview on #D5E3E1 background

This text has white color on #D5E3E1 background.