COLOR #D5E0C0

HEX: #D5E0C0
RGB: (213,224,192)

Color info

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

RGB color model

#D5E0C0 color RGB value is (213,224,192).

  • red value is 213;
  • green value is 224;
  • blue value is 192.
RGB:
(213,224,192)
(84%,88%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 192 of 255 = 75%

213
224
192

R + G + B ~ 82%. #D5E0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 224 + 192 = 629 (100%)
R 213 of 629 ~ 33.86%
G 224 of 629 ~ 35.61%
B 192 of 629 ~ 30.52%

%33.86
%35.61
%30.52

CMYK color model

#D5E0C0 color CMYK value is (5,0,14,12).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 12.16%
CMYK:
(5,0,14,12)
C5M0Y14K12 
(5%,0%,14%,12%)
(0.05/0.00/0.14/0.12)	

CMYK percentages

%4.91
%0
%14.29
%12.16

Codes

Color #D5E0C0 in popluar color models

D5E0C0
RGB213224192
HSL81°34.04%81.57%
HSB/HSV81°14.29%87.84%
CMYK4.91%0.00%14.29%
12.16%

Color #D5E0C0 in popluar number systems.

HEXD5E0C0
Decimal213224192
Binary110101011110000011000000
Octal325340300

Shades and tints

Shades of #D5E0C0

#D5E0C0
(213,224,192)
#C2CCAF
(194,204,175)
#AFB89E
(175,184,158)
#9CA48D
(156,164,141)
#89907C
(137,144,124)
#767C6B
(118,124,107)
#63685A
(99,104,90)
#505449
(80,84,73)
#3D4038
(61,64,56)
#2A2C27
(42,44,39)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #D5E0C0

#D5E0C0
(213,224,192)
#D8E2C5
(216,226,197)
#DBE4CA
(219,228,202)
#DEE6CF
(222,230,207)
#E1E8D4
(225,232,212)
#E4EAD9
(228,234,217)
#E7ECDE
(231,236,222)
#EAEEE3
(234,238,227)
#EDF0E8
(237,240,232)
#F0F2ED
(240,242,237)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E0C0; }

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

This text font color is #D5E0C0.


Background Color

.myBgColor { background-color: #D5E0C0; }

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

This div background color is #D5E0C0.


Border color

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

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

This div border color is #D5E0C0.


Opacity

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

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

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

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

This text has shadow with #D5E0C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E0C0 on black background.


Color preview on white background

This text has color #D5E0C0 on white background.



Black color preview on #D5E0C0 background

This text has black color on #D5E0C0 background.


White color preview on #D5E0C0 background

This text has white color on #D5E0C0 background.