COLOR #AAA4BE

HEX: #AAA4BE
RGB: (170,164,190)

Color info

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

RGB color model

#AAA4BE color RGB value is (170,164,190).

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

RGB channels and saturation

R 170 of 255 = 67%
G 164 of 255 = 64%
B 190 of 255 = 75%

170
164
190

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

Portions of RGB colors in percentages

R + G + B =
170 + 164 + 190 = 524 (100%)
R 170 of 524 ~ 32.44%
G 164 of 524 ~ 31.3%
B 190 of 524 ~ 36.26%

%32.44
%31.3
%36.26

CMYK color model

#AAA4BE color CMYK value is (11,14,0,25).

  • cyan value is 10.53%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,14,0,25)
C11M14Y0K25 
(11%,14%,0%,25%)
(0.11/0.14/0.00/0.25)	

CMYK percentages

%10.53
%13.68
%0
%25.49

Codes

Color #AAA4BE in popluar color models

AAA4BE
RGB170164190
HSL254°16.67%69.41%
HSB/HSV254°13.68%74.51%
CMYK10.53%13.68%0.00%
25.49%

Color #AAA4BE in popluar number systems.

HEXAAA4BE
Decimal170164190
Binary101010101010010010111110
Octal252244276

Shades and tints

Shades of #AAA4BE

#AAA4BE
(170,164,190)
#9B96AD
(155,150,173)
#8C889C
(140,136,156)
#7D7A8B
(125,122,139)
#6E6C7A
(110,108,122)
#5F5E69
(95,94,105)
#505058
(80,80,88)
#414247
(65,66,71)
#323436
(50,52,54)
#232625
(35,38,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AAA4BE

#AAA4BE
(170,164,190)
#B1ACC3
(177,172,195)
#B8B4C8
(184,180,200)
#BFBCCD
(191,188,205)
#C6C4D2
(198,196,210)
#CDCCD7
(205,204,215)
#D4D4DC
(212,212,220)
#DBDCE1
(219,220,225)
#E2E4E6
(226,228,230)
#E9ECEB
(233,236,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA4BE; }

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

This text font color is #AAA4BE.


Background Color

.myBgColor { background-color: #AAA4BE; }

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

This div background color is #AAA4BE.


Border color

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

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

This div border color is #AAA4BE.


Opacity

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

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

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

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

This text has shadow with #AAA4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA4BE on black background.


Color preview on white background

This text has color #AAA4BE on white background.



Black color preview on #AAA4BE background

This text has black color on #AAA4BE background.


White color preview on #AAA4BE background

This text has white color on #AAA4BE background.