COLOR #A7A7BC

HEX: #A7A7BC
RGB: (167,167,188)

Color info

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

RGB color model

#A7A7BC color RGB value is (167,167,188).

  • red value is 167;
  • green value is 167;
  • blue value is 188.
RGB:
(167,167,188)
(65%,65%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 167 of 255 = 65%
B 188 of 255 = 74%

167
167
188

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

Portions of RGB colors in percentages

R + G + B =
167 + 167 + 188 = 522 (100%)
R 167 of 522 ~ 31.99%
G 167 of 522 ~ 31.99%
B 188 of 522 ~ 36.02%

%31.99
%31.99
%36.02

CMYK color model

#A7A7BC color CMYK value is (11,11,0,26).

  • cyan value is 11.17%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,11,0,26)
C11M11Y0K26 
(11%,11%,0%,26%)
(0.11/0.11/0.00/0.26)	

CMYK percentages

%11.17
%11.17
%0
%26.27

Codes

Color #A7A7BC in popluar color models

A7A7BC
RGB167167188
HSL240°13.55%69.61%
HSB/HSV240°11.17%73.73%
CMYK11.17%11.17%0.00%
26.27%

Color #A7A7BC in popluar number systems.

HEXA7A7BC
Decimal167167188
Binary101001111010011110111100
Octal247247274

Shades and tints

Shades of #A7A7BC

#A7A7BC
(167,167,188)
#9898AB
(152,152,171)
#89899A
(137,137,154)
#7A7A89
(122,122,137)
#6B6B78
(107,107,120)
#5C5C67
(92,92,103)
#4D4D56
(77,77,86)
#3E3E45
(62,62,69)
#2F2F34
(47,47,52)
#202023
(32,32,35)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #A7A7BC

#A7A7BC
(167,167,188)
#AFAFC2
(175,175,194)
#B7B7C8
(183,183,200)
#BFBFCE
(191,191,206)
#C7C7D4
(199,199,212)
#CFCFDA
(207,207,218)
#D7D7E0
(215,215,224)
#DFDFE6
(223,223,230)
#E7E7EC
(231,231,236)
#EFEFF2
(239,239,242)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A7BC; }

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

This text font color is #A7A7BC.


Background Color

.myBgColor { background-color: #A7A7BC; }

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

This div background color is #A7A7BC.


Border color

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

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

This div border color is #A7A7BC.


Opacity

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

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

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

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

This text has shadow with #A7A7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A7BC on black background.


Color preview on white background

This text has color #A7A7BC on white background.



Black color preview on #A7A7BC background

This text has black color on #A7A7BC background.


White color preview on #A7A7BC background

This text has white color on #A7A7BC background.