COLOR #AB85A7

HEX: #AB85A7
RGB: (171,133,167)

Color info

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

RGB color model

#AB85A7 color RGB value is (171,133,167).

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

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 167 of 255 = 65%

171
133
167

R + G + B ~ 61%. #AB85A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 133 + 167 = 471 (100%)
R 171 of 471 ~ 36.31%
G 133 of 471 ~ 28.24%
B 167 of 471 ~ 35.46%

%36.31
%28.24
%35.46

CMYK color model

#AB85A7 color CMYK value is (0,22,2,33).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 2.34%
  • key color value is 32.94%
CMYK:
(0,22,2,33)
C0M22Y2K33 
(0%,22%,2%,33%)
(0.00/0.22/0.02/0.33)	

CMYK percentages

%0
%22.22
%2.34
%32.94

Codes

Color #AB85A7 in popluar color models

AB85A7
RGB171133167
HSL306°18.45%59.61%
HSB/HSV306°22.22%67.06%
CMYK0.00%22.22%2.34%
32.94%

Color #AB85A7 in popluar number systems.

HEXAB85A7
Decimal171133167
Binary101010111000010110100111
Octal253205247

Shades and tints

Shades of #AB85A7

#AB85A7
(171,133,167)
#9C7998
(156,121,152)
#8D6D89
(141,109,137)
#7E617A
(126,97,122)
#6F556B
(111,85,107)
#60495C
(96,73,92)
#513D4D
(81,61,77)
#42313E
(66,49,62)
#33252F
(51,37,47)
#241920
(36,25,32)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #AB85A7

#AB85A7
(171,133,167)
#B290AF
(178,144,175)
#B99BB7
(185,155,183)
#C0A6BF
(192,166,191)
#C7B1C7
(199,177,199)
#CEBCCF
(206,188,207)
#D5C7D7
(213,199,215)
#DCD2DF
(220,210,223)
#E3DDE7
(227,221,231)
#EAE8EF
(234,232,239)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB85A7; }

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

This text font color is #AB85A7.


Background Color

.myBgColor { background-color: #AB85A7; }

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

This div background color is #AB85A7.


Border color

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

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

This div border color is #AB85A7.


Opacity

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

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

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

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

This text has shadow with #AB85A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB85A7 on black background.


Color preview on white background

This text has color #AB85A7 on white background.



Black color preview on #AB85A7 background

This text has black color on #AB85A7 background.


White color preview on #AB85A7 background

This text has white color on #AB85A7 background.