COLOR #ABAE8F

HEX: #ABAE8F RGB: (171,174,143)

Color info

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

RGB color model

#ABAE8F color RGB value is (171,174,143).

RGB: (171,174,143) (67%, 68%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 143 of 255 = 56%

171
174
143

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

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 143 = 488 (100%)
R 171 of 488 ~ 35.04%
G 174 of 488 ~ 35.66%
B 143 of 488 ~ 29.3'%

%35.04
%35.66
%29.3

CMYK color model

#ABAE8F color CMYK value is (2,0,18,32).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK: (2,0,18,32) C2M0Y18K32 (2%,0%,18%,32%) (0.02/0.00/0.18/0.32) 

CMYK percentages

%1.72
%0
%17.82
%31.76

Codes

Color #ABAE8F in popluar color models

AB AE 8F
RGB 171 174 143
HSL 66° 16.06% 62.16%
HSB/HSV 66° 17.82% 68.24%
CMYK 1.72% 0.00% 17.82%
31.76%

Color #ABAE8F in popluar number systems.

HEX AB AE 8F
Decimal 171 174 143
Binary 10101011 10101110 10001111
Octal 253 256 217

Shades and tints

Shades of #ABAE8F

#ABAE8F
(171,174,143)
#9C9F82
(156,159,130)
#8D9075
(141,144,117)
#7E8168
(126,129,104)
#6F725B
(111,114,91)
#60634E
(96,99,78)
#515441
(81,84,65)
#424534
(66,69,52)
#333627
(51,54,39)
#24271A
(36,39,26)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #ABAE8F

#ABAE8F
(171,174,143)
#B2B599
(178,181,153)
#B9BCA3
(185,188,163)
#C0C3AD
(192,195,173)
#C7CAB7
(199,202,183)
#CED1C1
(206,209,193)
#D5D8CB
(213,216,203)
#DCDFD5
(220,223,213)
#E3E6DF
(227,230,223)
#EAEDE9
(234,237,233)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAE8F; }

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

This text font color is #ABAE8F.

Background Color

.myBgColor { background-color: #ABAE8F; }

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

This div background color is #ABAE8F.

Border color

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

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

This div border color is #ABAE8F.

Opacity

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

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

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

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

This text has shadow with #ABAE8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAE8F.

Preview

Color preview on black background

This text has color #ABAE8F on black background.


Color preview on white background

This text has color #ABAE8F on white background.


Black color preview on #ABAE8F background

This text has black color on #ABAE8F background.


White color preview on #ABAE8F background

This text has white color on #ABAE8F background.


Related colors

Complementary color

Complementary color for #hex is #545170.


I love getcolorcode.com

Triadic colors

1 #8FABAE and #AE8FAB with #ABAE8F are triadic colors.

2 #8FAEAB and #AEAB8F with #ABAE8F are triadic colors.