COLOR #D8AAB4

HEX: #D8AAB4
RGB: (216,170,180)

Color info

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

RGB color model

#D8AAB4 color RGB value is (216,170,180).

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

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 180 of 255 = 71%

216
170
180

R + G + B ~ 74%. #D8AAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 170 + 180 = 566 (100%)
R 216 of 566 ~ 38.16%
G 170 of 566 ~ 30.04%
B 180 of 566 ~ 31.8%

%38.16
%30.04
%31.8

CMYK color model

#D8AAB4 color CMYK value is (0,21,17,15).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 16.67%
  • key color value is 15.29%
CMYK:
(0,21,17,15)
C0M21Y17K15 
(0%,21%,17%,15%)
(0.00/0.21/0.17/0.15)	

CMYK percentages

%0
%21.3
%16.67
%15.29

Codes

Color #D8AAB4 in popluar color models

D8AAB4
RGB216170180
HSL347°37.10%75.69%
HSB/HSV347°21.30%84.71%
CMYK0.00%21.30%16.67%
15.29%

Color #D8AAB4 in popluar number systems.

HEXD8AAB4
Decimal216170180
Binary110110001010101010110100
Octal330252264

Shades and tints

Shades of #D8AAB4

#D8AAB4
(216,170,180)
#C59BA4
(197,155,164)
#B28C94
(178,140,148)
#9F7D84
(159,125,132)
#8C6E74
(140,110,116)
#795F64
(121,95,100)
#665054
(102,80,84)
#534144
(83,65,68)
#403234
(64,50,52)
#2D2324
(45,35,36)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #D8AAB4

#D8AAB4
(216,170,180)
#DBB1BA
(219,177,186)
#DEB8C0
(222,184,192)
#E1BFC6
(225,191,198)
#E4C6CC
(228,198,204)
#E7CDD2
(231,205,210)
#EAD4D8
(234,212,216)
#EDDBDE
(237,219,222)
#F0E2E4
(240,226,228)
#F3E9EA
(243,233,234)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AAB4; }

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

This text font color is #D8AAB4.


Background Color

.myBgColor { background-color: #D8AAB4; }

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

This div background color is #D8AAB4.


Border color

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

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

This div border color is #D8AAB4.


Opacity

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

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

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

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

This text has shadow with #D8AAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AAB4 on black background.


Color preview on white background

This text has color #D8AAB4 on white background.



Black color preview on #D8AAB4 background

This text has black color on #D8AAB4 background.


White color preview on #D8AAB4 background

This text has white color on #D8AAB4 background.