COLOR #A7AABE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

167
170
190

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

Portions of RGB colors in percentages

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

%31.69
%32.26
%36.05

CMYK color model

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

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

CMYK percentages

%12.11
%10.53
%0
%25.49

Codes

Color #A7AABE in popluar color models

A7AABE
RGB167170190
HSL232°15.03%70.00%
HSB/HSV232°12.11%74.51%
CMYK12.11%10.53%0.00%
25.49%

Color #A7AABE in popluar number systems.

HEXA7AABE
Decimal167170190
Binary101001111010101010111110
Octal247252276

Shades and tints

Shades of #A7AABE

#A7AABE
(167,170,190)
#989BAD
(152,155,173)
#898C9C
(137,140,156)
#7A7D8B
(122,125,139)
#6B6E7A
(107,110,122)
#5C5F69
(92,95,105)
#4D5058
(77,80,88)
#3E4147
(62,65,71)
#2F3236
(47,50,54)
#202325
(32,35,37)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7AABE

#A7AABE
(167,170,190)
#AFB1C3
(175,177,195)
#B7B8C8
(183,184,200)
#BFBFCD
(191,191,205)
#C7C6D2
(199,198,210)
#CFCDD7
(207,205,215)
#D7D4DC
(215,212,220)
#DFDBE1
(223,219,225)
#E7E2E6
(231,226,230)
#EFE9EB
(239,233,235)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AABE; }

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

This text font color is #A7AABE.


Background Color

.myBgColor { background-color: #A7AABE; }

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

This div background color is #A7AABE.


Border color

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

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

This div border color is #A7AABE.


Opacity

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

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

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

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

This text has shadow with #A7AABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AABE on black background.


Color preview on white background

This text has color #A7AABE on white background.



Black color preview on #A7AABE background

This text has black color on #A7AABE background.


White color preview on #A7AABE background

This text has white color on #A7AABE background.