COLOR #D4CBA5

HEX: #D4CBA5
RGB: (212,203,165)

Color info

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

RGB color model

#D4CBA5 color RGB value is (212,203,165).

  • red value is 212;
  • green value is 203;
  • blue value is 165.
RGB:
(212,203,165)
(83%,80%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 203 of 255 = 80%
B 165 of 255 = 65%

212
203
165

R + G + B ~ 76%. #D4CBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 203 + 165 = 580 (100%)
R 212 of 580 ~ 36.55%
G 203 of 580 ~ 35%
B 165 of 580 ~ 28.45%

%36.55
%35
%28.45

CMYK color model

#D4CBA5 color CMYK value is (0,4,22,17).

  • cyan value is 0.00%
  • magenta value is 4.25%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK:
(0,4,22,17)
C0M4Y22K17 
(0%,4%,22%,17%)
(0.00/0.04/0.22/0.17)	

CMYK percentages

%0
%4.25
%22.17
%16.86

Codes

Color #D4CBA5 in popluar color models

D4CBA5
RGB212203165
HSL49°35.34%73.92%
HSB/HSV49°22.17%83.14%
CMYK0.00%4.25%22.17%
16.86%

Color #D4CBA5 in popluar number systems.

HEXD4CBA5
Decimal212203165
Binary110101001100101110100101
Octal324313245

Shades and tints

Shades of #D4CBA5

#D4CBA5
(212,203,165)
#C1B996
(193,185,150)
#AEA787
(174,167,135)
#9B9578
(155,149,120)
#888369
(136,131,105)
#75715A
(117,113,90)
#625F4B
(98,95,75)
#4F4D3C
(79,77,60)
#3C3B2D
(60,59,45)
#29291E
(41,41,30)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #D4CBA5

#D4CBA5
(212,203,165)
#D7CFAD
(215,207,173)
#DAD3B5
(218,211,181)
#DDD7BD
(221,215,189)
#E0DBC5
(224,219,197)
#E3DFCD
(227,223,205)
#E6E3D5
(230,227,213)
#E9E7DD
(233,231,221)
#ECEBE5
(236,235,229)
#EFEFED
(239,239,237)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4CBA5 color. Also use rgb(212,203,165) instead hex code.

Text Font Color

.myTextColor { color: #D4CBA5; }

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

This text font color is #D4CBA5.


Background Color

.myBgColor { background-color: #D4CBA5; }

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

This div background color is #D4CBA5.


Border color

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

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

This div border color is #D4CBA5.


Opacity

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

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

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

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

This text has shadow with #D4CBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4CBA5 on black background.


Color preview on white background

This text has color #D4CBA5 on white background.



Black color preview on #D4CBA5 background

This text has black color on #D4CBA5 background.


White color preview on #D4CBA5 background

This text has white color on #D4CBA5 background.