COLOR #D8A9A9

HEX: #D8A9A9 RGB: (216,169,169)

Color info

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

RGB color model

#D8A9A9 color RGB value is (216,169,169).

RGB: (216,169,169) (85%, 66%, 66%)

RGB channels and saturation

R 216 of 255 = 85%
G 169 of 255 = 66%
B 169 of 255 = 66%

216
169
169

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

Portions of RGB colors in percentages

R + G + B = 216 + 169 + 169 = 554 (100%)
R 216 of 554 ~ 38.99%
G 169 of 554 ~ 30.51%
B 169 of 554 ~ 30.51'%

%38.99
%30.51
%30.51

CMYK color model

#D8A9A9 color CMYK value is (0,22,22,15).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 21.76%
  • key color value is 15.29%

CMYK: (0,22,22,15)
C0M22Y22K15 (0%, 22%, 22%, 15%)
(0.00 / 0.22 / 0.22 / 0.15)

CMYK percentages

%0
%21.76
%21.76
%15.29

Codes

Color #D8A9A9 in popluar color models

D8 A9 A9
RGB 216 169 169
HSL 37.60% 75.49%
HSB/HSV 21.76% 84.71%
CMYK 0.00% 21.76% 21.76%
15.29%

Color #D8A9A9 in popluar number systems.

HEX D8 A9 A9
Decimal 216 169 169
Binary 11011000 10101001 10101001
Octal 330 251 251

Shades and tints

Shades of #D8A9A9

#D8A9A9
(216,169,169)
#C59A9A
(197,154,154)
#B28B8B
(178,139,139)
#9F7C7C
(159,124,124)
#8C6D6D
(140,109,109)
#795E5E
(121,94,94)
#664F4F
(102,79,79)
#534040
(83,64,64)
#403131
(64,49,49)
#2D2222
(45,34,34)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #D8A9A9

#D8A9A9
(216,169,169)
#DBB0B0
(219,176,176)
#DEB7B7
(222,183,183)
#E1BEBE
(225,190,190)
#E4C5C5
(228,197,197)
#E7CCCC
(231,204,204)
#EAD3D3
(234,211,211)
#EDDADA
(237,218,218)
#F0E1E1
(240,225,225)
#F3E8E8
(243,232,232)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A9A9; }

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

This text font color is #D8A9A9.

Background Color

.myBgColor { background-color: #D8A9A9; }

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

This div background color is #D8A9A9.

Border color

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

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

This div border color is #D8A9A9.

Opacity

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

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

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

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

This text has shadow with #D8A9A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A9A9.

Preview

Color preview on black background

This text has color #D8A9A9 on black background.


Color preview on white background

This text has color #D8A9A9 on white background.


Black color preview on #D8A9A9 background

This text has black color on #D8A9A9 background.


White color preview on #D8A9A9 background

This text has white color on #D8A9A9 background.


Related colors

Complementary color

Complementary color for #hex is #275656.


I love getcolorcode.com