COLOR #AAAEBE

HEX: #AAAEBE
RGB: (170,174,190)

Color info

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

RGB color model

#AAAEBE color RGB value is (170,174,190).

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

RGB channels and saturation

R 170 of 255 = 67%
G 174 of 255 = 68%
B 190 of 255 = 75%

170
174
190

R + G + B ~ 70%. #AAAEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 174 + 190 = 534 (100%)
R 170 of 534 ~ 31.84%
G 174 of 534 ~ 32.58%
B 190 of 534 ~ 35.58%

%31.84
%32.58
%35.58

CMYK color model

#AAAEBE color CMYK value is (11,8,0,25).

  • cyan value is 10.53%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,8,0,25)
C11M8Y0K25 
(11%,8%,0%,25%)
(0.11/0.08/0.00/0.25)	

CMYK percentages

%10.53
%8.42
%0
%25.49

Codes

Color #AAAEBE in popluar color models

AAAEBE
RGB170174190
HSL228°13.33%70.59%
HSB/HSV228°10.53%74.51%
CMYK10.53%8.42%0.00%
25.49%

Color #AAAEBE in popluar number systems.

HEXAAAEBE
Decimal170174190
Binary101010101010111010111110
Octal252256276

Shades and tints

Shades of #AAAEBE

#AAAEBE
(170,174,190)
#9B9FAD
(155,159,173)
#8C909C
(140,144,156)
#7D818B
(125,129,139)
#6E727A
(110,114,122)
#5F6369
(95,99,105)
#505458
(80,84,88)
#414547
(65,69,71)
#323636
(50,54,54)
#232725
(35,39,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAAEBE

#AAAEBE
(170,174,190)
#B1B5C3
(177,181,195)
#B8BCC8
(184,188,200)
#BFC3CD
(191,195,205)
#C6CAD2
(198,202,210)
#CDD1D7
(205,209,215)
#D4D8DC
(212,216,220)
#DBDFE1
(219,223,225)
#E2E6E6
(226,230,230)
#E9EDEB
(233,237,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAAEBE; }

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

This text font color is #AAAEBE.


Background Color

.myBgColor { background-color: #AAAEBE; }

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

This div background color is #AAAEBE.


Border color

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

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

This div border color is #AAAEBE.


Opacity

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

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

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

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

This text has shadow with #AAAEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAAEBE on black background.


Color preview on white background

This text has color #AAAEBE on white background.



Black color preview on #AAAEBE background

This text has black color on #AAAEBE background.


White color preview on #AAAEBE background

This text has white color on #AAAEBE background.