COLOR #AEAEB7

HEX: #AEAEB7
RGB: (174,174,183)

Color info

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

RGB color model

#AEAEB7 color RGB value is (174,174,183).

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

RGB channels and saturation

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

174
174
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 183 = 531 (100%)
R 174 of 531 ~ 32.77%
G 174 of 531 ~ 32.77%
B 183 of 531 ~ 34.46%

%32.77
%32.77
%34.46

CMYK color model

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

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

CMYK percentages

%4.92
%4.92
%0
%28.24

Codes

Color #AEAEB7 in popluar color models

AEAEB7
RGB174174183
HSL240°5.88%70.00%
HSB/HSV240°4.92%71.76%
CMYK4.92%4.92%0.00%
28.24%

Color #AEAEB7 in popluar number systems.

HEXAEAEB7
Decimal174174183
Binary101011101010111010110111
Octal256256267

Shades and tints

Shades of #AEAEB7

#AEAEB7
(174,174,183)
#9F9FA7
(159,159,167)
#909097
(144,144,151)
#818187
(129,129,135)
#727277
(114,114,119)
#636367
(99,99,103)
#545457
(84,84,87)
#454547
(69,69,71)
#363637
(54,54,55)
#272727
(39,39,39)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AEAEB7

#AEAEB7
(174,174,183)
#B5B5BD
(181,181,189)
#BCBCC3
(188,188,195)
#C3C3C9
(195,195,201)
#CACACF
(202,202,207)
#D1D1D5
(209,209,213)
#D8D8DB
(216,216,219)
#DFDFE1
(223,223,225)
#E6E6E7
(230,230,231)
#EDEDED
(237,237,237)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEB7; }

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

This text font color is #AEAEB7.


Background Color

.myBgColor { background-color: #AEAEB7; }

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

This div background color is #AEAEB7.


Border color

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

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

This div border color is #AEAEB7.


Opacity

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

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

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

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

This text has shadow with #AEAEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEB7 on black background.


Color preview on white background

This text has color #AEAEB7 on white background.



Black color preview on #AEAEB7 background

This text has black color on #AEAEB7 background.


White color preview on #AEAEB7 background

This text has white color on #AEAEB7 background.