COLOR #D7ABE8

HEX: #D7ABE8 RGB: (215,171,232)

Color info

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

RGB color model

#D7ABE8 color RGB value is (215,171,232).

RGB: (215,171,232) (84%, 67%, 91%)

RGB channels and saturation

R 215 of 255 = 84%
G 171 of 255 = 67%
B 232 of 255 = 91%

215
171
232

R + G + B ~ 81%. #D7ABE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 171 + 232 = 618 (100%)
R 215 of 618 ~ 34.79%
G 171 of 618 ~ 27.67%
B 232 of 618 ~ 37.54'%

%34.79
%27.67
%37.54

CMYK color model

#D7ABE8 color CMYK value is (7,26,0,9).

  • cyan value is 7.33%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (7,26,0,9)
C7M26Y0K9 (7%, 26%, 0%, 9%)
(0.07 / 0.26 / 0.00 / 0.09)

CMYK percentages

%7.33
%26.29
%0
%9.02

Codes

Color #D7ABE8 in popluar color models

D7 AB E8
RGB 215 171 232
HSL 283° 57.01% 79.02%
HSB/HSV 283° 26.29% 90.98%
CMYK 7.33% 26.29% 0.00%
9.02%

Color #D7ABE8 in popluar number systems.

HEX D7 AB E8
Decimal 215 171 232
Binary 11010111 10101011 11101000
Octal 327 253 350

Shades and tints

Shades of #D7ABE8

#D7ABE8
(215,171,232)
#C49CD3
(196,156,211)
#B18DBE
(177,141,190)
#9E7EA9
(158,126,169)
#8B6F94
(139,111,148)
#78607F
(120,96,127)
#65516A
(101,81,106)
#524255
(82,66,85)
#3F3340
(63,51,64)
#2C242B
(44,36,43)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #D7ABE8

#D7ABE8
(215,171,232)
#DAB2EA
(218,178,234)
#DDB9EC
(221,185,236)
#E0C0EE
(224,192,238)
#E3C7F0
(227,199,240)
#E6CEF2
(230,206,242)
#E9D5F4
(233,213,244)
#ECDCF6
(236,220,246)
#EFE3F8
(239,227,248)
#F2EAFA
(242,234,250)
#F5F1FC
(245,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ABE8; }

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

This text font color is #D7ABE8.

Background Color

.myBgColor { background-color: #D7ABE8; }

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

This div background color is #D7ABE8.

Border color

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

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

This div border color is #D7ABE8.

Opacity

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

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

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

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

This text has shadow with #D7ABE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7ABE8.

Preview

Color preview on black background

This text has color #D7ABE8 on black background.


Color preview on white background

This text has color #D7ABE8 on white background.


Black color preview on #D7ABE8 background

This text has black color on #D7ABE8 background.


White color preview on #D7ABE8 background

This text has white color on #D7ABE8 background.


Related colors

Complementary color

Complementary color for #hex is #285417.


I love getcolorcode.com

Triadic colors

1 #E8D7AB and #ABE8D7 with #D7ABE8 are triadic colors.

2 #E8ABD7 and #ABD7E8 with #D7ABE8 are triadic colors.