COLOR #AEABAA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

174
171
170

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

Portions of RGB colors in percentages

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

%33.79
%33.2
%33.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 2.30%
  • key color value is 31.76%
CMYK:
(0,2,2,32)
C0M2Y2K32 
(0%,2%,2%,32%)
(0.00/0.02/0.02/0.32)	

CMYK percentages

%0
%1.72
%2.3
%31.76

Codes

Color #AEABAA in popluar color models

AEABAA
RGB174171170
HSL15°2.41%67.45%
HSB/HSV15°2.30%68.24%
CMYK0.00%1.72%2.30%
31.76%

Color #AEABAA in popluar number systems.

HEXAEABAA
Decimal174171170
Binary101011101010101110101010
Octal256253252

Shades and tints

Shades of #AEABAA

#AEABAA
(174,171,170)
#9F9C9B
(159,156,155)
#908D8C
(144,141,140)
#817E7D
(129,126,125)
#726F6E
(114,111,110)
#63605F
(99,96,95)
#545150
(84,81,80)
#454241
(69,66,65)
#363332
(54,51,50)
#272423
(39,36,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEABAA

#AEABAA
(174,171,170)
#B5B2B1
(181,178,177)
#BCB9B8
(188,185,184)
#C3C0BF
(195,192,191)
#CAC7C6
(202,199,198)
#D1CECD
(209,206,205)
#D8D5D4
(216,213,212)
#DFDCDB
(223,220,219)
#E6E3E2
(230,227,226)
#EDEAE9
(237,234,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABAA; }

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

This text font color is #AEABAA.


Background Color

.myBgColor { background-color: #AEABAA; }

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

This div background color is #AEABAA.


Border color

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

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

This div border color is #AEABAA.


Opacity

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

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

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

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

This text has shadow with #AEABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABAA on black background.


Color preview on white background

This text has color #AEABAA on white background.



Black color preview on #AEABAA background

This text has black color on #AEABAA background.


White color preview on #AEABAA background

This text has white color on #AEABAA background.