COLOR #D4CCAC

HEX: #D4CCAC
RGB: (212,204,172)

Color info

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

RGB color model

#D4CCAC color RGB value is (212,204,172).

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

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 172 of 255 = 67%

212
204
172

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

Portions of RGB colors in percentages

R + G + B =
212 + 204 + 172 = 588 (100%)
R 212 of 588 ~ 36.05%
G 204 of 588 ~ 34.69%
B 172 of 588 ~ 29.25%

%36.05
%34.69
%29.25

CMYK color model

#D4CCAC color CMYK value is (0,4,19,17).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 18.87%
  • key color value is 16.86%
CMYK:
(0,4,19,17)
C0M4Y19K17 
(0%,4%,19%,17%)
(0.00/0.04/0.19/0.17)	

CMYK percentages

%0
%3.77
%18.87
%16.86

Codes

Color #D4CCAC in popluar color models

D4CCAC
RGB212204172
HSL48°31.75%75.29%
HSB/HSV48°18.87%83.14%
CMYK0.00%3.77%18.87%
16.86%

Color #D4CCAC in popluar number systems.

HEXD4CCAC
Decimal212204172
Binary110101001100110010101100
Octal324314254

Shades and tints

Shades of #D4CCAC

#D4CCAC
(212,204,172)
#C1BA9D
(193,186,157)
#AEA88E
(174,168,142)
#9B967F
(155,150,127)
#888470
(136,132,112)
#757261
(117,114,97)
#626052
(98,96,82)
#4F4E43
(79,78,67)
#3C3C34
(60,60,52)
#292A25
(41,42,37)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #D4CCAC

#D4CCAC
(212,204,172)
#D7D0B3
(215,208,179)
#DAD4BA
(218,212,186)
#DDD8C1
(221,216,193)
#E0DCC8
(224,220,200)
#E3E0CF
(227,224,207)
#E6E4D6
(230,228,214)
#E9E8DD
(233,232,221)
#ECECE4
(236,236,228)
#EFF0EB
(239,240,235)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCAC; }

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

This text font color is #D4CCAC.


Background Color

.myBgColor { background-color: #D4CCAC; }

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

This div background color is #D4CCAC.


Border color

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

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

This div border color is #D4CCAC.


Opacity

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

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

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

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

This text has shadow with #D4CCAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CCAC on black background.


Color preview on white background

This text has color #D4CCAC on white background.



Black color preview on #D4CCAC background

This text has black color on #D4CCAC background.


White color preview on #D4CCAC background

This text has white color on #D4CCAC background.