COLOR #D1AFF1

HEX: #D1AFF1
RGB: (209,175,241)

Color info

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

RGB color model

#D1AFF1 color RGB value is (209,175,241).

  • red value is 209;
  • green value is 175;
  • blue value is 241.
RGB:
(209,175,241)
(82%,69%,95%)

RGB channels and saturation

R 209 of 255 = 82%
G 175 of 255 = 69%
B 241 of 255 = 95%

209
175
241

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

Portions of RGB colors in percentages

R + G + B =
209 + 175 + 241 = 625 (100%)
R 209 of 625 ~ 33.44%
G 175 of 625 ~ 28%
B 241 of 625 ~ 38.56%

%33.44
%28
%38.56

CMYK color model

#D1AFF1 color CMYK value is (13,27,0,5).

  • cyan value is 13.28%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(13,27,0,5)
C13M27Y0K5 
(13%,27%,0%,5%)
(0.13/0.27/0.00/0.05)	

CMYK percentages

%13.28
%27.39
%0
%5.49

Codes

Color #D1AFF1 in popluar color models

D1AFF1
RGB209175241
HSL271°70.21%81.57%
HSB/HSV271°27.39%94.51%
CMYK13.28%27.39%0.00%
5.49%

Color #D1AFF1 in popluar number systems.

HEXD1AFF1
Decimal209175241
Binary110100011010111111110001
Octal321257361

Shades and tints

Shades of #D1AFF1

#D1AFF1
(209,175,241)
#BEA0DC
(190,160,220)
#AB91C7
(171,145,199)
#9882B2
(152,130,178)
#85739D
(133,115,157)
#726488
(114,100,136)
#5F5573
(95,85,115)
#4C465E
(76,70,94)
#393749
(57,55,73)
#262834
(38,40,52)
#13191F
(19,25,31)
#000000
(0,0,0)

Tints of #D1AFF1

#D1AFF1
(209,175,241)
#D5B6F2
(213,182,242)
#D9BDF3
(217,189,243)
#DDC4F4
(221,196,244)
#E1CBF5
(225,203,245)
#E5D2F6
(229,210,246)
#E9D9F7
(233,217,247)
#EDE0F8
(237,224,248)
#F1E7F9
(241,231,249)
#F5EEFA
(245,238,250)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AFF1 color. Also use rgb(209,175,241) instead hex code.

Text Font Color

.myTextColor { color: #D1AFF1; }

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

This text font color is #D1AFF1.


Background Color

.myBgColor { background-color: #D1AFF1; }

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

This div background color is #D1AFF1.


Border color

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

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

This div border color is #D1AFF1.


Opacity

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

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

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

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

This text has shadow with #D1AFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AFF1 on black background.


Color preview on white background

This text has color #D1AFF1 on white background.



Black color preview on #D1AFF1 background

This text has black color on #D1AFF1 background.


White color preview on #D1AFF1 background

This text has white color on #D1AFF1 background.