COLOR #A7A6BB

HEX: #A7A6BB
RGB: (167,166,187)

Color info

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

RGB color model

#A7A6BB color RGB value is (167,166,187).

  • red value is 167;
  • green value is 166;
  • blue value is 187.
RGB:
(167,166,187)
(65%,65%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 166 of 255 = 65%
B 187 of 255 = 73%

167
166
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 166 + 187 = 520 (100%)
R 167 of 520 ~ 32.12%
G 166 of 520 ~ 31.92%
B 187 of 520 ~ 35.96%

%32.12
%31.92
%35.96

CMYK color model

#A7A6BB color CMYK value is (11,11,0,27).

  • cyan value is 10.70%
  • magenta value is 11.23%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,11,0,27)
C11M11Y0K27 
(11%,11%,0%,27%)
(0.11/0.11/0.00/0.27)	

CMYK percentages

%10.7
%11.23
%0
%26.67

Codes

Color #A7A6BB in popluar color models

A7A6BB
RGB167166187
HSL243°13.38%69.22%
HSB/HSV243°11.23%73.33%
CMYK10.70%11.23%0.00%
26.67%

Color #A7A6BB in popluar number systems.

HEXA7A6BB
Decimal167166187
Binary101001111010011010111011
Octal247246273

Shades and tints

Shades of #A7A6BB

#A7A6BB
(167,166,187)
#9897AA
(152,151,170)
#898899
(137,136,153)
#7A7988
(122,121,136)
#6B6A77
(107,106,119)
#5C5B66
(92,91,102)
#4D4C55
(77,76,85)
#3E3D44
(62,61,68)
#2F2E33
(47,46,51)
#201F22
(32,31,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #A7A6BB

#A7A6BB
(167,166,187)
#AFAEC1
(175,174,193)
#B7B6C7
(183,182,199)
#BFBECD
(191,190,205)
#C7C6D3
(199,198,211)
#CFCED9
(207,206,217)
#D7D6DF
(215,214,223)
#DFDEE5
(223,222,229)
#E7E6EB
(231,230,235)
#EFEEF1
(239,238,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A6BB color. Also use rgb(167,166,187) instead hex code.

Text Font Color

.myTextColor { color: #A7A6BB; }

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

This text font color is #A7A6BB.


Background Color

.myBgColor { background-color: #A7A6BB; }

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

This div background color is #A7A6BB.


Border color

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

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

This div border color is #A7A6BB.


Opacity

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

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

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

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

This text has shadow with #A7A6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A6BB on black background.


Color preview on white background

This text has color #A7A6BB on white background.



Black color preview on #A7A6BB background

This text has black color on #A7A6BB background.


White color preview on #A7A6BB background

This text has white color on #A7A6BB background.