COLOR #AB8EA7

HEX: #AB8EA7
RGB: (171,142,167)

Color info

#AB8EA7 contains red, green and blue colors in about the same proportion. Web safe color of #AB8EA7 is #999999 (or #999).

RGB color model

#AB8EA7 color RGB value is (171,142,167).

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

RGB channels and saturation

R 171 of 255 = 67%
G 142 of 255 = 56%
B 167 of 255 = 65%

171
142
167

R + G + B ~ 63%. #AB8EA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 142 + 167 = 480 (100%)
R 171 of 480 ~ 35.63%
G 142 of 480 ~ 29.58%
B 167 of 480 ~ 34.79%

%35.63
%29.58
%34.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 2.34%
  • key color value is 32.94%
CMYK:
(0,17,2,33)
C0M17Y2K33 
(0%,17%,2%,33%)
(0.00/0.17/0.02/0.33)	

CMYK percentages

%0
%16.96
%2.34
%32.94

Codes

Color #AB8EA7 in popluar color models

AB8EA7
RGB171142167
HSL308°14.72%61.37%
HSB/HSV308°16.96%67.06%
CMYK0.00%16.96%2.34%
32.94%

Color #AB8EA7 in popluar number systems.

HEXAB8EA7
Decimal171142167
Binary101010111000111010100111
Octal253216247

Shades and tints

Shades of #AB8EA7

#AB8EA7
(171,142,167)
#9C8298
(156,130,152)
#8D7689
(141,118,137)
#7E6A7A
(126,106,122)
#6F5E6B
(111,94,107)
#60525C
(96,82,92)
#51464D
(81,70,77)
#423A3E
(66,58,62)
#332E2F
(51,46,47)
#242220
(36,34,32)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #AB8EA7

#AB8EA7
(171,142,167)
#B298AF
(178,152,175)
#B9A2B7
(185,162,183)
#C0ACBF
(192,172,191)
#C7B6C7
(199,182,199)
#CEC0CF
(206,192,207)
#D5CAD7
(213,202,215)
#DCD4DF
(220,212,223)
#E3DEE7
(227,222,231)
#EAE8EF
(234,232,239)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8EA7; }

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

This text font color is #AB8EA7.


Background Color

.myBgColor { background-color: #AB8EA7; }

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

This div background color is #AB8EA7.


Border color

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

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

This div border color is #AB8EA7.


Opacity

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

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

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

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

This text has shadow with #AB8EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8EA7 on black background.


Color preview on white background

This text has color #AB8EA7 on white background.



Black color preview on #AB8EA7 background

This text has black color on #AB8EA7 background.


White color preview on #AB8EA7 background

This text has white color on #AB8EA7 background.