COLOR #AAAEBA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

170
174
186

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

Portions of RGB colors in percentages

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

%32.08
%32.83
%35.09

CMYK color model

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

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

CMYK percentages

%8.6
%6.45
%0
%27.06

Codes

Color #AAAEBA in popluar color models

AAAEBA
RGB170174186
HSL225°10.39%69.80%
HSB/HSV225°8.60%72.94%
CMYK8.60%6.45%0.00%
27.06%

Color #AAAEBA in popluar number systems.

HEXAAAEBA
Decimal170174186
Binary101010101010111010111010
Octal252256272

Shades and tints

Shades of #AAAEBA

#AAAEBA
(170,174,186)
#9B9FAA
(155,159,170)
#8C909A
(140,144,154)
#7D818A
(125,129,138)
#6E727A
(110,114,122)
#5F636A
(95,99,106)
#50545A
(80,84,90)
#41454A
(65,69,74)
#32363A
(50,54,58)
#23272A
(35,39,42)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #AAAEBA

#AAAEBA
(170,174,186)
#B1B5C0
(177,181,192)
#B8BCC6
(184,188,198)
#BFC3CC
(191,195,204)
#C6CAD2
(198,202,210)
#CDD1D8
(205,209,216)
#D4D8DE
(212,216,222)
#DBDFE4
(219,223,228)
#E2E6EA
(226,230,234)
#E9EDF0
(233,237,240)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEBA; }

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

This text font color is #AAAEBA.


Background Color

.myBgColor { background-color: #AAAEBA; }

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

This div background color is #AAAEBA.


Border color

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

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

This div border color is #AAAEBA.


Opacity

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

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

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

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

This text has shadow with #AAAEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEBA on black background.


Color preview on white background

This text has color #AAAEBA on white background.



Black color preview on #AAAEBA background

This text has black color on #AAAEBA background.


White color preview on #AAAEBA background

This text has white color on #AAAEBA background.