COLOR #D7CBAA

HEX: #D7CBAA
RGB: (215,203,170)

Color info

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

RGB color model

#D7CBAA color RGB value is (215,203,170).

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

RGB channels and saturation

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

215
203
170

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

Portions of RGB colors in percentages

R + G + B =
215 + 203 + 170 = 588 (100%)
R 215 of 588 ~ 36.56%
G 203 of 588 ~ 34.52%
B 170 of 588 ~ 28.91%

%36.56
%34.52
%28.91

CMYK color model

#D7CBAA color CMYK value is (0,6,21,16).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 20.93%
  • key color value is 15.69%
CMYK:
(0,6,21,16)
C0M6Y21K16 
(0%,6%,21%,16%)
(0.00/0.06/0.21/0.16)	

CMYK percentages

%0
%5.58
%20.93
%15.69

Codes

Color #D7CBAA in popluar color models

D7CBAA
RGB215203170
HSL44°36.00%75.49%
HSB/HSV44°20.93%84.31%
CMYK0.00%5.58%20.93%
15.69%

Color #D7CBAA in popluar number systems.

HEXD7CBAA
Decimal215203170
Binary110101111100101110101010
Octal327313252

Shades and tints

Shades of #D7CBAA

#D7CBAA
(215,203,170)
#C4B99B
(196,185,155)
#B1A78C
(177,167,140)
#9E957D
(158,149,125)
#8B836E
(139,131,110)
#78715F
(120,113,95)
#655F50
(101,95,80)
#524D41
(82,77,65)
#3F3B32
(63,59,50)
#2C2923
(44,41,35)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #D7CBAA

#D7CBAA
(215,203,170)
#DACFB1
(218,207,177)
#DDD3B8
(221,211,184)
#E0D7BF
(224,215,191)
#E3DBC6
(227,219,198)
#E6DFCD
(230,223,205)
#E9E3D4
(233,227,212)
#ECE7DB
(236,231,219)
#EFEBE2
(239,235,226)
#F2EFE9
(242,239,233)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CBAA; }

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

This text font color is #D7CBAA.


Background Color

.myBgColor { background-color: #D7CBAA; }

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

This div background color is #D7CBAA.


Border color

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

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

This div border color is #D7CBAA.


Opacity

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

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

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

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

This text has shadow with #D7CBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CBAA on black background.


Color preview on white background

This text has color #D7CBAA on white background.



Black color preview on #D7CBAA background

This text has black color on #D7CBAA background.


White color preview on #D7CBAA background

This text has white color on #D7CBAA background.