COLOR #D8ABA8

HEX: #D8ABA8
RGB: (216,171,168)

Color info

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

RGB color model

#D8ABA8 color RGB value is (216,171,168).

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

RGB channels and saturation

R 216 of 255 = 85%
G 171 of 255 = 67%
B 168 of 255 = 66%

216
171
168

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

Portions of RGB colors in percentages

R + G + B =
216 + 171 + 168 = 555 (100%)
R 216 of 555 ~ 38.92%
G 171 of 555 ~ 30.81%
B 168 of 555 ~ 30.27%

%38.92
%30.81
%30.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 22.22%
  • key color value is 15.29%
CMYK:
(0,21,22,15)
C0M21Y22K15 
(0%,21%,22%,15%)
(0.00/0.21/0.22/0.15)	

CMYK percentages

%0
%20.83
%22.22
%15.29

Codes

Color #D8ABA8 in popluar color models

D8ABA8
RGB216171168
HSL38.10%75.29%
HSB/HSV22.22%84.71%
CMYK0.00%20.83%22.22%
15.29%

Color #D8ABA8 in popluar number systems.

HEXD8ABA8
Decimal216171168
Binary110110001010101110101000
Octal330253250

Shades and tints

Shades of #D8ABA8

#D8ABA8
(216,171,168)
#C59C99
(197,156,153)
#B28D8A
(178,141,138)
#9F7E7B
(159,126,123)
#8C6F6C
(140,111,108)
#79605D
(121,96,93)
#66514E
(102,81,78)
#53423F
(83,66,63)
#403330
(64,51,48)
#2D2421
(45,36,33)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #D8ABA8

#D8ABA8
(216,171,168)
#DBB2AF
(219,178,175)
#DEB9B6
(222,185,182)
#E1C0BD
(225,192,189)
#E4C7C4
(228,199,196)
#E7CECB
(231,206,203)
#EAD5D2
(234,213,210)
#EDDCD9
(237,220,217)
#F0E3E0
(240,227,224)
#F3EAE7
(243,234,231)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ABA8; }

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

This text font color is #D8ABA8.


Background Color

.myBgColor { background-color: #D8ABA8; }

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

This div background color is #D8ABA8.


Border color

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

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

This div border color is #D8ABA8.


Opacity

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

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

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

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

This text has shadow with #D8ABA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ABA8 on black background.


Color preview on white background

This text has color #D8ABA8 on white background.



Black color preview on #D8ABA8 background

This text has black color on #D8ABA8 background.


White color preview on #D8ABA8 background

This text has white color on #D8ABA8 background.