COLOR #D8A6F0

HEX: #D8A6F0 RGB: (216,166,240)

Color info

#D8A6F0 contains mainly red and blue colors. Web safe color of #D8A6F0 is #CC99FF (or #C9F).

RGB color model

#D8A6F0 color RGB value is (216,166,240).

RGB: (216,166,240) (85%, 65%, 94%)

RGB channels and saturation

R 216 of 255 = 85%
G 166 of 255 = 65%
B 240 of 255 = 94%

216
166
240

R + G + B ~ 81%. #D8A6F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 166 + 240 = 622 (100%)
R 216 of 622 ~ 34.73%
G 166 of 622 ~ 26.69%
B 240 of 622 ~ 38.59'%

%34.73
%26.69
%38.59

CMYK color model

#D8A6F0 color CMYK value is (10,31,0,6).

  • cyan value is 10.00%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (10,31,0,6)
C10M31Y0K6 (10%, 31%, 0%, 6%)
(0.10 / 0.31 / 0.00 / 0.06)

CMYK percentages

%10
%30.83
%0
%5.88

Codes

Color #D8A6F0 in popluar color models

D8 A6 F0
RGB 216 166 240
HSL 281° 71.15% 79.61%
HSB/HSV 281° 30.83% 94.12%
CMYK 10.00% 30.83% 0.00%
5.88%

Color #D8A6F0 in popluar number systems.

HEX D8 A6 F0
Decimal 216 166 240
Binary 11011000 10100110 11110000
Octal 330 246 360

Shades and tints

Shades of #D8A6F0

#D8A6F0
(216,166,240)
#C597DB
(197,151,219)
#B288C6
(178,136,198)
#9F79B1
(159,121,177)
#8C6A9C
(140,106,156)
#795B87
(121,91,135)
#664C72
(102,76,114)
#533D5D
(83,61,93)
#402E48
(64,46,72)
#2D1F33
(45,31,51)
#1A101E
(26,16,30)
#000000
(0,0,0)

Tints of #D8A6F0

#D8A6F0
(216,166,240)
#DBAEF1
(219,174,241)
#DEB6F2
(222,182,242)
#E1BEF3
(225,190,243)
#E4C6F4
(228,198,244)
#E7CEF5
(231,206,245)
#EAD6F6
(234,214,246)
#EDDEF7
(237,222,247)
#F0E6F8
(240,230,248)
#F3EEF9
(243,238,249)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A6F0; }

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

This text font color is #D8A6F0.

Background Color

.myBgColor { background-color: #D8A6F0; }

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

This div background color is #D8A6F0.

Border color

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

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

This div border color is #D8A6F0.

Opacity

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

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

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

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

This text has shadow with #D8A6F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8A6F0.

Preview

Color preview on black background

This text has color #D8A6F0 on black background.


Color preview on white background

This text has color #D8A6F0 on white background.


Black color preview on #D8A6F0 background

This text has black color on #D8A6F0 background.


White color preview on #D8A6F0 background

This text has white color on #D8A6F0 background.


Related colors

Complementary color

Complementary color for #hex is #27590F.


I love getcolorcode.com

Triadic colors

1 #F0D8A6 and #A6F0D8 with #D8A6F0 are triadic colors.

2 #F0A6D8 and #A6D8F0 with #D8A6F0 are triadic colors.