COLOR #AEABAF

HEX: #AEABAF
RGB: (174,171,175)

Color info

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

RGB color model

#AEABAF color RGB value is (174,171,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 175 of 255 = 69%

174
171
175

R + G + B ~ 68%. #AEABAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 171 + 175 = 520 (100%)
R 174 of 520 ~ 33.46%
G 171 of 520 ~ 32.88%
B 175 of 520 ~ 33.65%

%33.46
%32.88
%33.65

CMYK color model

#AEABAF color CMYK value is (1,2,0,31).

  • cyan value is 0.57%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,2,0,31)
C1M2Y0K31 
(1%,2%,0%,31%)
(0.01/0.02/0.00/0.31)	

CMYK percentages

%0.57
%2.29
%0
%31.37

Codes

Color #AEABAF in popluar color models

AEABAF
RGB174171175
HSL285°2.44%67.84%
HSB/HSV285°2.29%68.63%
CMYK0.57%2.29%0.00%
31.37%

Color #AEABAF in popluar number systems.

HEXAEABAF
Decimal174171175
Binary101011101010101110101111
Octal256253257

Shades and tints

Shades of #AEABAF

#AEABAF
(174,171,175)
#9F9CA0
(159,156,160)
#908D91
(144,141,145)
#817E82
(129,126,130)
#726F73
(114,111,115)
#636064
(99,96,100)
#545155
(84,81,85)
#454246
(69,66,70)
#363337
(54,51,55)
#272428
(39,36,40)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEABAF

#AEABAF
(174,171,175)
#B5B2B6
(181,178,182)
#BCB9BD
(188,185,189)
#C3C0C4
(195,192,196)
#CAC7CB
(202,199,203)
#D1CED2
(209,206,210)
#D8D5D9
(216,213,217)
#DFDCE0
(223,220,224)
#E6E3E7
(230,227,231)
#EDEAEE
(237,234,238)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEABAF; }

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

This text font color is #AEABAF.


Background Color

.myBgColor { background-color: #AEABAF; }

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

This div background color is #AEABAF.


Border color

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

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

This div border color is #AEABAF.


Opacity

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

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

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

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

This text has shadow with #AEABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEABAF on black background.


Color preview on white background

This text has color #AEABAF on white background.



Black color preview on #AEABAF background

This text has black color on #AEABAF background.


White color preview on #AEABAF background

This text has white color on #AEABAF background.