COLOR #D7C3AC

HEX: #D7C3AC
RGB: (215,195,172)

Color info

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

RGB color model

#D7C3AC color RGB value is (215,195,172).

  • red value is 215;
  • green value is 195;
  • blue value is 172.
RGB:
(215,195,172)
(84%,76%,67%)

RGB channels and saturation

R 215 of 255 = 84%
G 195 of 255 = 76%
B 172 of 255 = 67%

215
195
172

R + G + B ~ 76%. #D7C3AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 195 + 172 = 582 (100%)
R 215 of 582 ~ 36.94%
G 195 of 582 ~ 33.51%
B 172 of 582 ~ 29.55%

%36.94
%33.51
%29.55

CMYK color model

#D7C3AC color CMYK value is (0,9,20,16).

  • cyan value is 0.00%
  • magenta value is 9.30%
  • yellow value is 20.00%
  • key color value is 15.69%
CMYK:
(0,9,20,16)
C0M9Y20K16 
(0%,9%,20%,16%)
(0.00/0.09/0.20/0.16)	

CMYK percentages

%0
%9.3
%20
%15.69

Codes

Color #D7C3AC in popluar color models

D7C3AC
RGB215195172
HSL32°34.96%75.88%
HSB/HSV32°20.00%84.31%
CMYK0.00%9.30%20.00%
15.69%

Color #D7C3AC in popluar number systems.

HEXD7C3AC
Decimal215195172
Binary110101111100001110101100
Octal327303254

Shades and tints

Shades of #D7C3AC

#D7C3AC
(215,195,172)
#C4B29D
(196,178,157)
#B1A18E
(177,161,142)
#9E907F
(158,144,127)
#8B7F70
(139,127,112)
#786E61
(120,110,97)
#655D52
(101,93,82)
#524C43
(82,76,67)
#3F3B34
(63,59,52)
#2C2A25
(44,42,37)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7C3AC

#D7C3AC
(215,195,172)
#DAC8B3
(218,200,179)
#DDCDBA
(221,205,186)
#E0D2C1
(224,210,193)
#E3D7C8
(227,215,200)
#E6DCCF
(230,220,207)
#E9E1D6
(233,225,214)
#ECE6DD
(236,230,221)
#EFEBE4
(239,235,228)
#F2F0EB
(242,240,235)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7C3AC; }

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

This text font color is #D7C3AC.


Background Color

.myBgColor { background-color: #D7C3AC; }

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

This div background color is #D7C3AC.


Border color

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

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

This div border color is #D7C3AC.


Opacity

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

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

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

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

This text has shadow with #D7C3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C3AC on black background.


Color preview on white background

This text has color #D7C3AC on white background.



Black color preview on #D7C3AC background

This text has black color on #D7C3AC background.


White color preview on #D7C3AC background

This text has white color on #D7C3AC background.