COLOR #AB85A3

HEX: #AB85A3 RGB: (171,133,163)

Color info

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

RGB color model

#AB85A3 color RGB value is (171,133,163).

RGB: (171,133,163) (67%, 52%, 64%)

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 163 of 255 = 64%

171
133
163

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

Portions of RGB colors in percentages

R + G + B = 171 + 133 + 163 = 467 (100%)
R 171 of 467 ~ 36.62%
G 133 of 467 ~ 28.48%
B 163 of 467 ~ 34.9'%

%36.62
%28.48
%34.9

CMYK color model

#AB85A3 color CMYK value is (0,22,5,33).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 4.68%
  • key color value is 32.94%

CMYK: (0,22,5,33)
C0M22Y5K33 (0%, 22%, 5%, 33%)
(0.00 / 0.22 / 0.05 / 0.33)

CMYK percentages

%0
%22.22
%4.68
%32.94

Codes

Color #AB85A3 in popluar color models

AB 85 A3
RGB 171 133 163
HSL 313° 18.45% 59.61%
HSB/HSV 313° 22.22% 67.06%
CMYK 0.00% 22.22% 4.68%
32.94%

Color #AB85A3 in popluar number systems.

HEX AB 85 A3
Decimal 171 133 163
Binary 10101011 10000101 10100011
Octal 253 205 243

Shades and tints

Shades of #AB85A3

#AB85A3
(171,133,163)
#9C7995
(156,121,149)
#8D6D87
(141,109,135)
#7E6179
(126,97,121)
#6F556B
(111,85,107)
#60495D
(96,73,93)
#513D4F
(81,61,79)
#423141
(66,49,65)
#332533
(51,37,51)
#241925
(36,25,37)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #AB85A3

#AB85A3
(171,133,163)
#B290AB
(178,144,171)
#B99BB3
(185,155,179)
#C0A6BB
(192,166,187)
#C7B1C3
(199,177,195)
#CEBCCB
(206,188,203)
#D5C7D3
(213,199,211)
#DCD2DB
(220,210,219)
#E3DDE3
(227,221,227)
#EAE8EB
(234,232,235)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB85A3; }

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

This text font color is #AB85A3.

Background Color

.myBgColor { background-color: #AB85A3; }

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

This div background color is #AB85A3.

Border color

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

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

This div border color is #AB85A3.

Opacity

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

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

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

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

This text has shadow with #AB85A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB85A3.

Preview

Color preview on black background

This text has color #AB85A3 on black background.


Color preview on white background

This text has color #AB85A3 on white background.


Black color preview on #AB85A3 background

This text has black color on #AB85A3 background.


White color preview on #AB85A3 background

This text has white color on #AB85A3 background.


Related colors

Complementary color

Complementary color for #hex is #547A5C.


I love getcolorcode.com

Triadic colors

1 #A3AB85 and #85A3AB with #AB85A3 are triadic colors.

2 #A385AB and #85ABA3 with #AB85A3 are triadic colors.