COLOR #ABAEA8

HEX: #ABAEA8 RGB: (171,174,168)

Color info

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

RGB color model

#ABAEA8 color RGB value is (171,174,168).

RGB: (171,174,168) (67%, 68%, 66%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 168 of 255 = 66%

171
174
168

R + G + B ~ 67%. #ABAEA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 168 = 513 (100%)
R 171 of 513 ~ 33.33%
G 174 of 513 ~ 33.92%
B 168 of 513 ~ 32.75'%

%33.33
%33.92
%32.75

CMYK color model

#ABAEA8 color CMYK value is (2,0,3,32).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 31.76%

CMYK: (2,0,3,32)
C2M0Y3K32 (2%, 0%, 3%, 32%)
(0.02 / 0.00 / 0.03 / 0.32)

CMYK percentages

%1.72
%0
%3.45
%31.76

Codes

Color #ABAEA8 in popluar color models

AB AE A8
RGB 171 174 168
HSL 90° 3.57% 67.06%
HSB/HSV 90° 3.45% 68.24%
CMYK 1.72% 0.00% 3.45%
31.76%

Color #ABAEA8 in popluar number systems.

HEX AB AE A8
Decimal 171 174 168
Binary 10101011 10101110 10101000
Octal 253 256 250

Shades and tints

Shades of #ABAEA8

#ABAEA8
(171,174,168)
#9C9F99
(156,159,153)
#8D908A
(141,144,138)
#7E817B
(126,129,123)
#6F726C
(111,114,108)
#60635D
(96,99,93)
#51544E
(81,84,78)
#42453F
(66,69,63)
#333630
(51,54,48)
#242721
(36,39,33)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #ABAEA8

#ABAEA8
(171,174,168)
#B2B5AF
(178,181,175)
#B9BCB6
(185,188,182)
#C0C3BD
(192,195,189)
#C7CAC4
(199,202,196)
#CED1CB
(206,209,203)
#D5D8D2
(213,216,210)
#DCDFD9
(220,223,217)
#E3E6E0
(227,230,224)
#EAEDE7
(234,237,231)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEA8; }

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

This text font color is #ABAEA8.

Background Color

.myBgColor { background-color: #ABAEA8; }

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

This div background color is #ABAEA8.

Border color

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

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

This div border color is #ABAEA8.

Opacity

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

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

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

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

This text has shadow with #ABAEA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAEA8.

Preview

Color preview on black background

This text has color #ABAEA8 on black background.


Color preview on white background

This text has color #ABAEA8 on white background.


Black color preview on #ABAEA8 background

This text has black color on #ABAEA8 background.


White color preview on #ABAEA8 background

This text has white color on #ABAEA8 background.


Related colors

Complementary color

Complementary color for #hex is #545157.


I love getcolorcode.com

Triadic colors

1 #A8ABAE and #AEA8AB with #ABAEA8 are triadic colors.

2 #A8AEAB and #AEABA8 with #ABAEA8 are triadic colors.