COLOR #AEAABA

HEX: #AEAABA
RGB: (174,170,186)

Color info

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

RGB color model

#AEAABA color RGB value is (174,170,186).

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

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 186 of 255 = 73%

174
170
186

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

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 186 = 530 (100%)
R 174 of 530 ~ 32.83%
G 170 of 530 ~ 32.08%
B 186 of 530 ~ 35.09%

%32.83
%32.08
%35.09

CMYK color model

#AEAABA color CMYK value is (6,9,0,27).

  • cyan value is 6.45%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,9,0,27)
C6M9Y0K27 
(6%,9%,0%,27%)
(0.06/0.09/0.00/0.27)	

CMYK percentages

%6.45
%8.6
%0
%27.06

Codes

Color #AEAABA in popluar color models

AEAABA
RGB174170186
HSL255°10.39%69.80%
HSB/HSV255°8.60%72.94%
CMYK6.45%8.60%0.00%
27.06%

Color #AEAABA in popluar number systems.

HEXAEAABA
Decimal174170186
Binary101011101010101010111010
Octal256252272

Shades and tints

Shades of #AEAABA

#AEAABA
(174,170,186)
#9F9BAA
(159,155,170)
#908C9A
(144,140,154)
#817D8A
(129,125,138)
#726E7A
(114,110,122)
#635F6A
(99,95,106)
#54505A
(84,80,90)
#45414A
(69,65,74)
#36323A
(54,50,58)
#27232A
(39,35,42)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #AEAABA

#AEAABA
(174,170,186)
#B5B1C0
(181,177,192)
#BCB8C6
(188,184,198)
#C3BFCC
(195,191,204)
#CAC6D2
(202,198,210)
#D1CDD8
(209,205,216)
#D8D4DE
(216,212,222)
#DFDBE4
(223,219,228)
#E6E2EA
(230,226,234)
#EDE9F0
(237,233,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAABA; }

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

This text font color is #AEAABA.


Background Color

.myBgColor { background-color: #AEAABA; }

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

This div background color is #AEAABA.


Border color

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

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

This div border color is #AEAABA.


Opacity

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

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

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

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

This text has shadow with #AEAABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAABA on black background.


Color preview on white background

This text has color #AEAABA on white background.



Black color preview on #AEAABA background

This text has black color on #AEAABA background.


White color preview on #AEAABA background

This text has white color on #AEAABA background.