COLOR #AB85AA

HEX: #AB85AA
RGB: (171,133,170)

Color info

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

RGB color model

#AB85AA color RGB value is (171,133,170).

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

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 170 of 255 = 67%

171
133
170

R + G + B ~ 62%. #AB85AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 133 + 170 = 474 (100%)
R 171 of 474 ~ 36.08%
G 133 of 474 ~ 28.06%
B 170 of 474 ~ 35.86%

%36.08
%28.06
%35.86

CMYK color model

#AB85AA color CMYK value is (0,22,1,33).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK:
(0,22,1,33)
C0M22Y1K33 
(0%,22%,1%,33%)
(0.00/0.22/0.01/0.33)	

CMYK percentages

%0
%22.22
%0.58
%32.94

Codes

Color #AB85AA in popluar color models

AB85AA
RGB171133170
HSL302°18.45%59.61%
HSB/HSV302°22.22%67.06%
CMYK0.00%22.22%0.58%
32.94%

Color #AB85AA in popluar number systems.

HEXAB85AA
Decimal171133170
Binary101010111000010110101010
Octal253205252

Shades and tints

Shades of #AB85AA

#AB85AA
(171,133,170)
#9C799B
(156,121,155)
#8D6D8C
(141,109,140)
#7E617D
(126,97,125)
#6F556E
(111,85,110)
#60495F
(96,73,95)
#513D50
(81,61,80)
#423141
(66,49,65)
#332532
(51,37,50)
#241923
(36,25,35)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #AB85AA

#AB85AA
(171,133,170)
#B290B1
(178,144,177)
#B99BB8
(185,155,184)
#C0A6BF
(192,166,191)
#C7B1C6
(199,177,198)
#CEBCCD
(206,188,205)
#D5C7D4
(213,199,212)
#DCD2DB
(220,210,219)
#E3DDE2
(227,221,226)
#EAE8E9
(234,232,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB85AA; }

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

This text font color is #AB85AA.


Background Color

.myBgColor { background-color: #AB85AA; }

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

This div background color is #AB85AA.


Border color

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

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

This div border color is #AB85AA.


Opacity

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

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

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

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

This text has shadow with #AB85AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB85AA on black background.


Color preview on white background

This text has color #AB85AA on white background.



Black color preview on #AB85AA background

This text has black color on #AB85AA background.


White color preview on #AB85AA background

This text has white color on #AB85AA background.