COLOR #D5ECC0

HEX: #D5ECC0 RGB: (213,236,192)

Color info

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

RGB color model

#D5ECC0 color RGB value is (213,236,192).

RGB: (213,236,192) (84%, 93%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 192 of 255 = 75%

213
236
192

R + G + B ~ 84%. #D5ECC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 236 + 192 = 641 (100%)
R 213 of 641 ~ 33.23%
G 236 of 641 ~ 36.82%
B 192 of 641 ~ 29.95'%

%33.23
%36.82
%29.95

CMYK color model

#D5ECC0 color CMYK value is (10,0,19,7).

  • cyan value is 9.75%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 7.45%
CMYK: (10,0,19,7) C10M0Y19K7 (10%,0%,19%,7%) (0.10/0.00/0.19/0.07) 

CMYK percentages

%9.75
%0
%18.64
%7.45

Codes

Color #D5ECC0 in popluar color models

D5 EC C0
RGB 213 236 192
HSL 91° 53.66% 83.92%
HSB/HSV 91° 18.64% 92.55%
CMYK 9.75% 0.00% 18.64%
7.45%

Color #D5ECC0 in popluar number systems.

HEX D5 EC C0
Decimal 213 236 192
Binary 11010101 11101100 11000000
Octal 325 354 300

Shades and tints

Shades of #D5ECC0

#D5ECC0
(213,236,192)
#C2D7AF
(194,215,175)
#AFC29E
(175,194,158)
#9CAD8D
(156,173,141)
#89987C
(137,152,124)
#76836B
(118,131,107)
#636E5A
(99,110,90)
#505949
(80,89,73)
#3D4438
(61,68,56)
#2A2F27
(42,47,39)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #D5ECC0

#D5ECC0
(213,236,192)
#D8EDC5
(216,237,197)
#DBEECA
(219,238,202)
#DEEFCF
(222,239,207)
#E1F0D4
(225,240,212)
#E4F1D9
(228,241,217)
#E7F2DE
(231,242,222)
#EAF3E3
(234,243,227)
#EDF4E8
(237,244,232)
#F0F5ED
(240,245,237)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECC0; }

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

This text font color is #D5ECC0.

Background Color

.myBgColor { background-color: #D5ECC0; }

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

This div background color is #D5ECC0.

Border color

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

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

This div border color is #D5ECC0.

Opacity

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

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

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

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

This text has shadow with #D5ECC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5ECC0.

Preview

Color preview on black background

This text has color #D5ECC0 on black background.


Color preview on white background

This text has color #D5ECC0 on white background.


Black color preview on #D5ECC0 background

This text has black color on #D5ECC0 background.


White color preview on #D5ECC0 background

This text has white color on #D5ECC0 background.


Related colors

Complementary color

Complementary color for #hex is #2A133F.


I love getcolorcode.com

Triadic colors

1 #C0D5EC and #ECC0D5 with #D5ECC0 are triadic colors.

2 #C0ECD5 and #ECD5C0 with #D5ECC0 are triadic colors.