COLOR #D7C9B7

HEX: #D7C9B7
RGB: (215,201,183)

Color info

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

RGB color model

#D7C9B7 color RGB value is (215,201,183).

  • red value is 215;
  • green value is 201;
  • blue value is 183.
RGB:
(215,201,183)
(84%,79%,72%)

RGB channels and saturation

R 215 of 255 = 84%
G 201 of 255 = 79%
B 183 of 255 = 72%

215
201
183

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

Portions of RGB colors in percentages

R + G + B =
215 + 201 + 183 = 599 (100%)
R 215 of 599 ~ 35.89%
G 201 of 599 ~ 33.56%
B 183 of 599 ~ 30.55%

%35.89
%33.56
%30.55

CMYK color model

#D7C9B7 color CMYK value is (0,7,15,16).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 14.88%
  • key color value is 15.69%
CMYK:
(0,7,15,16)
C0M7Y15K16 
(0%,7%,15%,16%)
(0.00/0.07/0.15/0.16)	

CMYK percentages

%0
%6.51
%14.88
%15.69

Codes

Color #D7C9B7 in popluar color models

D7C9B7
RGB215201183
HSL34°28.57%78.04%
HSB/HSV34°14.88%84.31%
CMYK0.00%6.51%14.88%
15.69%

Color #D7C9B7 in popluar number systems.

HEXD7C9B7
Decimal215201183
Binary110101111100100110110111
Octal327311267

Shades and tints

Shades of #D7C9B7

#D7C9B7
(215,201,183)
#C4B7A7
(196,183,167)
#B1A597
(177,165,151)
#9E9387
(158,147,135)
#8B8177
(139,129,119)
#786F67
(120,111,103)
#655D57
(101,93,87)
#524B47
(82,75,71)
#3F3937
(63,57,55)
#2C2727
(44,39,39)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #D7C9B7

#D7C9B7
(215,201,183)
#DACDBD
(218,205,189)
#DDD1C3
(221,209,195)
#E0D5C9
(224,213,201)
#E3D9CF
(227,217,207)
#E6DDD5
(230,221,213)
#E9E1DB
(233,225,219)
#ECE5E1
(236,229,225)
#EFE9E7
(239,233,231)
#F2EDED
(242,237,237)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C9B7 color. Also use rgb(215,201,183) instead hex code.

Text Font Color

.myTextColor { color: #D7C9B7; }

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

This text font color is #D7C9B7.


Background Color

.myBgColor { background-color: #D7C9B7; }

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

This div background color is #D7C9B7.


Border color

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

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

This div border color is #D7C9B7.


Opacity

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

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

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

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

This text has shadow with #D7C9B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C9B7 on black background.


Color preview on white background

This text has color #D7C9B7 on white background.



Black color preview on #D7C9B7 background

This text has black color on #D7C9B7 background.


White color preview on #D7C9B7 background

This text has white color on #D7C9B7 background.