COLOR #AB999B

HEX: #AB999B RGB: (171,153,155)

Color info

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

RGB color model

#AB999B color RGB value is (171,153,155).

RGB: (171,153,155) (67%, 60%, 61%)

RGB channels and saturation

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

171
153
155

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

Portions of RGB colors in percentages

R + G + B = 171 + 153 + 155 = 479 (100%)
R 171 of 479 ~ 35.7%
G 153 of 479 ~ 31.94%
B 155 of 479 ~ 32.36'%

%35.7
%31.94
%32.36

CMYK color model

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

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

Codes

Color #AB999B in popluar color models

AB 99 9B
RGB 171 153 155
HSL 353° 9.68% 63.53%
HSB/HSV 353° 10.53% 67.06%
CMYK 0.00% 10.53% 9.36%
32.94%

Color #AB999B in popluar number systems.

HEX AB 99 9B
Decimal 171 153 155
Binary 10101011 10011001 10011011
Octal 253 231 233

Shades and tints

Shades of #AB999B

#AB999B
(171,153,155)
#9C8C8D
(156,140,141)
#8D7F7F
(141,127,127)
#7E7271
(126,114,113)
#6F6563
(111,101,99)
#605855
(96,88,85)
#514B47
(81,75,71)
#423E39
(66,62,57)
#33312B
(51,49,43)
#24241D
(36,36,29)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #AB999B

#AB999B
(171,153,155)
#B2A2A4
(178,162,164)
#B9ABAD
(185,171,173)
#C0B4B6
(192,180,182)
#C7BDBF
(199,189,191)
#CEC6C8
(206,198,200)
#D5CFD1
(213,207,209)
#DCD8DA
(220,216,218)
#E3E1E3
(227,225,227)
#EAEAEC
(234,234,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB999B; }

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

This text font color is #AB999B.

Background Color

.myBgColor { background-color: #AB999B; }

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

This div background color is #AB999B.

Border color

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

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

This div border color is #AB999B.

Opacity

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

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

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

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

This text has shadow with #AB999B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB999B.

Preview

Color preview on black background

This text has color #AB999B on black background.


Color preview on white background

This text has color #AB999B on white background.


Black color preview on #AB999B background

This text has black color on #AB999B background.


White color preview on #AB999B background

This text has white color on #AB999B background.


Related colors

Complementary color

Complementary color for #hex is #546664.


I love getcolorcode.com

Triadic colors

1 #9BAB99 and #999BAB with #AB999B are triadic colors.

2 #9B99AB and #99AB9B with #AB999B are triadic colors.