COLOR #A7A8BB

HEX: #A7A8BB
RGB: (167,168,187)

Color info

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

RGB color model

#A7A8BB color RGB value is (167,168,187).

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

RGB channels and saturation

R 167 of 255 = 65%
G 168 of 255 = 66%
B 187 of 255 = 73%

167
168
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 168 + 187 = 522 (100%)
R 167 of 522 ~ 31.99%
G 168 of 522 ~ 32.18%
B 187 of 522 ~ 35.82%

%31.99
%32.18
%35.82

CMYK color model

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

  • cyan value is 10.70%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,10,0,27)
C11M10Y0K27 
(11%,10%,0%,27%)
(0.11/0.10/0.00/0.27)	

CMYK percentages

%10.7
%10.16
%0
%26.67

Codes

Color #A7A8BB in popluar color models

A7A8BB
RGB167168187
HSL237°12.82%69.41%
HSB/HSV237°10.70%73.33%
CMYK10.70%10.16%0.00%
26.67%

Color #A7A8BB in popluar number systems.

HEXA7A8BB
Decimal167168187
Binary101001111010100010111011
Octal247250273

Shades and tints

Shades of #A7A8BB

#A7A8BB
(167,168,187)
#9899AA
(152,153,170)
#898A99
(137,138,153)
#7A7B88
(122,123,136)
#6B6C77
(107,108,119)
#5C5D66
(92,93,102)
#4D4E55
(77,78,85)
#3E3F44
(62,63,68)
#2F3033
(47,48,51)
#202122
(32,33,34)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A7A8BB

#A7A8BB
(167,168,187)
#AFAFC1
(175,175,193)
#B7B6C7
(183,182,199)
#BFBDCD
(191,189,205)
#C7C4D3
(199,196,211)
#CFCBD9
(207,203,217)
#D7D2DF
(215,210,223)
#DFD9E5
(223,217,229)
#E7E0EB
(231,224,235)
#EFE7F1
(239,231,241)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A8BB; }

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

This text font color is #A7A8BB.


Background Color

.myBgColor { background-color: #A7A8BB; }

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

This div background color is #A7A8BB.


Border color

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

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

This div border color is #A7A8BB.


Opacity

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

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

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

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

This text has shadow with #A7A8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A8BB on black background.


Color preview on white background

This text has color #A7A8BB on white background.



Black color preview on #A7A8BB background

This text has black color on #A7A8BB background.


White color preview on #A7A8BB background

This text has white color on #A7A8BB background.