COLOR #AB999D

HEX: #AB999D
RGB: (171,153,157)

Color info

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

RGB color model

#AB999D color RGB value is (171,153,157).

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

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 157 of 255 = 62%

171
153
157

R + G + B ~ 63%. #AB999D is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 157 = 481 (100%)
R 171 of 481 ~ 35.55%
G 153 of 481 ~ 31.81%
B 157 of 481 ~ 32.64%

%35.55
%31.81
%32.64

CMYK color model

#AB999D color CMYK value is (0,11,8,33).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK:
(0,11,8,33)
C0M11Y8K33 
(0%,11%,8%,33%)
(0.00/0.11/0.08/0.33)	

CMYK percentages

%0
%10.53
%8.19
%32.94

Codes

Color #AB999D in popluar color models

AB999D
RGB171153157
HSL347°9.68%63.53%
HSB/HSV347°10.53%67.06%
CMYK0.00%10.53%8.19%
32.94%

Color #AB999D in popluar number systems.

HEXAB999D
Decimal171153157
Binary101010111001100110011101
Octal253231235

Shades and tints

Shades of #AB999D

#AB999D
(171,153,157)
#9C8C8F
(156,140,143)
#8D7F81
(141,127,129)
#7E7273
(126,114,115)
#6F6565
(111,101,101)
#605857
(96,88,87)
#514B49
(81,75,73)
#423E3B
(66,62,59)
#33312D
(51,49,45)
#24241F
(36,36,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #AB999D

#AB999D
(171,153,157)
#B2A2A5
(178,162,165)
#B9ABAD
(185,171,173)
#C0B4B5
(192,180,181)
#C7BDBD
(199,189,189)
#CEC6C5
(206,198,197)
#D5CFCD
(213,207,205)
#DCD8D5
(220,216,213)
#E3E1DD
(227,225,221)
#EAEAE5
(234,234,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB999D; }

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

This text font color is #AB999D.


Background Color

.myBgColor { background-color: #AB999D; }

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

This div background color is #AB999D.


Border color

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

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

This div border color is #AB999D.


Opacity

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

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

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

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

This text has shadow with #AB999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB999D on black background.


Color preview on white background

This text has color #AB999D on white background.



Black color preview on #AB999D background

This text has black color on #AB999D background.


White color preview on #AB999D background

This text has white color on #AB999D background.