COLOR #D1ABF8

HEX: #D1ABF8
RGB: (209,171,248)

Color info

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

RGB color model

#D1ABF8 color RGB value is (209,171,248).

  • red value is 209;
  • green value is 171;
  • blue value is 248.
RGB:
(209,171,248)
(82%,67%,97%)

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 248 of 255 = 97%

209
171
248

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

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 248 = 628 (100%)
R 209 of 628 ~ 33.28%
G 171 of 628 ~ 27.23%
B 248 of 628 ~ 39.49%

%33.28
%27.23
%39.49

CMYK color model

#D1ABF8 color CMYK value is (16,31,0,3).

  • cyan value is 15.73%
  • magenta value is 31.05%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(16,31,0,3)
C16M31Y0K3 
(16%,31%,0%,3%)
(0.16/0.31/0.00/0.03)	

CMYK percentages

%15.73
%31.05
%0
%2.75

Codes

Color #D1ABF8 in popluar color models

D1ABF8
RGB209171248
HSL270°84.62%82.16%
HSB/HSV270°31.05%97.25%
CMYK15.73%31.05%0.00%
2.75%

Color #D1ABF8 in popluar number systems.

HEXD1ABF8
Decimal209171248
Binary110100011010101111111000
Octal321253370

Shades and tints

Shades of #D1ABF8

#D1ABF8
(209,171,248)
#BE9CE2
(190,156,226)
#AB8DCC
(171,141,204)
#987EB6
(152,126,182)
#856FA0
(133,111,160)
#72608A
(114,96,138)
#5F5174
(95,81,116)
#4C425E
(76,66,94)
#393348
(57,51,72)
#262432
(38,36,50)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D1ABF8

#D1ABF8
(209,171,248)
#D5B2F8
(213,178,248)
#D9B9F8
(217,185,248)
#DDC0F8
(221,192,248)
#E1C7F8
(225,199,248)
#E5CEF8
(229,206,248)
#E9D5F8
(233,213,248)
#EDDCF8
(237,220,248)
#F1E3F8
(241,227,248)
#F5EAF8
(245,234,248)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1ABF8 color. Also use rgb(209,171,248) instead hex code.

Text Font Color

.myTextColor { color: #D1ABF8; }

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

This text font color is #D1ABF8.


Background Color

.myBgColor { background-color: #D1ABF8; }

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

This div background color is #D1ABF8.


Border color

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

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

This div border color is #D1ABF8.


Opacity

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

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

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

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

This text has shadow with #D1ABF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ABF8 on black background.


Color preview on white background

This text has color #D1ABF8 on white background.



Black color preview on #D1ABF8 background

This text has black color on #D1ABF8 background.


White color preview on #D1ABF8 background

This text has white color on #D1ABF8 background.