COLOR #AEAEB8

HEX: #AEAEB8
RGB: (174,174,184)

Color info

#AEAEB8 contains red, green and blue colors in about the same proportion. Web safe color of #AEAEB8 is #9999CC (or #99C).

RGB color model

#AEAEB8 color RGB value is (174,174,184).

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

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 184 of 255 = 72%

174
174
184

R + G + B ~ 69%. #AEAEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 184 = 532 (100%)
R 174 of 532 ~ 32.71%
G 174 of 532 ~ 32.71%
B 184 of 532 ~ 34.59%

%32.71
%32.71
%34.59

CMYK color model

#AEAEB8 color CMYK value is (5,5,0,28).

  • cyan value is 5.43%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,5,0,28)
C5M5Y0K28 
(5%,5%,0%,28%)
(0.05/0.05/0.00/0.28)	

CMYK percentages

%5.43
%5.43
%0
%27.84

Codes

Color #AEAEB8 in popluar color models

AEAEB8
RGB174174184
HSL240°6.58%70.20%
HSB/HSV240°5.43%72.16%
CMYK5.43%5.43%0.00%
27.84%

Color #AEAEB8 in popluar number systems.

HEXAEAEB8
Decimal174174184
Binary101011101010111010111000
Octal256256270

Shades and tints

Shades of #AEAEB8

#AEAEB8
(174,174,184)
#9F9FA8
(159,159,168)
#909098
(144,144,152)
#818188
(129,129,136)
#727278
(114,114,120)
#636368
(99,99,104)
#545458
(84,84,88)
#454548
(69,69,72)
#363638
(54,54,56)
#272728
(39,39,40)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEAEB8

#AEAEB8
(174,174,184)
#B5B5BE
(181,181,190)
#BCBCC4
(188,188,196)
#C3C3CA
(195,195,202)
#CACAD0
(202,202,208)
#D1D1D6
(209,209,214)
#D8D8DC
(216,216,220)
#DFDFE2
(223,223,226)
#E6E6E8
(230,230,232)
#EDEDEE
(237,237,238)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEB8; }

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

This text font color is #AEAEB8.


Background Color

.myBgColor { background-color: #AEAEB8; }

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

This div background color is #AEAEB8.


Border color

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

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

This div border color is #AEAEB8.


Opacity

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

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

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

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

This text has shadow with #AEAEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEB8 on black background.


Color preview on white background

This text has color #AEAEB8 on white background.



Black color preview on #AEAEB8 background

This text has black color on #AEAEB8 background.


White color preview on #AEAEB8 background

This text has white color on #AEAEB8 background.