COLOR #D4A9A3

HEX: #D4A9A3
RGB: (212,169,163)

Color info

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

RGB color model

#D4A9A3 color RGB value is (212,169,163).

  • red value is 212;
  • green value is 169;
  • blue value is 163.
RGB:
(212,169,163)
(83%,66%,64%)

RGB channels and saturation

R 212 of 255 = 83%
G 169 of 255 = 66%
B 163 of 255 = 64%

212
169
163

R + G + B ~ 71%. #D4A9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 169 + 163 = 544 (100%)
R 212 of 544 ~ 38.97%
G 169 of 544 ~ 31.07%
B 163 of 544 ~ 29.96%

%38.97
%31.07
%29.96

CMYK color model

#D4A9A3 color CMYK value is (0,20,23,17).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 23.11%
  • key color value is 16.86%
CMYK:
(0,20,23,17)
C0M20Y23K17 
(0%,20%,23%,17%)
(0.00/0.20/0.23/0.17)	

CMYK percentages

%0
%20.28
%23.11
%16.86

Codes

Color #D4A9A3 in popluar color models

D4A9A3
RGB212169163
HSL36.30%73.53%
HSB/HSV23.11%83.14%
CMYK0.00%20.28%23.11%
16.86%

Color #D4A9A3 in popluar number systems.

HEXD4A9A3
Decimal212169163
Binary110101001010100110100011
Octal324251243

Shades and tints

Shades of #D4A9A3

#D4A9A3
(212,169,163)
#C19A95
(193,154,149)
#AE8B87
(174,139,135)
#9B7C79
(155,124,121)
#886D6B
(136,109,107)
#755E5D
(117,94,93)
#624F4F
(98,79,79)
#4F4041
(79,64,65)
#3C3133
(60,49,51)
#292225
(41,34,37)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #D4A9A3

#D4A9A3
(212,169,163)
#D7B0AB
(215,176,171)
#DAB7B3
(218,183,179)
#DDBEBB
(221,190,187)
#E0C5C3
(224,197,195)
#E3CCCB
(227,204,203)
#E6D3D3
(230,211,211)
#E9DADB
(233,218,219)
#ECE1E3
(236,225,227)
#EFE8EB
(239,232,235)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A9A3 color. Also use rgb(212,169,163) instead hex code.

Text Font Color

.myTextColor { color: #D4A9A3; }

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

This text font color is #D4A9A3.


Background Color

.myBgColor { background-color: #D4A9A3; }

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

This div background color is #D4A9A3.


Border color

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

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

This div border color is #D4A9A3.


Opacity

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

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

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

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

This text has shadow with #D4A9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A9A3 on black background.


Color preview on white background

This text has color #D4A9A3 on white background.



Black color preview on #D4A9A3 background

This text has black color on #D4A9A3 background.


White color preview on #D4A9A3 background

This text has white color on #D4A9A3 background.