COLOR #D4AB96

HEX: #D4AB96
RGB: (212,171,150)

Color info

#D4AB96 contains mainly red and green colors. Web safe color of #D4AB96 is #CC9999 (or #C99).

RGB color model

#D4AB96 color RGB value is (212,171,150).

  • red value is 212;
  • green value is 171;
  • blue value is 150.
RGB:
(212,171,150)
(83%,67%,59%)

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 150 of 255 = 59%

212
171
150

R + G + B ~ 70%. #D4AB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 150 = 533 (100%)
R 212 of 533 ~ 39.77%
G 171 of 533 ~ 32.08%
B 150 of 533 ~ 28.14%

%39.77
%32.08
%28.14

CMYK color model

#D4AB96 color CMYK value is (0,19,29,17).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 29.25%
  • key color value is 16.86%
CMYK:
(0,19,29,17)
C0M19Y29K17 
(0%,19%,29%,17%)
(0.00/0.19/0.29/0.17)	

CMYK percentages

%0
%19.34
%29.25
%16.86

Codes

Color #D4AB96 in popluar color models

D4AB96
RGB212171150
HSL20°41.89%70.98%
HSB/HSV20°29.25%83.14%
CMYK0.00%19.34%29.25%
16.86%

Color #D4AB96 in popluar number systems.

HEXD4AB96
Decimal212171150
Binary110101001010101110010110
Octal324253226

Shades and tints

Shades of #D4AB96

#D4AB96
(212,171,150)
#C19C89
(193,156,137)
#AE8D7C
(174,141,124)
#9B7E6F
(155,126,111)
#886F62
(136,111,98)
#756055
(117,96,85)
#625148
(98,81,72)
#4F423B
(79,66,59)
#3C332E
(60,51,46)
#292421
(41,36,33)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #D4AB96

#D4AB96
(212,171,150)
#D7B29F
(215,178,159)
#DAB9A8
(218,185,168)
#DDC0B1
(221,192,177)
#E0C7BA
(224,199,186)
#E3CEC3
(227,206,195)
#E6D5CC
(230,213,204)
#E9DCD5
(233,220,213)
#ECE3DE
(236,227,222)
#EFEAE7
(239,234,231)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AB96 color. Also use rgb(212,171,150) instead hex code.

Text Font Color

.myTextColor { color: #D4AB96; }

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

This text font color is #D4AB96.


Background Color

.myBgColor { background-color: #D4AB96; }

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

This div background color is #D4AB96.


Border color

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

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

This div border color is #D4AB96.


Opacity

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

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

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

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

This text has shadow with #D4AB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AB96 on black background.


Color preview on white background

This text has color #D4AB96 on white background.



Black color preview on #D4AB96 background

This text has black color on #D4AB96 background.


White color preview on #D4AB96 background

This text has white color on #D4AB96 background.