COLOR #D7ABFF

HEX: #D7ABFF RGB: (215,171,255)

Color info

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

RGB color model

#D7ABFF color RGB value is (215,171,255).

RGB: (215,171,255) (84%, 67%, 100%)

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 255 of 255 = 100%

215
171
255

R + G + B ~ 84%. #D7ABFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 171 + 255 = 641 (100%)
R 215 of 641 ~ 33.54%
G 171 of 641 ~ 26.68%
B 255 of 641 ~ 39.78'%

%33.54
%26.68
%39.78

CMYK color model

#D7ABFF color CMYK value is (16,33,0,0).

  • cyan value is 15.69%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (16,33,0,0)
C16M33Y0K0 (16%, 33%, 0%, 0%)
(0.16 / 0.33 / 0.00 / 0.00)

CMYK percentages

%15.69
%32.94
%0
%0

Codes

Color #D7ABFF in popluar color models

D7 AB FF
RGB 215 171 255
HSL 271° 100.00% 83.53%
HSB/HSV 271° 32.94% 100.00%
CMYK 15.69% 32.94% 0.00%
0.00%

Color #D7ABFF in popluar number systems.

HEX D7 AB FF
Decimal 215 171 255
Binary 11010111 10101011 11111111
Octal 327 253 377

Shades and tints

Shades of #D7ABFF

#D7ABFF
(215,171,255)
#C49CE8
(196,156,232)
#B18DD1
(177,141,209)
#9E7EBA
(158,126,186)
#8B6FA3
(139,111,163)
#78608C
(120,96,140)
#655175
(101,81,117)
#52425E
(82,66,94)
#3F3347
(63,51,71)
#2C2430
(44,36,48)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #D7ABFF

#D7ABFF
(215,171,255)
#DAB2FF
(218,178,255)
#DDB9FF
(221,185,255)
#E0C0FF
(224,192,255)
#E3C7FF
(227,199,255)
#E6CEFF
(230,206,255)
#E9D5FF
(233,213,255)
#ECDCFF
(236,220,255)
#EFE3FF
(239,227,255)
#F2EAFF
(242,234,255)
#F5F1FF
(245,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ABFF; }

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

This text font color is #D7ABFF.

Background Color

.myBgColor { background-color: #D7ABFF; }

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

This div background color is #D7ABFF.

Border color

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

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

This div border color is #D7ABFF.

Opacity

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

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

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

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

This text has shadow with #D7ABFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ABFF.

Preview

Color preview on black background

This text has color #D7ABFF on black background.


Color preview on white background

This text has color #D7ABFF on white background.


Black color preview on #D7ABFF background

This text has black color on #D7ABFF background.


White color preview on #D7ABFF background

This text has white color on #D7ABFF background.


Related colors

Complementary color

Complementary color for #hex is #285400.


I love getcolorcode.com

Triadic colors

1 #FFD7AB and #ABFFD7 with #D7ABFF are triadic colors.

2 #FFABD7 and #ABD7FF with #D7ABFF are triadic colors.