COLOR #D5EDE5

HEX: #D5EDE5
RGB: (213,237,229)

Color info

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

RGB color model

#D5EDE5 color RGB value is (213,237,229).

  • red value is 213;
  • green value is 237;
  • blue value is 229.
RGB:
(213,237,229)
(84%,93%,90%)

RGB channels and saturation

R 213 of 255 = 84%
G 237 of 255 = 93%
B 229 of 255 = 90%

213
237
229

R + G + B ~ 89%. #D5EDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 237 + 229 = 679 (100%)
R 213 of 679 ~ 31.37%
G 237 of 679 ~ 34.9%
B 229 of 679 ~ 33.73%

%31.37
%34.9
%33.73

CMYK color model

#D5EDE5 color CMYK value is (10,0,3,7).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(10,0,3,7)
C10M0Y3K7 
(10%,0%,3%,7%)
(0.10/0.00/0.03/0.07)	

CMYK percentages

%10.13
%0
%3.38
%7.06

Codes

Color #D5EDE5 in popluar color models

D5EDE5
RGB213237229
HSL160°40.00%88.24%
HSB/HSV160°10.13%92.94%
CMYK10.13%0.00%3.38%
7.06%

Color #D5EDE5 in popluar number systems.

HEXD5EDE5
Decimal213237229
Binary110101011110110111100101
Octal325355345

Shades and tints

Shades of #D5EDE5

#D5EDE5
(213,237,229)
#C2D8D1
(194,216,209)
#AFC3BD
(175,195,189)
#9CAEA9
(156,174,169)
#899995
(137,153,149)
#768481
(118,132,129)
#636F6D
(99,111,109)
#505A59
(80,90,89)
#3D4545
(61,69,69)
#2A3031
(42,48,49)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #D5EDE5

#D5EDE5
(213,237,229)
#D8EEE7
(216,238,231)
#DBEFE9
(219,239,233)
#DEF0EB
(222,240,235)
#E1F1ED
(225,241,237)
#E4F2EF
(228,242,239)
#E7F3F1
(231,243,241)
#EAF4F3
(234,244,243)
#EDF5F5
(237,245,245)
#F0F6F7
(240,246,247)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EDE5 color. Also use rgb(213,237,229) instead hex code.

Text Font Color

.myTextColor { color: #D5EDE5; }

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

This text font color is #D5EDE5.


Background Color

.myBgColor { background-color: #D5EDE5; }

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

This div background color is #D5EDE5.


Border color

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

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

This div border color is #D5EDE5.


Opacity

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

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

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

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

This text has shadow with #D5EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EDE5 on black background.


Color preview on white background

This text has color #D5EDE5 on white background.



Black color preview on #D5EDE5 background

This text has black color on #D5EDE5 background.


White color preview on #D5EDE5 background

This text has white color on #D5EDE5 background.