COLOR #AEAAB7

HEX: #AEAAB7
RGB: (174,170,183)

Color info

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

RGB color model

#AEAAB7 color RGB value is (174,170,183).

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

RGB channels and saturation

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

174
170
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 183 = 527 (100%)
R 174 of 527 ~ 33.02%
G 170 of 527 ~ 32.26%
B 183 of 527 ~ 34.72%

%33.02
%32.26
%34.72

CMYK color model

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

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

CMYK percentages

%4.92
%7.1
%0
%28.24

Codes

Color #AEAAB7 in popluar color models

AEAAB7
RGB174170183
HSL258°8.28%69.22%
HSB/HSV258°7.10%71.76%
CMYK4.92%7.10%0.00%
28.24%

Color #AEAAB7 in popluar number systems.

HEXAEAAB7
Decimal174170183
Binary101011101010101010110111
Octal256252267

Shades and tints

Shades of #AEAAB7

#AEAAB7
(174,170,183)
#9F9BA7
(159,155,167)
#908C97
(144,140,151)
#817D87
(129,125,135)
#726E77
(114,110,119)
#635F67
(99,95,103)
#545057
(84,80,87)
#454147
(69,65,71)
#363237
(54,50,55)
#272327
(39,35,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AEAAB7

#AEAAB7
(174,170,183)
#B5B1BD
(181,177,189)
#BCB8C3
(188,184,195)
#C3BFC9
(195,191,201)
#CAC6CF
(202,198,207)
#D1CDD5
(209,205,213)
#D8D4DB
(216,212,219)
#DFDBE1
(223,219,225)
#E6E2E7
(230,226,231)
#EDE9ED
(237,233,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAB7; }

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

This text font color is #AEAAB7.


Background Color

.myBgColor { background-color: #AEAAB7; }

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

This div background color is #AEAAB7.


Border color

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

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

This div border color is #AEAAB7.


Opacity

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

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

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

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

This text has shadow with #AEAAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAAB7 on black background.


Color preview on white background

This text has color #AEAAB7 on white background.



Black color preview on #AEAAB7 background

This text has black color on #AEAAB7 background.


White color preview on #AEAAB7 background

This text has white color on #AEAAB7 background.