COLOR #D9CCAC

HEX: #D9CCAC
RGB: (217,204,172)

Color info

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

RGB color model

#D9CCAC color RGB value is (217,204,172).

  • red value is 217;
  • green value is 204;
  • blue value is 172.
RGB:
(217,204,172)
(85%,80%,67%)

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 172 of 255 = 67%

217
204
172

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

Portions of RGB colors in percentages

R + G + B =
217 + 204 + 172 = 593 (100%)
R 217 of 593 ~ 36.59%
G 204 of 593 ~ 34.4%
B 172 of 593 ~ 29.01%

%36.59
%34.4
%29.01

CMYK color model

#D9CCAC color CMYK value is (0,6,21,15).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 20.74%
  • key color value is 14.90%
CMYK:
(0,6,21,15)
C0M6Y21K15 
(0%,6%,21%,15%)
(0.00/0.06/0.21/0.15)	

CMYK percentages

%0
%5.99
%20.74
%14.9

Codes

Color #D9CCAC in popluar color models

D9CCAC
RGB217204172
HSL43°37.19%76.27%
HSB/HSV43°20.74%85.10%
CMYK0.00%5.99%20.74%
14.90%

Color #D9CCAC in popluar number systems.

HEXD9CCAC
Decimal217204172
Binary110110011100110010101100
Octal331314254

Shades and tints

Shades of #D9CCAC

#D9CCAC
(217,204,172)
#C6BA9D
(198,186,157)
#B3A88E
(179,168,142)
#A0967F
(160,150,127)
#8D8470
(141,132,112)
#7A7261
(122,114,97)
#676052
(103,96,82)
#544E43
(84,78,67)
#413C34
(65,60,52)
#2E2A25
(46,42,37)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #D9CCAC

#D9CCAC
(217,204,172)
#DCD0B3
(220,208,179)
#DFD4BA
(223,212,186)
#E2D8C1
(226,216,193)
#E5DCC8
(229,220,200)
#E8E0CF
(232,224,207)
#EBE4D6
(235,228,214)
#EEE8DD
(238,232,221)
#F1ECE4
(241,236,228)
#F4F0EB
(244,240,235)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9CCAC color. Also use rgb(217,204,172) instead hex code.

Text Font Color

.myTextColor { color: #D9CCAC; }

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

This text font color is #D9CCAC.


Background Color

.myBgColor { background-color: #D9CCAC; }

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

This div background color is #D9CCAC.


Border color

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

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

This div border color is #D9CCAC.


Opacity

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

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

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

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

This text has shadow with #D9CCAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CCAC on black background.


Color preview on white background

This text has color #D9CCAC on white background.



Black color preview on #D9CCAC background

This text has black color on #D9CCAC background.


White color preview on #D9CCAC background

This text has white color on #D9CCAC background.