COLOR #D9C7BA

HEX: #D9C7BA
RGB: (217,199,186)

Color info

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

RGB color model

#D9C7BA color RGB value is (217,199,186).

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

RGB channels and saturation

R 217 of 255 = 85%
G 199 of 255 = 78%
B 186 of 255 = 73%

217
199
186

R + G + B ~ 79%. #D9C7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 199 + 186 = 602 (100%)
R 217 of 602 ~ 36.05%
G 199 of 602 ~ 33.06%
B 186 of 602 ~ 30.9%

%36.05
%33.06
%30.9

CMYK color model

#D9C7BA color CMYK value is (0,8,14,15).

  • cyan value is 0.00%
  • magenta value is 8.29%
  • yellow value is 14.29%
  • key color value is 14.90%
CMYK:
(0,8,14,15)
C0M8Y14K15 
(0%,8%,14%,15%)
(0.00/0.08/0.14/0.15)	

CMYK percentages

%0
%8.29
%14.29
%14.9

Codes

Color #D9C7BA in popluar color models

D9C7BA
RGB217199186
HSL25°28.97%79.02%
HSB/HSV25°14.29%85.10%
CMYK0.00%8.29%14.29%
14.90%

Color #D9C7BA in popluar number systems.

HEXD9C7BA
Decimal217199186
Binary110110011100011110111010
Octal331307272

Shades and tints

Shades of #D9C7BA

#D9C7BA
(217,199,186)
#C6B5AA
(198,181,170)
#B3A39A
(179,163,154)
#A0918A
(160,145,138)
#8D7F7A
(141,127,122)
#7A6D6A
(122,109,106)
#675B5A
(103,91,90)
#54494A
(84,73,74)
#41373A
(65,55,58)
#2E252A
(46,37,42)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #D9C7BA

#D9C7BA
(217,199,186)
#DCCCC0
(220,204,192)
#DFD1C6
(223,209,198)
#E2D6CC
(226,214,204)
#E5DBD2
(229,219,210)
#E8E0D8
(232,224,216)
#EBE5DE
(235,229,222)
#EEEAE4
(238,234,228)
#F1EFEA
(241,239,234)
#F4F4F0
(244,244,240)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C7BA; }

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

This text font color is #D9C7BA.


Background Color

.myBgColor { background-color: #D9C7BA; }

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

This div background color is #D9C7BA.


Border color

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

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

This div border color is #D9C7BA.


Opacity

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

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

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

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

This text has shadow with #D9C7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C7BA on black background.


Color preview on white background

This text has color #D9C7BA on white background.



Black color preview on #D9C7BA background

This text has black color on #D9C7BA background.


White color preview on #D9C7BA background

This text has white color on #D9C7BA background.