COLOR #D2AAFB

HEX: #D2AAFB
RGB: (210,170,251)

Color info

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

RGB color model

#D2AAFB color RGB value is (210,170,251).

  • red value is 210;
  • green value is 170;
  • blue value is 251.
RGB:
(210,170,251)
(82%,67%,98%)

RGB channels and saturation

R 210 of 255 = 82%
G 170 of 255 = 67%
B 251 of 255 = 98%

210
170
251

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

Portions of RGB colors in percentages

R + G + B =
210 + 170 + 251 = 631 (100%)
R 210 of 631 ~ 33.28%
G 170 of 631 ~ 26.94%
B 251 of 631 ~ 39.78%

%33.28
%26.94
%39.78

CMYK color model

#D2AAFB color CMYK value is (16,32,0,2).

  • cyan value is 16.33%
  • magenta value is 32.27%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,32,0,2)
C16M32Y0K2 
(16%,32%,0%,2%)
(0.16/0.32/0.00/0.02)	

CMYK percentages

%16.33
%32.27
%0
%1.57

Codes

Color #D2AAFB in popluar color models

D2AAFB
RGB210170251
HSL270°91.01%82.55%
HSB/HSV270°32.27%98.43%
CMYK16.33%32.27%0.00%
1.57%

Color #D2AAFB in popluar number systems.

HEXD2AAFB
Decimal210170251
Binary110100101010101011111011
Octal322252373

Shades and tints

Shades of #D2AAFB

#D2AAFB
(210,170,251)
#BF9BE5
(191,155,229)
#AC8CCF
(172,140,207)
#997DB9
(153,125,185)
#866EA3
(134,110,163)
#735F8D
(115,95,141)
#605077
(96,80,119)
#4D4161
(77,65,97)
#3A324B
(58,50,75)
#272335
(39,35,53)
#14141F
(20,20,31)
#000000
(0,0,0)

Tints of #D2AAFB

#D2AAFB
(210,170,251)
#D6B1FB
(214,177,251)
#DAB8FB
(218,184,251)
#DEBFFB
(222,191,251)
#E2C6FB
(226,198,251)
#E6CDFB
(230,205,251)
#EAD4FB
(234,212,251)
#EEDBFB
(238,219,251)
#F2E2FB
(242,226,251)
#F6E9FB
(246,233,251)
#FAF0FB
(250,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AAFB color. Also use rgb(210,170,251) instead hex code.

Text Font Color

.myTextColor { color: #D2AAFB; }

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

This text font color is #D2AAFB.


Background Color

.myBgColor { background-color: #D2AAFB; }

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

This div background color is #D2AAFB.


Border color

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

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

This div border color is #D2AAFB.


Opacity

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

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

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

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

This text has shadow with #D2AAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AAFB on black background.


Color preview on white background

This text has color #D2AAFB on white background.



Black color preview on #D2AAFB background

This text has black color on #D2AAFB background.


White color preview on #D2AAFB background

This text has white color on #D2AAFB background.