COLOR #D4ABFF

HEX: #D4ABFF
RGB: (212,171,255)

Color info

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

RGB color model

#D4ABFF color RGB value is (212,171,255).

  • red value is 212;
  • green value is 171;
  • blue value is 255.
RGB:
(212,171,255)
(83%,67%,100%)

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 255 of 255 = 100%

212
171
255

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

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 255 = 638 (100%)
R 212 of 638 ~ 33.23%
G 171 of 638 ~ 26.8%
B 255 of 638 ~ 39.97%

%33.23
%26.8
%39.97

CMYK color model

#D4ABFF color CMYK value is (17,33,0,0).

  • cyan value is 16.86%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,33,0,0)
C17M33Y0K0 
(17%,33%,0%,0%)
(0.17/0.33/0.00/0.00)	

CMYK percentages

%16.86
%32.94
%0
%0

Codes

Color #D4ABFF in popluar color models

D4ABFF
RGB212171255
HSL269°100.00%83.53%
HSB/HSV269°32.94%100.00%
CMYK16.86%32.94%0.00%
0.00%

Color #D4ABFF in popluar number systems.

HEXD4ABFF
Decimal212171255
Binary110101001010101111111111
Octal324253377

Shades and tints

Shades of #D4ABFF

#D4ABFF
(212,171,255)
#C19CE8
(193,156,232)
#AE8DD1
(174,141,209)
#9B7EBA
(155,126,186)
#886FA3
(136,111,163)
#75608C
(117,96,140)
#625175
(98,81,117)
#4F425E
(79,66,94)
#3C3347
(60,51,71)
#292430
(41,36,48)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #D4ABFF

#D4ABFF
(212,171,255)
#D7B2FF
(215,178,255)
#DAB9FF
(218,185,255)
#DDC0FF
(221,192,255)
#E0C7FF
(224,199,255)
#E3CEFF
(227,206,255)
#E6D5FF
(230,213,255)
#E9DCFF
(233,220,255)
#ECE3FF
(236,227,255)
#EFEAFF
(239,234,255)
#F2F1FF
(242,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4ABFF color. Also use rgb(212,171,255) instead hex code.

Text Font Color

.myTextColor { color: #D4ABFF; }

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

This text font color is #D4ABFF.


Background Color

.myBgColor { background-color: #D4ABFF; }

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

This div background color is #D4ABFF.


Border color

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

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

This div border color is #D4ABFF.


Opacity

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

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

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

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

This text has shadow with #D4ABFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ABFF on black background.


Color preview on white background

This text has color #D4ABFF on white background.



Black color preview on #D4ABFF background

This text has black color on #D4ABFF background.


White color preview on #D4ABFF background

This text has white color on #D4ABFF background.