COLOR #D8AAF9

HEX: #D8AAF9
RGB: (216,170,249)

Color info

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

RGB color model

#D8AAF9 color RGB value is (216,170,249).

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

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 249 of 255 = 98%

216
170
249

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

Portions of RGB colors in percentages

R + G + B =
216 + 170 + 249 = 635 (100%)
R 216 of 635 ~ 34.02%
G 170 of 635 ~ 26.77%
B 249 of 635 ~ 39.21%

%34.02
%26.77
%39.21

CMYK color model

#D8AAF9 color CMYK value is (13,32,0,2).

  • cyan value is 13.25%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(13,32,0,2)
C13M32Y0K2 
(13%,32%,0%,2%)
(0.13/0.32/0.00/0.02)	

CMYK percentages

%13.25
%31.73
%0
%2.35

Codes

Color #D8AAF9 in popluar color models

D8AAF9
RGB216170249
HSL275°86.81%82.16%
HSB/HSV275°31.73%97.65%
CMYK13.25%31.73%0.00%
2.35%

Color #D8AAF9 in popluar number systems.

HEXD8AAF9
Decimal216170249
Binary110110001010101011111001
Octal330252371

Shades and tints

Shades of #D8AAF9

#D8AAF9
(216,170,249)
#C59BE3
(197,155,227)
#B28CCD
(178,140,205)
#9F7DB7
(159,125,183)
#8C6EA1
(140,110,161)
#795F8B
(121,95,139)
#665075
(102,80,117)
#53415F
(83,65,95)
#403249
(64,50,73)
#2D2333
(45,35,51)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #D8AAF9

#D8AAF9
(216,170,249)
#DBB1F9
(219,177,249)
#DEB8F9
(222,184,249)
#E1BFF9
(225,191,249)
#E4C6F9
(228,198,249)
#E7CDF9
(231,205,249)
#EAD4F9
(234,212,249)
#EDDBF9
(237,219,249)
#F0E2F9
(240,226,249)
#F3E9F9
(243,233,249)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AAF9; }

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

This text font color is #D8AAF9.


Background Color

.myBgColor { background-color: #D8AAF9; }

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

This div background color is #D8AAF9.


Border color

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

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

This div border color is #D8AAF9.


Opacity

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

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

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

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

This text has shadow with #D8AAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AAF9 on black background.


Color preview on white background

This text has color #D8AAF9 on white background.



Black color preview on #D8AAF9 background

This text has black color on #D8AAF9 background.


White color preview on #D8AAF9 background

This text has white color on #D8AAF9 background.