COLOR #D8ABAA

HEX: #D8ABAA
RGB: (216,171,170)

Color info

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

RGB color model

#D8ABAA color RGB value is (216,171,170).

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

RGB channels and saturation

R 216 of 255 = 85%
G 171 of 255 = 67%
B 170 of 255 = 67%

216
171
170

R + G + B ~ 73%. #D8ABAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 171 + 170 = 557 (100%)
R 216 of 557 ~ 38.78%
G 171 of 557 ~ 30.7%
B 170 of 557 ~ 30.52%

%38.78
%30.7
%30.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 21.30%
  • key color value is 15.29%
CMYK:
(0,21,21,15)
C0M21Y21K15 
(0%,21%,21%,15%)
(0.00/0.21/0.21/0.15)	

CMYK percentages

%0
%20.83
%21.3
%15.29

Codes

Color #D8ABAA in popluar color models

D8ABAA
RGB216171170
HSL37.10%75.69%
HSB/HSV21.30%84.71%
CMYK0.00%20.83%21.30%
15.29%

Color #D8ABAA in popluar number systems.

HEXD8ABAA
Decimal216171170
Binary110110001010101110101010
Octal330253252

Shades and tints

Shades of #D8ABAA

#D8ABAA
(216,171,170)
#C59C9B
(197,156,155)
#B28D8C
(178,141,140)
#9F7E7D
(159,126,125)
#8C6F6E
(140,111,110)
#79605F
(121,96,95)
#665150
(102,81,80)
#534241
(83,66,65)
#403332
(64,51,50)
#2D2423
(45,36,35)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #D8ABAA

#D8ABAA
(216,171,170)
#DBB2B1
(219,178,177)
#DEB9B8
(222,185,184)
#E1C0BF
(225,192,191)
#E4C7C6
(228,199,198)
#E7CECD
(231,206,205)
#EAD5D4
(234,213,212)
#EDDCDB
(237,220,219)
#F0E3E2
(240,227,226)
#F3EAE9
(243,234,233)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ABAA; }

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

This text font color is #D8ABAA.


Background Color

.myBgColor { background-color: #D8ABAA; }

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

This div background color is #D8ABAA.


Border color

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

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

This div border color is #D8ABAA.


Opacity

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

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

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

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

This text has shadow with #D8ABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ABAA on black background.


Color preview on white background

This text has color #D8ABAA on white background.



Black color preview on #D8ABAA background

This text has black color on #D8ABAA background.


White color preview on #D8ABAA background

This text has white color on #D8ABAA background.