COLOR #ABAEAC

HEX: #ABAEAC RGB: (171,174,172)

Color info

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

RGB color model

#ABAEAC color RGB value is (171,174,172).

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

RGB channels and saturation

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

171
174
172

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

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 172 = 517 (100%)
R 171 of 517 ~ 33.08%
G 174 of 517 ~ 33.66%
B 172 of 517 ~ 33.27'%

%33.08
%33.66
%33.27

CMYK color model

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

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

CMYK: (2,0,1,32)
C2M0Y1K32 (2%, 0%, 1%, 32%)
(0.02 / 0.00 / 0.01 / 0.32)

CMYK percentages

%1.72
%0
%1.15
%31.76

Codes

Color #ABAEAC in popluar color models

AB AE AC
RGB 171 174 172
HSL 140° 1.82% 67.65%
HSB/HSV 140° 1.72% 68.24%
CMYK 1.72% 0.00% 1.15%
31.76%

Color #ABAEAC in popluar number systems.

HEX AB AE AC
Decimal 171 174 172
Binary 10101011 10101110 10101100
Octal 253 256 254

Shades and tints

Shades of #ABAEAC

#ABAEAC
(171,174,172)
#9C9F9D
(156,159,157)
#8D908E
(141,144,142)
#7E817F
(126,129,127)
#6F7270
(111,114,112)
#606361
(96,99,97)
#515452
(81,84,82)
#424543
(66,69,67)
#333634
(51,54,52)
#242725
(36,39,37)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #ABAEAC

#ABAEAC
(171,174,172)
#B2B5B3
(178,181,179)
#B9BCBA
(185,188,186)
#C0C3C1
(192,195,193)
#C7CAC8
(199,202,200)
#CED1CF
(206,209,207)
#D5D8D6
(213,216,214)
#DCDFDD
(220,223,221)
#E3E6E4
(227,230,228)
#EAEDEB
(234,237,235)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEAC; }

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

This text font color is #ABAEAC.

Background Color

.myBgColor { background-color: #ABAEAC; }

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

This div background color is #ABAEAC.

Border color

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

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

This div border color is #ABAEAC.

Opacity

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

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

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

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

This text has shadow with #ABAEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAEAC.

Preview

Color preview on black background

This text has color #ABAEAC on black background.


Color preview on white background

This text has color #ABAEAC on white background.


Black color preview on #ABAEAC background

This text has black color on #ABAEAC background.


White color preview on #ABAEAC background

This text has white color on #ABAEAC background.


Related colors

Complementary color

Complementary color for #hex is #545153.


I love getcolorcode.com

Triadic colors

1 #ACABAE and #AEACAB with #ABAEAC are triadic colors.

2 #ACAEAB and #AEABAC with #ABAEAC are triadic colors.