COLOR #D8A4A9

HEX: #D8A4A9
RGB: (216,164,169)

Color info

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

RGB color model

#D8A4A9 color RGB value is (216,164,169).

  • red value is 216;
  • green value is 164;
  • blue value is 169.
RGB:
(216,164,169)
(85%,64%,66%)

RGB channels and saturation

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

216
164
169

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

Portions of RGB colors in percentages

R + G + B =
216 + 164 + 169 = 549 (100%)
R 216 of 549 ~ 39.34%
G 164 of 549 ~ 29.87%
B 169 of 549 ~ 30.78%

%39.34
%29.87
%30.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 21.76%
  • key color value is 15.29%
CMYK:
(0,24,22,15)
C0M24Y22K15 
(0%,24%,22%,15%)
(0.00/0.24/0.22/0.15)	

CMYK percentages

%0
%24.07
%21.76
%15.29

Codes

Color #D8A4A9 in popluar color models

D8A4A9
RGB216164169
HSL354°40.00%74.51%
HSB/HSV354°24.07%84.71%
CMYK0.00%24.07%21.76%
15.29%

Color #D8A4A9 in popluar number systems.

HEXD8A4A9
Decimal216164169
Binary110110001010010010101001
Octal330244251

Shades and tints

Shades of #D8A4A9

#D8A4A9
(216,164,169)
#C5969A
(197,150,154)
#B2888B
(178,136,139)
#9F7A7C
(159,122,124)
#8C6C6D
(140,108,109)
#795E5E
(121,94,94)
#66504F
(102,80,79)
#534240
(83,66,64)
#403431
(64,52,49)
#2D2622
(45,38,34)
#1A1813
(26,24,19)
#000000
(0,0,0)

Tints of #D8A4A9

#D8A4A9
(216,164,169)
#DBACB0
(219,172,176)
#DEB4B7
(222,180,183)
#E1BCBE
(225,188,190)
#E4C4C5
(228,196,197)
#E7CCCC
(231,204,204)
#EAD4D3
(234,212,211)
#EDDCDA
(237,220,218)
#F0E4E1
(240,228,225)
#F3ECE8
(243,236,232)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A4A9; }

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

This text font color is #D8A4A9.


Background Color

.myBgColor { background-color: #D8A4A9; }

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

This div background color is #D8A4A9.


Border color

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

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

This div border color is #D8A4A9.


Opacity

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

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

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

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

This text has shadow with #D8A4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A4A9 on black background.


Color preview on white background

This text has color #D8A4A9 on white background.



Black color preview on #D8A4A9 background

This text has black color on #D8A4A9 background.


White color preview on #D8A4A9 background

This text has white color on #D8A4A9 background.