COLOR #AB8B98

HEX: #AB8B98
RGB: (171,139,152)

Color info

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

RGB color model

#AB8B98 color RGB value is (171,139,152).

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

RGB channels and saturation

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

171
139
152

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

Portions of RGB colors in percentages

R + G + B =
171 + 139 + 152 = 462 (100%)
R 171 of 462 ~ 37.01%
G 139 of 462 ~ 30.09%
B 152 of 462 ~ 32.9%

%37.01
%30.09
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 11.11%
  • 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
%11.11
%32.94

Codes

Color #AB8B98 in popluar color models

AB8B98
RGB171139152
HSL336°16.00%60.78%
HSB/HSV336°18.71%67.06%
CMYK0.00%18.71%11.11%
32.94%

Color #AB8B98 in popluar number systems.

HEXAB8B98
Decimal171139152
Binary101010111000101110011000
Octal253213230

Shades and tints

Shades of #AB8B98

#AB8B98
(171,139,152)
#9C7F8B
(156,127,139)
#8D737E
(141,115,126)
#7E6771
(126,103,113)
#6F5B64
(111,91,100)
#604F57
(96,79,87)
#51434A
(81,67,74)
#42373D
(66,55,61)
#332B30
(51,43,48)
#241F23
(36,31,35)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #AB8B98

#AB8B98
(171,139,152)
#B295A1
(178,149,161)
#B99FAA
(185,159,170)
#C0A9B3
(192,169,179)
#C7B3BC
(199,179,188)
#CEBDC5
(206,189,197)
#D5C7CE
(213,199,206)
#DCD1D7
(220,209,215)
#E3DBE0
(227,219,224)
#EAE5E9
(234,229,233)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8B98; }

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

This text font color is #AB8B98.


Background Color

.myBgColor { background-color: #AB8B98; }

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

This div background color is #AB8B98.


Border color

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

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

This div border color is #AB8B98.


Opacity

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

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

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

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

This text has shadow with #AB8B98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8B98 on black background.


Color preview on white background

This text has color #AB8B98 on white background.



Black color preview on #AB8B98 background

This text has black color on #AB8B98 background.


White color preview on #AB8B98 background

This text has white color on #AB8B98 background.