COLOR #D7C9AC

HEX: #D7C9AC RGB: (215,201,172)

Color info

#D7C9AC contains red, green and blue colors in about the same proportion. Web safe color of #D7C9AC is #CCCC99 (or #CC9).

RGB color model

#D7C9AC color RGB value is (215,201,172).

RGB: (215,201,172) (84%, 79%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 201 of 255 = 79%
B 172 of 255 = 67%

215
201
172

R + G + B ~ 77%. #D7C9AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 201 + 172 = 588 (100%)
R 215 of 588 ~ 36.56%
G 201 of 588 ~ 34.18%
B 172 of 588 ~ 29.25'%

%36.56
%34.18
%29.25

CMYK color model

#D7C9AC color CMYK value is (0,7,20,16).

  • cyan value is 0.00%
  • magenta value is 6.51%
  • yellow value is 20.00%
  • key color value is 15.69%

CMYK: (0,7,20,16)
C0M7Y20K16 (0%, 7%, 20%, 16%)
(0.00 / 0.07 / 0.20 / 0.16)

CMYK percentages

%0
%6.51
%20
%15.69

Codes

Color #D7C9AC in popluar color models

D7 C9 AC
RGB 215 201 172
HSL 40° 34.96% 75.88%
HSB/HSV 40° 20.00% 84.31%
CMYK 0.00% 6.51% 20.00%
15.69%

Color #D7C9AC in popluar number systems.

HEX D7 C9 AC
Decimal 215 201 172
Binary 11010111 11001001 10101100
Octal 327 311 254

Shades and tints

Shades of #D7C9AC

#D7C9AC
(215,201,172)
#C4B79D
(196,183,157)
#B1A58E
(177,165,142)
#9E937F
(158,147,127)
#8B8170
(139,129,112)
#786F61
(120,111,97)
#655D52
(101,93,82)
#524B43
(82,75,67)
#3F3934
(63,57,52)
#2C2725
(44,39,37)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #D7C9AC

#D7C9AC
(215,201,172)
#DACDB3
(218,205,179)
#DDD1BA
(221,209,186)
#E0D5C1
(224,213,193)
#E3D9C8
(227,217,200)
#E6DDCF
(230,221,207)
#E9E1D6
(233,225,214)
#ECE5DD
(236,229,221)
#EFE9E4
(239,233,228)
#F2EDEB
(242,237,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C9AC; }

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

This text font color is #D7C9AC.

Background Color

.myBgColor { background-color: #D7C9AC; }

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

This div background color is #D7C9AC.

Border color

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

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

This div border color is #D7C9AC.

Opacity

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

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

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

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

This text has shadow with #D7C9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7C9AC.

Preview

Color preview on black background

This text has color #D7C9AC on black background.


Color preview on white background

This text has color #D7C9AC on white background.


Black color preview on #D7C9AC background

This text has black color on #D7C9AC background.


White color preview on #D7C9AC background

This text has white color on #D7C9AC background.


Related colors

Complementary color

Complementary color for #hex is #283653.


I love getcolorcode.com

Triadic colors

1 #ACD7C9 and #C9ACD7 with #D7C9AC are triadic colors.

2 #ACC9D7 and #C9D7AC with #D7C9AC are triadic colors.