COLOR #D4CCB9

HEX: #D4CCB9
RGB: (212,204,185)

Color info

#D4CCB9 contains red, green and blue colors in about the same proportion. Web safe color of #D4CCB9 is #CCCCCC (or #CCC).

RGB color model

#D4CCB9 color RGB value is (212,204,185).

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

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 185 of 255 = 73%

212
204
185

R + G + B ~ 79%. #D4CCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 204 + 185 = 601 (100%)
R 212 of 601 ~ 35.27%
G 204 of 601 ~ 33.94%
B 185 of 601 ~ 30.78%

%35.27
%33.94
%30.78

CMYK color model

#D4CCB9 color CMYK value is (0,4,13,17).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 12.74%
  • key color value is 16.86%
CMYK:
(0,4,13,17)
C0M4Y13K17 
(0%,4%,13%,17%)
(0.00/0.04/0.13/0.17)	

CMYK percentages

%0
%3.77
%12.74
%16.86

Codes

Color #D4CCB9 in popluar color models

D4CCB9
RGB212204185
HSL42°23.89%77.84%
HSB/HSV42°12.74%83.14%
CMYK0.00%3.77%12.74%
16.86%

Color #D4CCB9 in popluar number systems.

HEXD4CCB9
Decimal212204185
Binary110101001100110010111001
Octal324314271

Shades and tints

Shades of #D4CCB9

#D4CCB9
(212,204,185)
#C1BAA9
(193,186,169)
#AEA899
(174,168,153)
#9B9689
(155,150,137)
#888479
(136,132,121)
#757269
(117,114,105)
#626059
(98,96,89)
#4F4E49
(79,78,73)
#3C3C39
(60,60,57)
#292A29
(41,42,41)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #D4CCB9

#D4CCB9
(212,204,185)
#D7D0BF
(215,208,191)
#DAD4C5
(218,212,197)
#DDD8CB
(221,216,203)
#E0DCD1
(224,220,209)
#E3E0D7
(227,224,215)
#E6E4DD
(230,228,221)
#E9E8E3
(233,232,227)
#ECECE9
(236,236,233)
#EFF0EF
(239,240,239)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCB9; }

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

This text font color is #D4CCB9.


Background Color

.myBgColor { background-color: #D4CCB9; }

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

This div background color is #D4CCB9.


Border color

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

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

This div border color is #D4CCB9.


Opacity

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

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

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

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

This text has shadow with #D4CCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CCB9 on black background.


Color preview on white background

This text has color #D4CCB9 on white background.



Black color preview on #D4CCB9 background

This text has black color on #D4CCB9 background.


White color preview on #D4CCB9 background

This text has white color on #D4CCB9 background.