COLOR #AB9E9D

HEX: #AB9E9D RGB: (171,158,157)

Color info

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

RGB color model

#AB9E9D color RGB value is (171,158,157).

RGB: (171,158,157) (67%, 62%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 158 of 255 = 62%
B 157 of 255 = 62%

171
158
157

R + G + B ~ 64%. #AB9E9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 158 + 157 = 486 (100%)
R 171 of 486 ~ 35.19%
G 158 of 486 ~ 32.51%
B 157 of 486 ~ 32.3'%

%35.19
%32.51
%32.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 8.19%
  • key color value is 32.94%

CMYK: (0,8,8,33)
C0M8Y8K33 (0%, 8%, 8%, 33%)
(0.00 / 0.08 / 0.08 / 0.33)

CMYK percentages

%0
%7.6
%8.19
%32.94

Codes

Color #AB9E9D in popluar color models

AB 9E 9D
RGB 171 158 157
HSL 7.69% 64.31%
HSB/HSV 8.19% 67.06%
CMYK 0.00% 7.60% 8.19%
32.94%

Color #AB9E9D in popluar number systems.

HEX AB 9E 9D
Decimal 171 158 157
Binary 10101011 10011110 10011101
Octal 253 236 235

Shades and tints

Shades of #AB9E9D

#AB9E9D
(171,158,157)
#9C908F
(156,144,143)
#8D8281
(141,130,129)
#7E7473
(126,116,115)
#6F6665
(111,102,101)
#605857
(96,88,87)
#514A49
(81,74,73)
#423C3B
(66,60,59)
#332E2D
(51,46,45)
#24201F
(36,32,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #AB9E9D

#AB9E9D
(171,158,157)
#B2A6A5
(178,166,165)
#B9AEAD
(185,174,173)
#C0B6B5
(192,182,181)
#C7BEBD
(199,190,189)
#CEC6C5
(206,198,197)
#D5CECD
(213,206,205)
#DCD6D5
(220,214,213)
#E3DEDD
(227,222,221)
#EAE6E5
(234,230,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9E9D; }

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

This text font color is #AB9E9D.

Background Color

.myBgColor { background-color: #AB9E9D; }

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

This div background color is #AB9E9D.

Border color

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

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

This div border color is #AB9E9D.

Opacity

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

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

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

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

This text has shadow with #AB9E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9E9D.

Preview

Color preview on black background

This text has color #AB9E9D on black background.


Color preview on white background

This text has color #AB9E9D on white background.


Black color preview on #AB9E9D background

This text has black color on #AB9E9D background.


White color preview on #AB9E9D background

This text has white color on #AB9E9D background.


Related colors

Complementary color

Complementary color for #hex is #546162.


I love getcolorcode.com

Triadic colors

1 #9DAB9E and #9E9DAB with #AB9E9D are triadic colors.

2 #9D9EAB and #9EAB9D with #AB9E9D are triadic colors.