COLOR #D8AAB9

HEX: #D8AAB9
RGB: (216,170,185)

Color info

#D8AAB9 contains red, green and blue colors in about the same proportion. Web safe color of #D8AAB9 is #CC99CC (or #C9C).

RGB color model

#D8AAB9 color RGB value is (216,170,185).

  • red value is 216;
  • green value is 170;
  • blue value is 185.
RGB:
(216,170,185)
(85%,67%,73%)

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 185 of 255 = 73%

216
170
185

R + G + B ~ 75%. #D8AAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 170 + 185 = 571 (100%)
R 216 of 571 ~ 37.83%
G 170 of 571 ~ 29.77%
B 185 of 571 ~ 32.4%

%37.83
%29.77
%32.4

CMYK color model

#D8AAB9 color CMYK value is (0,21,14,15).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 14.35%
  • key color value is 15.29%
CMYK:
(0,21,14,15)
C0M21Y14K15 
(0%,21%,14%,15%)
(0.00/0.21/0.14/0.15)	

CMYK percentages

%0
%21.3
%14.35
%15.29

Codes

Color #D8AAB9 in popluar color models

D8AAB9
RGB216170185
HSL340°37.10%75.69%
HSB/HSV340°21.30%84.71%
CMYK0.00%21.30%14.35%
15.29%

Color #D8AAB9 in popluar number systems.

HEXD8AAB9
Decimal216170185
Binary110110001010101010111001
Octal330252271

Shades and tints

Shades of #D8AAB9

#D8AAB9
(216,170,185)
#C59BA9
(197,155,169)
#B28C99
(178,140,153)
#9F7D89
(159,125,137)
#8C6E79
(140,110,121)
#795F69
(121,95,105)
#665059
(102,80,89)
#534149
(83,65,73)
#403239
(64,50,57)
#2D2329
(45,35,41)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #D8AAB9

#D8AAB9
(216,170,185)
#DBB1BF
(219,177,191)
#DEB8C5
(222,184,197)
#E1BFCB
(225,191,203)
#E4C6D1
(228,198,209)
#E7CDD7
(231,205,215)
#EAD4DD
(234,212,221)
#EDDBE3
(237,219,227)
#F0E2E9
(240,226,233)
#F3E9EF
(243,233,239)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AAB9; }

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

This text font color is #D8AAB9.


Background Color

.myBgColor { background-color: #D8AAB9; }

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

This div background color is #D8AAB9.


Border color

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

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

This div border color is #D8AAB9.


Opacity

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

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

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

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

This text has shadow with #D8AAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AAB9 on black background.


Color preview on white background

This text has color #D8AAB9 on white background.



Black color preview on #D8AAB9 background

This text has black color on #D8AAB9 background.


White color preview on #D8AAB9 background

This text has white color on #D8AAB9 background.