COLOR #D2AFF9

HEX: #D2AFF9
RGB: (210,175,249)

Color info

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

RGB color model

#D2AFF9 color RGB value is (210,175,249).

  • red value is 210;
  • green value is 175;
  • blue value is 249.
RGB:
(210,175,249)
(82%,69%,98%)

RGB channels and saturation

R 210 of 255 = 82%
G 175 of 255 = 69%
B 249 of 255 = 98%

210
175
249

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

Portions of RGB colors in percentages

R + G + B =
210 + 175 + 249 = 634 (100%)
R 210 of 634 ~ 33.12%
G 175 of 634 ~ 27.6%
B 249 of 634 ~ 39.27%

%33.12
%27.6
%39.27

CMYK color model

#D2AFF9 color CMYK value is (16,30,0,2).

  • cyan value is 15.66%
  • magenta value is 29.72%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(16,30,0,2)
C16M30Y0K2 
(16%,30%,0%,2%)
(0.16/0.30/0.00/0.02)	

CMYK percentages

%15.66
%29.72
%0
%2.35

Codes

Color #D2AFF9 in popluar color models

D2AFF9
RGB210175249
HSL268°86.05%83.14%
HSB/HSV268°29.72%97.65%
CMYK15.66%29.72%0.00%
2.35%

Color #D2AFF9 in popluar number systems.

HEXD2AFF9
Decimal210175249
Binary110100101010111111111001
Octal322257371

Shades and tints

Shades of #D2AFF9

#D2AFF9
(210,175,249)
#BFA0E3
(191,160,227)
#AC91CD
(172,145,205)
#9982B7
(153,130,183)
#8673A1
(134,115,161)
#73648B
(115,100,139)
#605575
(96,85,117)
#4D465F
(77,70,95)
#3A3749
(58,55,73)
#272833
(39,40,51)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #D2AFF9

#D2AFF9
(210,175,249)
#D6B6F9
(214,182,249)
#DABDF9
(218,189,249)
#DEC4F9
(222,196,249)
#E2CBF9
(226,203,249)
#E6D2F9
(230,210,249)
#EAD9F9
(234,217,249)
#EEE0F9
(238,224,249)
#F2E7F9
(242,231,249)
#F6EEF9
(246,238,249)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AFF9 color. Also use rgb(210,175,249) instead hex code.

Text Font Color

.myTextColor { color: #D2AFF9; }

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

This text font color is #D2AFF9.


Background Color

.myBgColor { background-color: #D2AFF9; }

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

This div background color is #D2AFF9.


Border color

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

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

This div border color is #D2AFF9.


Opacity

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

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

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

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

This text has shadow with #D2AFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AFF9 on black background.


Color preview on white background

This text has color #D2AFF9 on white background.



Black color preview on #D2AFF9 background

This text has black color on #D2AFF9 background.


White color preview on #D2AFF9 background

This text has white color on #D2AFF9 background.