COLOR #D8AAF3

HEX: #D8AAF3
RGB: (216,170,243)

Color info

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

RGB color model

#D8AAF3 color RGB value is (216,170,243).

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

RGB channels and saturation

R 216 of 255 = 85%
G 170 of 255 = 67%
B 243 of 255 = 95%

216
170
243

R + G + B ~ 82%. #D8AAF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 170 + 243 = 629 (100%)
R 216 of 629 ~ 34.34%
G 170 of 629 ~ 27.03%
B 243 of 629 ~ 38.63%

%34.34
%27.03
%38.63

CMYK color model

#D8AAF3 color CMYK value is (11,30,0,5).

  • cyan value is 11.11%
  • magenta value is 30.04%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(11,30,0,5)
C11M30Y0K5 
(11%,30%,0%,5%)
(0.11/0.30/0.00/0.05)	

CMYK percentages

%11.11
%30.04
%0
%4.71

Codes

Color #D8AAF3 in popluar color models

D8AAF3
RGB216170243
HSL278°75.26%80.98%
HSB/HSV278°30.04%95.29%
CMYK11.11%30.04%0.00%
4.71%

Color #D8AAF3 in popluar number systems.

HEXD8AAF3
Decimal216170243
Binary110110001010101011110011
Octal330252363

Shades and tints

Shades of #D8AAF3

#D8AAF3
(216,170,243)
#C59BDD
(197,155,221)
#B28CC7
(178,140,199)
#9F7DB1
(159,125,177)
#8C6E9B
(140,110,155)
#795F85
(121,95,133)
#66506F
(102,80,111)
#534159
(83,65,89)
#403243
(64,50,67)
#2D232D
(45,35,45)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #D8AAF3

#D8AAF3
(216,170,243)
#DBB1F4
(219,177,244)
#DEB8F5
(222,184,245)
#E1BFF6
(225,191,246)
#E4C6F7
(228,198,247)
#E7CDF8
(231,205,248)
#EAD4F9
(234,212,249)
#EDDBFA
(237,219,250)
#F0E2FB
(240,226,251)
#F3E9FC
(243,233,252)
#F6F0FD
(246,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AAF3; }

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

This text font color is #D8AAF3.


Background Color

.myBgColor { background-color: #D8AAF3; }

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

This div background color is #D8AAF3.


Border color

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

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

This div border color is #D8AAF3.


Opacity

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

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

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

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

This text has shadow with #D8AAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AAF3 on black background.


Color preview on white background

This text has color #D8AAF3 on white background.



Black color preview on #D8AAF3 background

This text has black color on #D8AAF3 background.


White color preview on #D8AAF3 background

This text has white color on #D8AAF3 background.