COLOR #ABAEAA

HEX: #ABAEAA RGB: (171,174,170)

Color info

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

RGB color model

#ABAEAA color RGB value is (171,174,170).

RGB: (171,174,170) (67%, 68%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 170 of 255 = 67%

171
174
170

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

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 170 = 515 (100%)
R 171 of 515 ~ 33.2%
G 174 of 515 ~ 33.79%
B 170 of 515 ~ 33.01'%

%33.2
%33.79
%33.01

CMYK color model

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

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

CMYK: (2,0,2,32)
C2M0Y2K32 (2%, 0%, 2%, 32%)
(0.02 / 0.00 / 0.02 / 0.32)

CMYK percentages

%1.72
%0
%2.3
%31.76

Codes

Color #ABAEAA in popluar color models

AB AE AA
RGB 171 174 170
HSL 105° 2.41% 67.45%
HSB/HSV 105° 2.30% 68.24%
CMYK 1.72% 0.00% 2.30%
31.76%

Color #ABAEAA in popluar number systems.

HEX AB AE AA
Decimal 171 174 170
Binary 10101011 10101110 10101010
Octal 253 256 252

Shades and tints

Shades of #ABAEAA

#ABAEAA
(171,174,170)
#9C9F9B
(156,159,155)
#8D908C
(141,144,140)
#7E817D
(126,129,125)
#6F726E
(111,114,110)
#60635F
(96,99,95)
#515450
(81,84,80)
#424541
(66,69,65)
#333632
(51,54,50)
#242723
(36,39,35)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #ABAEAA

#ABAEAA
(171,174,170)
#B2B5B1
(178,181,177)
#B9BCB8
(185,188,184)
#C0C3BF
(192,195,191)
#C7CAC6
(199,202,198)
#CED1CD
(206,209,205)
#D5D8D4
(213,216,212)
#DCDFDB
(220,223,219)
#E3E6E2
(227,230,226)
#EAEDE9
(234,237,233)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEAA; }

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

This text font color is #ABAEAA.

Background Color

.myBgColor { background-color: #ABAEAA; }

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

This div background color is #ABAEAA.

Border color

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

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

This div border color is #ABAEAA.

Opacity

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

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

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

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

This text has shadow with #ABAEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAEAA.

Preview

Color preview on black background

This text has color #ABAEAA on black background.


Color preview on white background

This text has color #ABAEAA on white background.


Black color preview on #ABAEAA background

This text has black color on #ABAEAA background.


White color preview on #ABAEAA background

This text has white color on #ABAEAA background.


Related colors

Complementary color

Complementary color for #hex is #545155.


I love getcolorcode.com

Triadic colors

1 #AAABAE and #AEAAAB with #ABAEAA are triadic colors.

2 #AAAEAB and #AEABAA with #ABAEAA are triadic colors.