COLOR #D8A0A6

HEX: #D8A0A6 RGB: (216,160,166)

Color info

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

RGB color model

#D8A0A6 color RGB value is (216,160,166).

RGB: (216,160,166) (85%, 63%, 65%)

RGB channels and saturation

R 216 of 255 = 85%
G 160 of 255 = 63%
B 166 of 255 = 65%

216
160
166

R + G + B ~ 71%. #D8A0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 160 + 166 = 542 (100%)
R 216 of 542 ~ 39.85%
G 160 of 542 ~ 29.52%
B 166 of 542 ~ 30.63'%

%39.85
%29.52
%30.63

CMYK color model

#D8A0A6 color CMYK value is (0,26,23,15).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 23.15%
  • key color value is 15.29%

CMYK: (0,26,23,15)
C0M26Y23K15 (0%, 26%, 23%, 15%)
(0.00 / 0.26 / 0.23 / 0.15)

CMYK percentages

%0
%25.93
%23.15
%15.29

Codes

Color #D8A0A6 in popluar color models

D8 A0 A6
RGB 216 160 166
HSL 354° 41.79% 73.73%
HSB/HSV 354° 25.93% 84.71%
CMYK 0.00% 25.93% 23.15%
15.29%

Color #D8A0A6 in popluar number systems.

HEX D8 A0 A6
Decimal 216 160 166
Binary 11011000 10100000 10100110
Octal 330 240 246

Shades and tints

Shades of #D8A0A6

#D8A0A6
(216,160,166)
#C59297
(197,146,151)
#B28488
(178,132,136)
#9F7679
(159,118,121)
#8C686A
(140,104,106)
#795A5B
(121,90,91)
#664C4C
(102,76,76)
#533E3D
(83,62,61)
#40302E
(64,48,46)
#2D221F
(45,34,31)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #D8A0A6

#D8A0A6
(216,160,166)
#DBA8AE
(219,168,174)
#DEB0B6
(222,176,182)
#E1B8BE
(225,184,190)
#E4C0C6
(228,192,198)
#E7C8CE
(231,200,206)
#EAD0D6
(234,208,214)
#EDD8DE
(237,216,222)
#F0E0E6
(240,224,230)
#F3E8EE
(243,232,238)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A0A6 color. Also use rgb(216,160,166) instead hex code.

Text Font Color

.myTextColor { color: #D8A0A6; }

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

This text font color is #D8A0A6.

Background Color

.myBgColor { background-color: #D8A0A6; }

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

This div background color is #D8A0A6.

Border color

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

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

This div border color is #D8A0A6.

Opacity

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

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

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

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

This text has shadow with #D8A0A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A0A6.

Preview

Color preview on black background

This text has color #D8A0A6 on black background.


Color preview on white background

This text has color #D8A0A6 on white background.


Black color preview on #D8A0A6 background

This text has black color on #D8A0A6 background.


White color preview on #D8A0A6 background

This text has white color on #D8A0A6 background.


Related colors

Complementary color

Complementary color for #hex is #275F59.


I love getcolorcode.com

Triadic colors

1 #A6D8A0 and #A0A6D8 with #D8A0A6 are triadic colors.

2 #A6A0D8 and #A0D8A6 with #D8A0A6 are triadic colors.