COLOR #AB8B99

HEX: #AB8B99
RGB: (171,139,153)

Color info

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

RGB color model

#AB8B99 color RGB value is (171,139,153).

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

RGB channels and saturation

R 171 of 255 = 67%
G 139 of 255 = 55%
B 153 of 255 = 60%

171
139
153

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

Portions of RGB colors in percentages

R + G + B =
171 + 139 + 153 = 463 (100%)
R 171 of 463 ~ 36.93%
G 139 of 463 ~ 30.02%
B 153 of 463 ~ 33.05%

%36.93
%30.02
%33.05

CMYK color model

#AB8B99 color CMYK value is (0,19,11,33).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 10.53%
  • key color value is 32.94%
CMYK:
(0,19,11,33)
C0M19Y11K33 
(0%,19%,11%,33%)
(0.00/0.19/0.11/0.33)	

CMYK percentages

%0
%18.71
%10.53
%32.94

Codes

Color #AB8B99 in popluar color models

AB8B99
RGB171139153
HSL334°16.00%60.78%
HSB/HSV334°18.71%67.06%
CMYK0.00%18.71%10.53%
32.94%

Color #AB8B99 in popluar number systems.

HEXAB8B99
Decimal171139153
Binary101010111000101110011001
Octal253213231

Shades and tints

Shades of #AB8B99

#AB8B99
(171,139,153)
#9C7F8C
(156,127,140)
#8D737F
(141,115,127)
#7E6772
(126,103,114)
#6F5B65
(111,91,101)
#604F58
(96,79,88)
#51434B
(81,67,75)
#42373E
(66,55,62)
#332B31
(51,43,49)
#241F24
(36,31,36)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #AB8B99

#AB8B99
(171,139,153)
#B295A2
(178,149,162)
#B99FAB
(185,159,171)
#C0A9B4
(192,169,180)
#C7B3BD
(199,179,189)
#CEBDC6
(206,189,198)
#D5C7CF
(213,199,207)
#DCD1D8
(220,209,216)
#E3DBE1
(227,219,225)
#EAE5EA
(234,229,234)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8B99; }

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

This text font color is #AB8B99.


Background Color

.myBgColor { background-color: #AB8B99; }

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

This div background color is #AB8B99.


Border color

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

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

This div border color is #AB8B99.


Opacity

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

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

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

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

This text has shadow with #AB8B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8B99 on black background.


Color preview on white background

This text has color #AB8B99 on white background.



Black color preview on #AB8B99 background

This text has black color on #AB8B99 background.


White color preview on #AB8B99 background

This text has white color on #AB8B99 background.