COLOR #D7C2AB

HEX: #D7C2AB
RGB: (215,194,171)

Color info

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

RGB color model

#D7C2AB color RGB value is (215,194,171).

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

RGB channels and saturation

R 215 of 255 = 84%
G 194 of 255 = 76%
B 171 of 255 = 67%

215
194
171

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

Portions of RGB colors in percentages

R + G + B =
215 + 194 + 171 = 580 (100%)
R 215 of 580 ~ 37.07%
G 194 of 580 ~ 33.45%
B 171 of 580 ~ 29.48%

%37.07
%33.45
%29.48

CMYK color model

#D7C2AB color CMYK value is (0,10,20,16).

  • cyan value is 0.00%
  • magenta value is 9.77%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,10,20,16)
C0M10Y20K16 
(0%,10%,20%,16%)
(0.00/0.10/0.20/0.16)	

CMYK percentages

%0
%9.77
%20.47
%15.69

Codes

Color #D7C2AB in popluar color models

D7C2AB
RGB215194171
HSL31°35.48%75.69%
HSB/HSV31°20.47%84.31%
CMYK0.00%9.77%20.47%
15.69%

Color #D7C2AB in popluar number systems.

HEXD7C2AB
Decimal215194171
Binary110101111100001010101011
Octal327302253

Shades and tints

Shades of #D7C2AB

#D7C2AB
(215,194,171)
#C4B19C
(196,177,156)
#B1A08D
(177,160,141)
#9E8F7E
(158,143,126)
#8B7E6F
(139,126,111)
#786D60
(120,109,96)
#655C51
(101,92,81)
#524B42
(82,75,66)
#3F3A33
(63,58,51)
#2C2924
(44,41,36)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #D7C2AB

#D7C2AB
(215,194,171)
#DAC7B2
(218,199,178)
#DDCCB9
(221,204,185)
#E0D1C0
(224,209,192)
#E3D6C7
(227,214,199)
#E6DBCE
(230,219,206)
#E9E0D5
(233,224,213)
#ECE5DC
(236,229,220)
#EFEAE3
(239,234,227)
#F2EFEA
(242,239,234)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7C2AB color. Also use rgb(215,194,171) instead hex code.

Text Font Color

.myTextColor { color: #D7C2AB; }

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

This text font color is #D7C2AB.


Background Color

.myBgColor { background-color: #D7C2AB; }

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

This div background color is #D7C2AB.


Border color

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

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

This div border color is #D7C2AB.


Opacity

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

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

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

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

This text has shadow with #D7C2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7C2AB on black background.


Color preview on white background

This text has color #D7C2AB on white background.



Black color preview on #D7C2AB background

This text has black color on #D7C2AB background.


White color preview on #D7C2AB background

This text has white color on #D7C2AB background.