COLOR #D8A6D3

HEX: #D8A6D3 RGB: (216,166,211)

Color info

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

RGB color model

#D8A6D3 color RGB value is (216,166,211).

RGB: (216,166,211) (85%, 65%, 83%)

RGB channels and saturation

R 216 of 255 = 85%
G 166 of 255 = 65%
B 211 of 255 = 83%

216
166
211

R + G + B ~ 78%. #D8A6D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 166 + 211 = 593 (100%)
R 216 of 593 ~ 36.42%
G 166 of 593 ~ 27.99%
B 211 of 593 ~ 35.58'%

%36.42
%27.99
%35.58

CMYK color model

#D8A6D3 color CMYK value is (0,23,2,15).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 2.31%
  • key color value is 15.29%
CMYK: (0,23,2,15) C0M23Y2K15 (0%,23%,2%,15%) (0.00/0.23/0.02/0.15) 

CMYK percentages

%0
%23.15
%2.31
%15.29

Codes

Color #D8A6D3 in popluar color models

D8 A6 D3
RGB 216 166 211
HSL 306° 39.06% 74.90%
HSB/HSV 306° 23.15% 84.71%
CMYK 0.00% 23.15% 2.31%
15.29%

Color #D8A6D3 in popluar number systems.

HEX D8 A6 D3
Decimal 216 166 211
Binary 11011000 10100110 11010011
Octal 330 246 323

Shades and tints

Shades of #D8A6D3

#D8A6D3
(216,166,211)
#C597C0
(197,151,192)
#B288AD
(178,136,173)
#9F799A
(159,121,154)
#8C6A87
(140,106,135)
#795B74
(121,91,116)
#664C61
(102,76,97)
#533D4E
(83,61,78)
#402E3B
(64,46,59)
#2D1F28
(45,31,40)
#1A1015
(26,16,21)
#000000
(0,0,0)

Tints of #D8A6D3

#D8A6D3
(216,166,211)
#DBAED7
(219,174,215)
#DEB6DB
(222,182,219)
#E1BEDF
(225,190,223)
#E4C6E3
(228,198,227)
#E7CEE7
(231,206,231)
#EAD6EB
(234,214,235)
#EDDEEF
(237,222,239)
#F0E6F3
(240,230,243)
#F3EEF7
(243,238,247)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A6D3; }

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

This text font color is #D8A6D3.

Background Color

.myBgColor { background-color: #D8A6D3; }

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

This div background color is #D8A6D3.

Border color

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

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

This div border color is #D8A6D3.

Opacity

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

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

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

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

This text has shadow with #D8A6D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A6D3.

Preview

Color preview on black background

This text has color #D8A6D3 on black background.


Color preview on white background

This text has color #D8A6D3 on white background.


Black color preview on #D8A6D3 background

This text has black color on #D8A6D3 background.


White color preview on #D8A6D3 background

This text has white color on #D8A6D3 background.


Related colors

Complementary color

Complementary color for #hex is #27592C.


I love getcolorcode.com

Triadic colors

1 #D3D8A6 and #A6D3D8 with #D8A6D3 are triadic colors.

2 #D3A6D8 and #A6D8D3 with #D8A6D3 are triadic colors.