COLOR #AEA8B8

HEX: #AEA8B8
RGB: (174,168,184)

Color info

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

RGB color model

#AEA8B8 color RGB value is (174,168,184).

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

RGB channels and saturation

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

174
168
184

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 184 = 526 (100%)
R 174 of 526 ~ 33.08%
G 168 of 526 ~ 31.94%
B 184 of 526 ~ 34.98%

%33.08
%31.94
%34.98

CMYK color model

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

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

CMYK percentages

%5.43
%8.7
%0
%27.84

Codes

Color #AEA8B8 in popluar color models

AEA8B8
RGB174168184
HSL263°10.13%69.02%
HSB/HSV263°8.70%72.16%
CMYK5.43%8.70%0.00%
27.84%

Color #AEA8B8 in popluar number systems.

HEXAEA8B8
Decimal174168184
Binary101011101010100010111000
Octal256250270

Shades and tints

Shades of #AEA8B8

#AEA8B8
(174,168,184)
#9F99A8
(159,153,168)
#908A98
(144,138,152)
#817B88
(129,123,136)
#726C78
(114,108,120)
#635D68
(99,93,104)
#544E58
(84,78,88)
#453F48
(69,63,72)
#363038
(54,48,56)
#272128
(39,33,40)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #AEA8B8

#AEA8B8
(174,168,184)
#B5AFBE
(181,175,190)
#BCB6C4
(188,182,196)
#C3BDCA
(195,189,202)
#CAC4D0
(202,196,208)
#D1CBD6
(209,203,214)
#D8D2DC
(216,210,220)
#DFD9E2
(223,217,226)
#E6E0E8
(230,224,232)
#EDE7EE
(237,231,238)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8B8; }

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

This text font color is #AEA8B8.


Background Color

.myBgColor { background-color: #AEA8B8; }

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

This div background color is #AEA8B8.


Border color

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

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

This div border color is #AEA8B8.


Opacity

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

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

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

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

This text has shadow with #AEA8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA8B8 on black background.


Color preview on white background

This text has color #AEA8B8 on white background.



Black color preview on #AEA8B8 background

This text has black color on #AEA8B8 background.


White color preview on #AEA8B8 background

This text has white color on #AEA8B8 background.