COLOR #AB8ED7

HEX: #AB8ED7
RGB: (171,142,215)

Color info

#AB8ED7 contains mainly red and blue colors. Web safe color of #AB8ED7 is #9999CC (or #99C).

RGB color model

#AB8ED7 color RGB value is (171,142,215).

  • red value is 171;
  • green value is 142;
  • blue value is 215.
RGB:
(171,142,215)
(67%,56%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 215 of 255 = 84%

171
142
215

R + G + B ~ 69%. #AB8ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 215 = 528 (100%)
R 171 of 528 ~ 32.39%
G 142 of 528 ~ 26.89%
B 215 of 528 ~ 40.72%

%32.39
%26.89
%40.72

CMYK color model

#AB8ED7 color CMYK value is (20,34,0,16).

  • cyan value is 20.47%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,34,0,16)
C20M34Y0K16 
(20%,34%,0%,16%)
(0.20/0.34/0.00/0.16)	

CMYK percentages

%20.47
%33.95
%0
%15.69

Codes

Color #AB8ED7 in popluar color models

AB8ED7
RGB171142215
HSL264°47.71%70.00%
HSB/HSV264°33.95%84.31%
CMYK20.47%33.95%0.00%
15.69%

Color #AB8ED7 in popluar number systems.

HEXAB8ED7
Decimal171142215
Binary101010111000111011010111
Octal253216327

Shades and tints

Shades of #AB8ED7

#AB8ED7
(171,142,215)
#9C82C4
(156,130,196)
#8D76B1
(141,118,177)
#7E6A9E
(126,106,158)
#6F5E8B
(111,94,139)
#605278
(96,82,120)
#514665
(81,70,101)
#423A52
(66,58,82)
#332E3F
(51,46,63)
#24222C
(36,34,44)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #AB8ED7

#AB8ED7
(171,142,215)
#B298DA
(178,152,218)
#B9A2DD
(185,162,221)
#C0ACE0
(192,172,224)
#C7B6E3
(199,182,227)
#CEC0E6
(206,192,230)
#D5CAE9
(213,202,233)
#DCD4EC
(220,212,236)
#E3DEEF
(227,222,239)
#EAE8F2
(234,232,242)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8ED7; }

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

This text font color is #AB8ED7.


Background Color

.myBgColor { background-color: #AB8ED7; }

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

This div background color is #AB8ED7.


Border color

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

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

This div border color is #AB8ED7.


Opacity

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

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

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

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

This text has shadow with #AB8ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8ED7 on black background.


Color preview on white background

This text has color #AB8ED7 on white background.



Black color preview on #AB8ED7 background

This text has black color on #AB8ED7 background.


White color preview on #AB8ED7 background

This text has white color on #AB8ED7 background.