COLOR #D5C7BA

HEX: #D5C7BA
RGB: (213,199,186)

Color info

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

RGB color model

#D5C7BA color RGB value is (213,199,186).

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

RGB channels and saturation

R 213 of 255 = 84%
G 199 of 255 = 78%
B 186 of 255 = 73%

213
199
186

R + G + B ~ 78%. #D5C7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 199 + 186 = 598 (100%)
R 213 of 598 ~ 35.62%
G 199 of 598 ~ 33.28%
B 186 of 598 ~ 31.1%

%35.62
%33.28
%31.1

CMYK color model

#D5C7BA color CMYK value is (0,7,13,16).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(0,7,13,16)
C0M7Y13K16 
(0%,7%,13%,16%)
(0.00/0.07/0.13/0.16)	

CMYK percentages

%0
%6.57
%12.68
%16.47

Codes

Color #D5C7BA in popluar color models

D5C7BA
RGB213199186
HSL29°24.32%78.24%
HSB/HSV29°12.68%83.53%
CMYK0.00%6.57%12.68%
16.47%

Color #D5C7BA in popluar number systems.

HEXD5C7BA
Decimal213199186
Binary110101011100011110111010
Octal325307272

Shades and tints

Shades of #D5C7BA

#D5C7BA
(213,199,186)
#C2B5AA
(194,181,170)
#AFA39A
(175,163,154)
#9C918A
(156,145,138)
#897F7A
(137,127,122)
#766D6A
(118,109,106)
#635B5A
(99,91,90)
#50494A
(80,73,74)
#3D373A
(61,55,58)
#2A252A
(42,37,42)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #D5C7BA

#D5C7BA
(213,199,186)
#D8CCC0
(216,204,192)
#DBD1C6
(219,209,198)
#DED6CC
(222,214,204)
#E1DBD2
(225,219,210)
#E4E0D8
(228,224,216)
#E7E5DE
(231,229,222)
#EAEAE4
(234,234,228)
#EDEFEA
(237,239,234)
#F0F4F0
(240,244,240)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C7BA; }

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

This text font color is #D5C7BA.


Background Color

.myBgColor { background-color: #D5C7BA; }

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

This div background color is #D5C7BA.


Border color

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

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

This div border color is #D5C7BA.


Opacity

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

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

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

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

This text has shadow with #D5C7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C7BA on black background.


Color preview on white background

This text has color #D5C7BA on white background.



Black color preview on #D5C7BA background

This text has black color on #D5C7BA background.


White color preview on #D5C7BA background

This text has white color on #D5C7BA background.