COLOR #AEAEAF

HEX: #AEAEAF
RGB: (174,174,175)

Color info

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

RGB color model

#AEAEAF color RGB value is (174,174,175).

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

RGB channels and saturation

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

174
174
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 175 = 523 (100%)
R 174 of 523 ~ 33.27%
G 174 of 523 ~ 33.27%
B 175 of 523 ~ 33.46%

%33.27
%33.27
%33.46

CMYK color model

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

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

CMYK percentages

%0.57
%0.57
%0
%31.37

Codes

Color #AEAEAF in popluar color models

AEAEAF
RGB174174175
HSL240°0.62%68.43%
HSB/HSV240°0.57%68.63%
CMYK0.57%0.57%0.00%
31.37%

Color #AEAEAF in popluar number systems.

HEXAEAEAF
Decimal174174175
Binary101011101010111010101111
Octal256256257

Shades and tints

Shades of #AEAEAF

#AEAEAF
(174,174,175)
#9F9FA0
(159,159,160)
#909091
(144,144,145)
#818182
(129,129,130)
#727273
(114,114,115)
#636364
(99,99,100)
#545455
(84,84,85)
#454546
(69,69,70)
#363637
(54,54,55)
#272728
(39,39,40)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #AEAEAF

#AEAEAF
(174,174,175)
#B5B5B6
(181,181,182)
#BCBCBD
(188,188,189)
#C3C3C4
(195,195,196)
#CACACB
(202,202,203)
#D1D1D2
(209,209,210)
#D8D8D9
(216,216,217)
#DFDFE0
(223,223,224)
#E6E6E7
(230,230,231)
#EDEDEE
(237,237,238)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEAF; }

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

This text font color is #AEAEAF.


Background Color

.myBgColor { background-color: #AEAEAF; }

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

This div background color is #AEAEAF.


Border color

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

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

This div border color is #AEAEAF.


Opacity

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

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

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

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

This text has shadow with #AEAEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEAF on black background.


Color preview on white background

This text has color #AEAEAF on white background.



Black color preview on #AEAEAF background

This text has black color on #AEAEAF background.


White color preview on #AEAEAF background

This text has white color on #AEAEAF background.