COLOR #D7CCA9

HEX: #D7CCA9
RGB: (215,204,169)

Color info

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

RGB color model

#D7CCA9 color RGB value is (215,204,169).

  • red value is 215;
  • green value is 204;
  • blue value is 169.
RGB:
(215,204,169)
(84%,80%,66%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 169 of 255 = 66%

215
204
169

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

Portions of RGB colors in percentages

R + G + B =
215 + 204 + 169 = 588 (100%)
R 215 of 588 ~ 36.56%
G 204 of 588 ~ 34.69%
B 169 of 588 ~ 28.74%

%36.56
%34.69
%28.74

CMYK color model

#D7CCA9 color CMYK value is (0,5,21,16).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 21.40%
  • key color value is 15.69%
CMYK:
(0,5,21,16)
C0M5Y21K16 
(0%,5%,21%,16%)
(0.00/0.05/0.21/0.16)	

CMYK percentages

%0
%5.12
%21.4
%15.69

Codes

Color #D7CCA9 in popluar color models

D7CCA9
RGB215204169
HSL46°36.51%75.29%
HSB/HSV46°21.40%84.31%
CMYK0.00%5.12%21.40%
15.69%

Color #D7CCA9 in popluar number systems.

HEXD7CCA9
Decimal215204169
Binary110101111100110010101001
Octal327314251

Shades and tints

Shades of #D7CCA9

#D7CCA9
(215,204,169)
#C4BA9A
(196,186,154)
#B1A88B
(177,168,139)
#9E967C
(158,150,124)
#8B846D
(139,132,109)
#78725E
(120,114,94)
#65604F
(101,96,79)
#524E40
(82,78,64)
#3F3C31
(63,60,49)
#2C2A22
(44,42,34)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #D7CCA9

#D7CCA9
(215,204,169)
#DAD0B0
(218,208,176)
#DDD4B7
(221,212,183)
#E0D8BE
(224,216,190)
#E3DCC5
(227,220,197)
#E6E0CC
(230,224,204)
#E9E4D3
(233,228,211)
#ECE8DA
(236,232,218)
#EFECE1
(239,236,225)
#F2F0E8
(242,240,232)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CCA9 color. Also use rgb(215,204,169) instead hex code.

Text Font Color

.myTextColor { color: #D7CCA9; }

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

This text font color is #D7CCA9.


Background Color

.myBgColor { background-color: #D7CCA9; }

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

This div background color is #D7CCA9.


Border color

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

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

This div border color is #D7CCA9.


Opacity

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

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

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

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

This text has shadow with #D7CCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7CCA9 on black background.


Color preview on white background

This text has color #D7CCA9 on white background.



Black color preview on #D7CCA9 background

This text has black color on #D7CCA9 background.


White color preview on #D7CCA9 background

This text has white color on #D7CCA9 background.