COLOR #D4ABA7

HEX: #D4ABA7
RGB: (212,171,167)

Color info

#D4ABA7 contains red, green and blue colors in about the same proportion. Web safe color of #D4ABA7 is #CC9999 (or #C99).

RGB color model

#D4ABA7 color RGB value is (212,171,167).

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

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 167 of 255 = 65%

212
171
167

R + G + B ~ 72%. #D4ABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 167 = 550 (100%)
R 212 of 550 ~ 38.55%
G 171 of 550 ~ 31.09%
B 167 of 550 ~ 30.36%

%38.55
%31.09
%30.36

CMYK color model

#D4ABA7 color CMYK value is (0,19,21,17).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 21.23%
  • key color value is 16.86%
CMYK:
(0,19,21,17)
C0M19Y21K17 
(0%,19%,21%,17%)
(0.00/0.19/0.21/0.17)	

CMYK percentages

%0
%19.34
%21.23
%16.86

Codes

Color #D4ABA7 in popluar color models

D4ABA7
RGB212171167
HSL34.35%74.31%
HSB/HSV21.23%83.14%
CMYK0.00%19.34%21.23%
16.86%

Color #D4ABA7 in popluar number systems.

HEXD4ABA7
Decimal212171167
Binary110101001010101110100111
Octal324253247

Shades and tints

Shades of #D4ABA7

#D4ABA7
(212,171,167)
#C19C98
(193,156,152)
#AE8D89
(174,141,137)
#9B7E7A
(155,126,122)
#886F6B
(136,111,107)
#75605C
(117,96,92)
#62514D
(98,81,77)
#4F423E
(79,66,62)
#3C332F
(60,51,47)
#292420
(41,36,32)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #D4ABA7

#D4ABA7
(212,171,167)
#D7B2AF
(215,178,175)
#DAB9B7
(218,185,183)
#DDC0BF
(221,192,191)
#E0C7C7
(224,199,199)
#E3CECF
(227,206,207)
#E6D5D7
(230,213,215)
#E9DCDF
(233,220,223)
#ECE3E7
(236,227,231)
#EFEAEF
(239,234,239)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ABA7; }

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

This text font color is #D4ABA7.


Background Color

.myBgColor { background-color: #D4ABA7; }

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

This div background color is #D4ABA7.


Border color

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

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

This div border color is #D4ABA7.


Opacity

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

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

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

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

This text has shadow with #D4ABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ABA7 on black background.


Color preview on white background

This text has color #D4ABA7 on white background.



Black color preview on #D4ABA7 background

This text has black color on #D4ABA7 background.


White color preview on #D4ABA7 background

This text has white color on #D4ABA7 background.