COLOR #A7AABA

HEX: #A7AABA
RGB: (167,170,186)

Color info

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

RGB color model

#A7AABA color RGB value is (167,170,186).

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

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 186 of 255 = 73%

167
170
186

R + G + B ~ 68%. #A7AABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 170 + 186 = 523 (100%)
R 167 of 523 ~ 31.93%
G 170 of 523 ~ 32.5%
B 186 of 523 ~ 35.56%

%31.93
%32.5
%35.56

CMYK color model

#A7AABA color CMYK value is (10,9,0,27).

  • cyan value is 10.22%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(10,9,0,27)
C10M9Y0K27 
(10%,9%,0%,27%)
(0.10/0.09/0.00/0.27)	

CMYK percentages

%10.22
%8.6
%0
%27.06

Codes

Color #A7AABA in popluar color models

A7AABA
RGB167170186
HSL231°12.10%69.22%
HSB/HSV231°10.22%72.94%
CMYK10.22%8.60%0.00%
27.06%

Color #A7AABA in popluar number systems.

HEXA7AABA
Decimal167170186
Binary101001111010101010111010
Octal247252272

Shades and tints

Shades of #A7AABA

#A7AABA
(167,170,186)
#989BAA
(152,155,170)
#898C9A
(137,140,154)
#7A7D8A
(122,125,138)
#6B6E7A
(107,110,122)
#5C5F6A
(92,95,106)
#4D505A
(77,80,90)
#3E414A
(62,65,74)
#2F323A
(47,50,58)
#20232A
(32,35,42)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #A7AABA

#A7AABA
(167,170,186)
#AFB1C0
(175,177,192)
#B7B8C6
(183,184,198)
#BFBFCC
(191,191,204)
#C7C6D2
(199,198,210)
#CFCDD8
(207,205,216)
#D7D4DE
(215,212,222)
#DFDBE4
(223,219,228)
#E7E2EA
(231,226,234)
#EFE9F0
(239,233,240)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AABA; }

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

This text font color is #A7AABA.


Background Color

.myBgColor { background-color: #A7AABA; }

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

This div background color is #A7AABA.


Border color

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

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

This div border color is #A7AABA.


Opacity

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

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

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

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

This text has shadow with #A7AABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AABA on black background.


Color preview on white background

This text has color #A7AABA on white background.



Black color preview on #A7AABA background

This text has black color on #A7AABA background.


White color preview on #A7AABA background

This text has white color on #A7AABA background.