COLOR #AB9498

HEX: #AB9498
RGB: (171,148,152)

Color info

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

RGB color model

#AB9498 color RGB value is (171,148,152).

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

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 152 of 255 = 60%

171
148
152

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

Portions of RGB colors in percentages

R + G + B =
171 + 148 + 152 = 471 (100%)
R 171 of 471 ~ 36.31%
G 148 of 471 ~ 31.42%
B 152 of 471 ~ 32.27%

%36.31
%31.42
%32.27

CMYK color model

#AB9498 color CMYK value is (0,13,11,33).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 11.11%
  • key color value is 32.94%
CMYK:
(0,13,11,33)
C0M13Y11K33 
(0%,13%,11%,33%)
(0.00/0.13/0.11/0.33)	

CMYK percentages

%0
%13.45
%11.11
%32.94

Codes

Color #AB9498 in popluar color models

AB9498
RGB171148152
HSL350°12.04%62.55%
HSB/HSV350°13.45%67.06%
CMYK0.00%13.45%11.11%
32.94%

Color #AB9498 in popluar number systems.

HEXAB9498
Decimal171148152
Binary101010111001010010011000
Octal253224230

Shades and tints

Shades of #AB9498

#AB9498
(171,148,152)
#9C878B
(156,135,139)
#8D7A7E
(141,122,126)
#7E6D71
(126,109,113)
#6F6064
(111,96,100)
#605357
(96,83,87)
#51464A
(81,70,74)
#42393D
(66,57,61)
#332C30
(51,44,48)
#241F23
(36,31,35)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #AB9498

#AB9498
(171,148,152)
#B29DA1
(178,157,161)
#B9A6AA
(185,166,170)
#C0AFB3
(192,175,179)
#C7B8BC
(199,184,188)
#CEC1C5
(206,193,197)
#D5CACE
(213,202,206)
#DCD3D7
(220,211,215)
#E3DCE0
(227,220,224)
#EAE5E9
(234,229,233)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9498; }

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

This text font color is #AB9498.


Background Color

.myBgColor { background-color: #AB9498; }

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

This div background color is #AB9498.


Border color

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

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

This div border color is #AB9498.


Opacity

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

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

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

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

This text has shadow with #AB9498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9498 on black background.


Color preview on white background

This text has color #AB9498 on white background.



Black color preview on #AB9498 background

This text has black color on #AB9498 background.


White color preview on #AB9498 background

This text has white color on #AB9498 background.