COLOR #D8A6BD

HEX: #D8A6BD
RGB: (216,166,189)

Color info

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

RGB color model

#D8A6BD color RGB value is (216,166,189).

  • red value is 216;
  • green value is 166;
  • blue value is 189.
RGB:
(216,166,189)
(85%,65%,74%)

RGB channels and saturation

R 216 of 255 = 85%
G 166 of 255 = 65%
B 189 of 255 = 74%

216
166
189

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

Portions of RGB colors in percentages

R + G + B =
216 + 166 + 189 = 571 (100%)
R 216 of 571 ~ 37.83%
G 166 of 571 ~ 29.07%
B 189 of 571 ~ 33.1%

%37.83
%29.07
%33.1

CMYK color model

#D8A6BD color CMYK value is (0,23,13,15).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 12.50%
  • key color value is 15.29%
CMYK:
(0,23,13,15)
C0M23Y13K15 
(0%,23%,13%,15%)
(0.00/0.23/0.13/0.15)	

CMYK percentages

%0
%23.15
%12.5
%15.29

Codes

Color #D8A6BD in popluar color models

D8A6BD
RGB216166189
HSL332°39.06%74.90%
HSB/HSV332°23.15%84.71%
CMYK0.00%23.15%12.50%
15.29%

Color #D8A6BD in popluar number systems.

HEXD8A6BD
Decimal216166189
Binary110110001010011010111101
Octal330246275

Shades and tints

Shades of #D8A6BD

#D8A6BD
(216,166,189)
#C597AC
(197,151,172)
#B2889B
(178,136,155)
#9F798A
(159,121,138)
#8C6A79
(140,106,121)
#795B68
(121,91,104)
#664C57
(102,76,87)
#533D46
(83,61,70)
#402E35
(64,46,53)
#2D1F24
(45,31,36)
#1A1013
(26,16,19)
#000000
(0,0,0)

Tints of #D8A6BD

#D8A6BD
(216,166,189)
#DBAEC3
(219,174,195)
#DEB6C9
(222,182,201)
#E1BECF
(225,190,207)
#E4C6D5
(228,198,213)
#E7CEDB
(231,206,219)
#EAD6E1
(234,214,225)
#EDDEE7
(237,222,231)
#F0E6ED
(240,230,237)
#F3EEF3
(243,238,243)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A6BD; }

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

This text font color is #D8A6BD.


Background Color

.myBgColor { background-color: #D8A6BD; }

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

This div background color is #D8A6BD.


Border color

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

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

This div border color is #D8A6BD.


Opacity

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

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

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

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

This text has shadow with #D8A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A6BD on black background.


Color preview on white background

This text has color #D8A6BD on white background.



Black color preview on #D8A6BD background

This text has black color on #D8A6BD background.


White color preview on #D8A6BD background

This text has white color on #D8A6BD background.