COLOR #D5ECCD

HEX: #D5ECCD
RGB: (213,236,205)

Color info

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

RGB color model

#D5ECCD color RGB value is (213,236,205).

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

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 205 of 255 = 80%

213
236
205

R + G + B ~ 86%. #D5ECCD is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 236 + 205 = 654 (100%)
R 213 of 654 ~ 32.57%
G 236 of 654 ~ 36.09%
B 205 of 654 ~ 31.35%

%32.57
%36.09
%31.35

CMYK color model

#D5ECCD color CMYK value is (10,0,13,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 7.45%
CMYK:
(10,0,13,7)
C10M0Y13K7 
(10%,0%,13%,7%)
(0.10/0.00/0.13/0.07)	

CMYK percentages

%9.75
%0
%13.14
%7.45

Codes

Color #D5ECCD in popluar color models

D5ECCD
RGB213236205
HSL105°44.93%86.47%
HSB/HSV105°13.14%92.55%
CMYK9.75%0.00%13.14%
7.45%

Color #D5ECCD in popluar number systems.

HEXD5ECCD
Decimal213236205
Binary110101011110110011001101
Octal325354315

Shades and tints

Shades of #D5ECCD

#D5ECCD
(213,236,205)
#C2D7BB
(194,215,187)
#AFC2A9
(175,194,169)
#9CAD97
(156,173,151)
#899885
(137,152,133)
#768373
(118,131,115)
#636E61
(99,110,97)
#50594F
(80,89,79)
#3D443D
(61,68,61)
#2A2F2B
(42,47,43)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #D5ECCD

#D5ECCD
(213,236,205)
#D8EDD1
(216,237,209)
#DBEED5
(219,238,213)
#DEEFD9
(222,239,217)
#E1F0DD
(225,240,221)
#E4F1E1
(228,241,225)
#E7F2E5
(231,242,229)
#EAF3E9
(234,243,233)
#EDF4ED
(237,244,237)
#F0F5F1
(240,245,241)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECCD; }

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

This text font color is #D5ECCD.


Background Color

.myBgColor { background-color: #D5ECCD; }

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

This div background color is #D5ECCD.


Border color

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

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

This div border color is #D5ECCD.


Opacity

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

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

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

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

This text has shadow with #D5ECCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ECCD on black background.


Color preview on white background

This text has color #D5ECCD on white background.



Black color preview on #D5ECCD background

This text has black color on #D5ECCD background.


White color preview on #D5ECCD background

This text has white color on #D5ECCD background.