COLOR #ABAE9F

HEX: #ABAE9F
RGB: (171,174,159)

Color info

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

RGB color model

#ABAE9F color RGB value is (171,174,159).

  • red value is 171;
  • green value is 174;
  • blue value is 159.
RGB: (171,174,159) (67%,68%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 159 of 255 = 62%

171
174
159

R + G + B ~ 66%. #ABAE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 159 = 504 (100%)
R 171 of 504 ~ 33.93%
G 174 of 504 ~ 34.52%
B 159 of 504 ~ 31.55%

%33.93
%34.52
%31.55

CMYK color model

#ABAE9F color CMYK value is (2,0,9,32).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK: (2,0,9,32) C2M0Y9K32 (2%,0%,9%,32%) (0.02/0.00/0.09/0.32)

CMYK percentages

%1.72
%0
%8.62
%31.76

Codes

Color #ABAE9F in popluar color models

ABAE9F
RGB171174159
HSL72°8.47%65.29%
HSB/HSV72°8.62%68.24%
CMYK1.72%0.00%8.62%
31.76%

Color #ABAE9F in popluar number systems.

HEXABAE9F
Decimal171174159
Binary101010111010111010011111
Octal253256237

Shades and tints

Shades of #ABAE9F

#ABAE9F
(171,174,159)
#9C9F91
(156,159,145)
#8D9083
(141,144,131)
#7E8175
(126,129,117)
#6F7267
(111,114,103)
#606359
(96,99,89)
#51544B
(81,84,75)
#42453D
(66,69,61)
#33362F
(51,54,47)
#242721
(36,39,33)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABAE9F

#ABAE9F
(171,174,159)
#B2B5A7
(178,181,167)
#B9BCAF
(185,188,175)
#C0C3B7
(192,195,183)
#C7CABF
(199,202,191)
#CED1C7
(206,209,199)
#D5D8CF
(213,216,207)
#DCDFD7
(220,223,215)
#E3E6DF
(227,230,223)
#EAEDE7
(234,237,231)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAE9F color. Also use rgb(171,174,159) instead hex code.

Text Font Color

.myTextColor { color: #ABAE9F; }

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

This text font color is #ABAE9F.


Background Color

.myBgColor { background-color: #ABAE9F; }

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

This div background color is #ABAE9F.


Border color

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

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

This div border color is #ABAE9F.


Opacity

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

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

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

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

This text has shadow with #ABAE9F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABAE9F on black background.


Color preview on white background

This text has color #ABAE9F on white background.



Black color preview on #ABAE9F background

This text has black color on #ABAE9F background.


White color preview on #ABAE9F background

This text has white color on #ABAE9F background.