COLOR #AAA7BE

HEX: #AAA7BE
RGB: (170,167,190)

Color info

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

RGB color model

#AAA7BE color RGB value is (170,167,190).

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

RGB channels and saturation

R 170 of 255 = 67%
G 167 of 255 = 65%
B 190 of 255 = 75%

170
167
190

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

Portions of RGB colors in percentages

R + G + B =
170 + 167 + 190 = 527 (100%)
R 170 of 527 ~ 32.26%
G 167 of 527 ~ 31.69%
B 190 of 527 ~ 36.05%

%32.26
%31.69
%36.05

CMYK color model

#AAA7BE color CMYK value is (11,12,0,25).

  • cyan value is 10.53%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(11,12,0,25)
C11M12Y0K25 
(11%,12%,0%,25%)
(0.11/0.12/0.00/0.25)	

CMYK percentages

%10.53
%12.11
%0
%25.49

Codes

Color #AAA7BE in popluar color models

AAA7BE
RGB170167190
HSL248°15.03%70.00%
HSB/HSV248°12.11%74.51%
CMYK10.53%12.11%0.00%
25.49%

Color #AAA7BE in popluar number systems.

HEXAAA7BE
Decimal170167190
Binary101010101010011110111110
Octal252247276

Shades and tints

Shades of #AAA7BE

#AAA7BE
(170,167,190)
#9B98AD
(155,152,173)
#8C899C
(140,137,156)
#7D7A8B
(125,122,139)
#6E6B7A
(110,107,122)
#5F5C69
(95,92,105)
#504D58
(80,77,88)
#413E47
(65,62,71)
#322F36
(50,47,54)
#232025
(35,32,37)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #AAA7BE

#AAA7BE
(170,167,190)
#B1AFC3
(177,175,195)
#B8B7C8
(184,183,200)
#BFBFCD
(191,191,205)
#C6C7D2
(198,199,210)
#CDCFD7
(205,207,215)
#D4D7DC
(212,215,220)
#DBDFE1
(219,223,225)
#E2E7E6
(226,231,230)
#E9EFEB
(233,239,235)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA7BE; }

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

This text font color is #AAA7BE.


Background Color

.myBgColor { background-color: #AAA7BE; }

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

This div background color is #AAA7BE.


Border color

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

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

This div border color is #AAA7BE.


Opacity

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

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

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

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

This text has shadow with #AAA7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA7BE on black background.


Color preview on white background

This text has color #AAA7BE on white background.



Black color preview on #AAA7BE background

This text has black color on #AAA7BE background.


White color preview on #AAA7BE background

This text has white color on #AAA7BE background.