COLOR #AB999C

HEX: #AB999C
RGB: (171,153,156)

Color info

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

RGB color model

#AB999C color RGB value is (171,153,156).

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

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 156 of 255 = 61%

171
153
156

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

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 156 = 480 (100%)
R 171 of 480 ~ 35.63%
G 153 of 480 ~ 31.88%
B 156 of 480 ~ 32.5%

%35.63
%31.88
%32.5

CMYK color model

#AB999C color CMYK value is (0,11,9,33).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(0,11,9,33)
C0M11Y9K33 
(0%,11%,9%,33%)
(0.00/0.11/0.09/0.33)	

CMYK percentages

%0
%10.53
%8.77
%32.94

Codes

Color #AB999C in popluar color models

AB999C
RGB171153156
HSL350°9.68%63.53%
HSB/HSV350°10.53%67.06%
CMYK0.00%10.53%8.77%
32.94%

Color #AB999C in popluar number systems.

HEXAB999C
Decimal171153156
Binary101010111001100110011100
Octal253231234

Shades and tints

Shades of #AB999C

#AB999C
(171,153,156)
#9C8C8E
(156,140,142)
#8D7F80
(141,127,128)
#7E7272
(126,114,114)
#6F6564
(111,101,100)
#605856
(96,88,86)
#514B48
(81,75,72)
#423E3A
(66,62,58)
#33312C
(51,49,44)
#24241E
(36,36,30)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #AB999C

#AB999C
(171,153,156)
#B2A2A5
(178,162,165)
#B9ABAE
(185,171,174)
#C0B4B7
(192,180,183)
#C7BDC0
(199,189,192)
#CEC6C9
(206,198,201)
#D5CFD2
(213,207,210)
#DCD8DB
(220,216,219)
#E3E1E4
(227,225,228)
#EAEAED
(234,234,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB999C; }

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

This text font color is #AB999C.


Background Color

.myBgColor { background-color: #AB999C; }

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

This div background color is #AB999C.


Border color

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

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

This div border color is #AB999C.


Opacity

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

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

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

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

This text has shadow with #AB999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB999C on black background.


Color preview on white background

This text has color #AB999C on white background.



Black color preview on #AB999C background

This text has black color on #AB999C background.


White color preview on #AB999C background

This text has white color on #AB999C background.