COLOR #AB9D99

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
157
153

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

Portions of RGB colors in percentages

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

%35.55
%32.64
%31.81

CMYK color model

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

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

CMYK percentages

%0
%8.19
%10.53
%32.94

Codes

Color #AB9D99 in popluar color models

AB9D99
RGB171157153
HSL13°9.68%63.53%
HSB/HSV13°10.53%67.06%
CMYK0.00%8.19%10.53%
32.94%

Color #AB9D99 in popluar number systems.

HEXAB9D99
Decimal171157153
Binary101010111001110110011001
Octal253235231

Shades and tints

Shades of #AB9D99

#AB9D99
(171,157,153)
#9C8F8C
(156,143,140)
#8D817F
(141,129,127)
#7E7372
(126,115,114)
#6F6565
(111,101,101)
#605758
(96,87,88)
#51494B
(81,73,75)
#423B3E
(66,59,62)
#332D31
(51,45,49)
#241F24
(36,31,36)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #AB9D99

#AB9D99
(171,157,153)
#B2A5A2
(178,165,162)
#B9ADAB
(185,173,171)
#C0B5B4
(192,181,180)
#C7BDBD
(199,189,189)
#CEC5C6
(206,197,198)
#D5CDCF
(213,205,207)
#DCD5D8
(220,213,216)
#E3DDE1
(227,221,225)
#EAE5EA
(234,229,234)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9D99; }

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

This text font color is #AB9D99.


Background Color

.myBgColor { background-color: #AB9D99; }

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

This div background color is #AB9D99.


Border color

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

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

This div border color is #AB9D99.


Opacity

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

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

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

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

This text has shadow with #AB9D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9D99 on black background.


Color preview on white background

This text has color #AB9D99 on white background.



Black color preview on #AB9D99 background

This text has black color on #AB9D99 background.


White color preview on #AB9D99 background

This text has white color on #AB9D99 background.