COLOR #D5C7CD

HEX: #D5C7CD
RGB: (213,199,205)

Color info

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

RGB color model

#D5C7CD color RGB value is (213,199,205).

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

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 205 of 255 = 80%

213
199
205

R + G + B ~ 81%. #D5C7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 199 + 205 = 617 (100%)
R 213 of 617 ~ 34.52%
G 199 of 617 ~ 32.25%
B 205 of 617 ~ 33.23%

%34.52
%32.25
%33.23

CMYK color model

#D5C7CD color CMYK value is (0,7,4,16).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 3.76%
  • key color value is 16.47%
CMYK:
(0,7,4,16)
C0M7Y4K16 
(0%,7%,4%,16%)
(0.00/0.07/0.04/0.16)	

CMYK percentages

%0
%6.57
%3.76
%16.47

Codes

Color #D5C7CD in popluar color models

D5C7CD
RGB213199205
HSL334°14.29%80.78%
HSB/HSV334°6.57%83.53%
CMYK0.00%6.57%3.76%
16.47%

Color #D5C7CD in popluar number systems.

HEXD5C7CD
Decimal213199205
Binary110101011100011111001101
Octal325307315

Shades and tints

Shades of #D5C7CD

#D5C7CD
(213,199,205)
#C2B5BB
(194,181,187)
#AFA3A9
(175,163,169)
#9C9197
(156,145,151)
#897F85
(137,127,133)
#766D73
(118,109,115)
#635B61
(99,91,97)
#50494F
(80,73,79)
#3D373D
(61,55,61)
#2A252B
(42,37,43)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #D5C7CD

#D5C7CD
(213,199,205)
#D8CCD1
(216,204,209)
#DBD1D5
(219,209,213)
#DED6D9
(222,214,217)
#E1DBDD
(225,219,221)
#E4E0E1
(228,224,225)
#E7E5E5
(231,229,229)
#EAEAE9
(234,234,233)
#EDEFED
(237,239,237)
#F0F4F1
(240,244,241)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C7CD; }

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

This text font color is #D5C7CD.


Background Color

.myBgColor { background-color: #D5C7CD; }

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

This div background color is #D5C7CD.


Border color

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

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

This div border color is #D5C7CD.


Opacity

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

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

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

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

This text has shadow with #D5C7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C7CD on black background.


Color preview on white background

This text has color #D5C7CD on white background.



Black color preview on #D5C7CD background

This text has black color on #D5C7CD background.


White color preview on #D5C7CD background

This text has white color on #D5C7CD background.