COLOR #D5ECD7

HEX: #D5ECD7
RGB: (213,236,215)

Color info

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

RGB color model

#D5ECD7 color RGB value is (213,236,215).

  • red value is 213;
  • green value is 236;
  • blue value is 215.
RGB:
(213,236,215)
(84%,93%,84%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 215 of 255 = 84%

213
236
215

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

Portions of RGB colors in percentages

R + G + B =
213 + 236 + 215 = 664 (100%)
R 213 of 664 ~ 32.08%
G 236 of 664 ~ 35.54%
B 215 of 664 ~ 32.38%

%32.08
%35.54
%32.38

CMYK color model

#D5ECD7 color CMYK value is (10,0,9,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 7.45%
CMYK:
(10,0,9,7)
C10M0Y9K7 
(10%,0%,9%,7%)
(0.10/0.00/0.09/0.07)	

CMYK percentages

%9.75
%0
%8.9
%7.45

Codes

Color #D5ECD7 in popluar color models

D5ECD7
RGB213236215
HSL125°37.70%88.04%
HSB/HSV125°9.75%92.55%
CMYK9.75%0.00%8.90%
7.45%

Color #D5ECD7 in popluar number systems.

HEXD5ECD7
Decimal213236215
Binary110101011110110011010111
Octal325354327

Shades and tints

Shades of #D5ECD7

#D5ECD7
(213,236,215)
#C2D7C4
(194,215,196)
#AFC2B1
(175,194,177)
#9CAD9E
(156,173,158)
#89988B
(137,152,139)
#768378
(118,131,120)
#636E65
(99,110,101)
#505952
(80,89,82)
#3D443F
(61,68,63)
#2A2F2C
(42,47,44)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #D5ECD7

#D5ECD7
(213,236,215)
#D8EDDA
(216,237,218)
#DBEEDD
(219,238,221)
#DEEFE0
(222,239,224)
#E1F0E3
(225,240,227)
#E4F1E6
(228,241,230)
#E7F2E9
(231,242,233)
#EAF3EC
(234,243,236)
#EDF4EF
(237,244,239)
#F0F5F2
(240,245,242)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ECD7 color. Also use rgb(213,236,215) instead hex code.

Text Font Color

.myTextColor { color: #D5ECD7; }

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

This text font color is #D5ECD7.


Background Color

.myBgColor { background-color: #D5ECD7; }

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

This div background color is #D5ECD7.


Border color

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

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

This div border color is #D5ECD7.


Opacity

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

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

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

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

This text has shadow with #D5ECD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ECD7 on black background.


Color preview on white background

This text has color #D5ECD7 on white background.



Black color preview on #D5ECD7 background

This text has black color on #D5ECD7 background.


White color preview on #D5ECD7 background

This text has white color on #D5ECD7 background.