COLOR #AB8599

HEX: #AB8599
RGB: (171,133,153)

Color info

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

RGB color model

#AB8599 color RGB value is (171,133,153).

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

RGB channels and saturation

R 171 of 255 = 67%
G 133 of 255 = 52%
B 153 of 255 = 60%

171
133
153

R + G + B ~ 60%. #AB8599 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 133 + 153 = 457 (100%)
R 171 of 457 ~ 37.42%
G 133 of 457 ~ 29.1%
B 153 of 457 ~ 33.48%

%37.42
%29.1
%33.48

CMYK color model

#AB8599 color CMYK value is (0,22,11,33).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK:
(0,22,11,33)
C0M22Y11K33 
(0%,22%,11%,33%)
(0.00/0.22/0.11/0.33)	

CMYK percentages

%0
%22.22
%10.53
%32.94

Codes

Color #AB8599 in popluar color models

AB8599
RGB171133153
HSL328°18.45%59.61%
HSB/HSV328°22.22%67.06%
CMYK0.00%22.22%10.53%
32.94%

Color #AB8599 in popluar number systems.

HEXAB8599
Decimal171133153
Binary101010111000010110011001
Octal253205231

Shades and tints

Shades of #AB8599

#AB8599
(171,133,153)
#9C798C
(156,121,140)
#8D6D7F
(141,109,127)
#7E6172
(126,97,114)
#6F5565
(111,85,101)
#604958
(96,73,88)
#513D4B
(81,61,75)
#42313E
(66,49,62)
#332531
(51,37,49)
#241924
(36,25,36)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #AB8599

#AB8599
(171,133,153)
#B290A2
(178,144,162)
#B99BAB
(185,155,171)
#C0A6B4
(192,166,180)
#C7B1BD
(199,177,189)
#CEBCC6
(206,188,198)
#D5C7CF
(213,199,207)
#DCD2D8
(220,210,216)
#E3DDE1
(227,221,225)
#EAE8EA
(234,232,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8599; }

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

This text font color is #AB8599.


Background Color

.myBgColor { background-color: #AB8599; }

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

This div background color is #AB8599.


Border color

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

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

This div border color is #AB8599.


Opacity

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

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

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

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

This text has shadow with #AB8599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8599 on black background.


Color preview on white background

This text has color #AB8599 on white background.



Black color preview on #AB8599 background

This text has black color on #AB8599 background.


White color preview on #AB8599 background

This text has white color on #AB8599 background.