COLOR #D7CBAB

HEX: #D7CBAB
RGB: (215,203,171)

Color info

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

RGB color model

#D7CBAB color RGB value is (215,203,171).

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

RGB channels and saturation

R 215 of 255 = 84%
G 203 of 255 = 80%
B 171 of 255 = 67%

215
203
171

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

Portions of RGB colors in percentages

R + G + B =
215 + 203 + 171 = 589 (100%)
R 215 of 589 ~ 36.5%
G 203 of 589 ~ 34.47%
B 171 of 589 ~ 29.03%

%36.5
%34.47
%29.03

CMYK color model

#D7CBAB color CMYK value is (0,6,20,16).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,6,20,16)
C0M6Y20K16 
(0%,6%,20%,16%)
(0.00/0.06/0.20/0.16)	

CMYK percentages

%0
%5.58
%20.47
%15.69

Codes

Color #D7CBAB in popluar color models

D7CBAB
RGB215203171
HSL44°35.48%75.69%
HSB/HSV44°20.47%84.31%
CMYK0.00%5.58%20.47%
15.69%

Color #D7CBAB in popluar number systems.

HEXD7CBAB
Decimal215203171
Binary110101111100101110101011
Octal327313253

Shades and tints

Shades of #D7CBAB

#D7CBAB
(215,203,171)
#C4B99C
(196,185,156)
#B1A78D
(177,167,141)
#9E957E
(158,149,126)
#8B836F
(139,131,111)
#787160
(120,113,96)
#655F51
(101,95,81)
#524D42
(82,77,66)
#3F3B33
(63,59,51)
#2C2924
(44,41,36)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #D7CBAB

#D7CBAB
(215,203,171)
#DACFB2
(218,207,178)
#DDD3B9
(221,211,185)
#E0D7C0
(224,215,192)
#E3DBC7
(227,219,199)
#E6DFCE
(230,223,206)
#E9E3D5
(233,227,213)
#ECE7DC
(236,231,220)
#EFEBE3
(239,235,227)
#F2EFEA
(242,239,234)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CBAB; }

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

This text font color is #D7CBAB.


Background Color

.myBgColor { background-color: #D7CBAB; }

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

This div background color is #D7CBAB.


Border color

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

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

This div border color is #D7CBAB.


Opacity

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

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

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

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

This text has shadow with #D7CBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CBAB on black background.


Color preview on white background

This text has color #D7CBAB on white background.



Black color preview on #D7CBAB background

This text has black color on #D7CBAB background.


White color preview on #D7CBAB background

This text has white color on #D7CBAB background.