COLOR #D8AAF6

HEX: #D8AAF6
RGB: (216,170,246)

Color info

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

RGB color model

#D8AAF6 color RGB value is (216,170,246).

  • red value is 216;
  • green value is 170;
  • blue value is 246.
RGB:
(216,170,246)
(85%,67%,96%)

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 246 of 255 = 96%

216
170
246

R + G + B ~ 83%. #D8AAF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 170 + 246 = 632 (100%)
R 216 of 632 ~ 34.18%
G 170 of 632 ~ 26.9%
B 246 of 632 ~ 38.92%

%34.18
%26.9
%38.92

CMYK color model

#D8AAF6 color CMYK value is (12,31,0,4).

  • cyan value is 12.20%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(12,31,0,4)
C12M31Y0K4 
(12%,31%,0%,4%)
(0.12/0.31/0.00/0.04)	

CMYK percentages

%12.2
%30.89
%0
%3.53

Codes

Color #D8AAF6 in popluar color models

D8AAF6
RGB216170246
HSL276°80.85%81.57%
HSB/HSV276°30.89%96.47%
CMYK12.20%30.89%0.00%
3.53%

Color #D8AAF6 in popluar number systems.

HEXD8AAF6
Decimal216170246
Binary110110001010101011110110
Octal330252366

Shades and tints

Shades of #D8AAF6

#D8AAF6
(216,170,246)
#C59BE0
(197,155,224)
#B28CCA
(178,140,202)
#9F7DB4
(159,125,180)
#8C6E9E
(140,110,158)
#795F88
(121,95,136)
#665072
(102,80,114)
#53415C
(83,65,92)
#403246
(64,50,70)
#2D2330
(45,35,48)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #D8AAF6

#D8AAF6
(216,170,246)
#DBB1F6
(219,177,246)
#DEB8F6
(222,184,246)
#E1BFF6
(225,191,246)
#E4C6F6
(228,198,246)
#E7CDF6
(231,205,246)
#EAD4F6
(234,212,246)
#EDDBF6
(237,219,246)
#F0E2F6
(240,226,246)
#F3E9F6
(243,233,246)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8AAF6 color. Also use rgb(216,170,246) instead hex code.

Text Font Color

.myTextColor { color: #D8AAF6; }

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

This text font color is #D8AAF6.


Background Color

.myBgColor { background-color: #D8AAF6; }

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

This div background color is #D8AAF6.


Border color

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

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

This div border color is #D8AAF6.


Opacity

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

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

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

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

This text has shadow with #D8AAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AAF6 on black background.


Color preview on white background

This text has color #D8AAF6 on white background.



Black color preview on #D8AAF6 background

This text has black color on #D8AAF6 background.


White color preview on #D8AAF6 background

This text has white color on #D8AAF6 background.