COLOR #A7A8BC

HEX: #A7A8BC RGB: (167,168,188)

Color info

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

RGB color model

#A7A8BC color RGB value is (167,168,188).

RGB: (167,168,188) (65%, 66%, 74%)

RGB channels and saturation

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

167
168
188

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

Portions of RGB colors in percentages

R + G + B = 167 + 168 + 188 = 523 (100%)
R 167 of 523 ~ 31.93%
G 168 of 523 ~ 32.12%
B 188 of 523 ~ 35.95'%

%31.93
%32.12
%35.95

CMYK color model

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

  • cyan value is 11.17%
  • magenta value is 10.64%
  • 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
%10.64
%0
%26.27

Codes

Color #A7A8BC in popluar color models

A7 A8 BC
RGB 167 168 188
HSL 237° 13.55% 69.61%
HSB/HSV 237° 11.17% 73.73%
CMYK 11.17% 10.64% 0.00%
26.27%

Color #A7A8BC in popluar number systems.

HEX A7 A8 BC
Decimal 167 168 188
Binary 10100111 10101000 10111100
Octal 247 250 274

Shades and tints

Shades of #A7A8BC

#A7A8BC
(167,168,188)
#9899AB
(152,153,171)
#898A9A
(137,138,154)
#7A7B89
(122,123,137)
#6B6C78
(107,108,120)
#5C5D67
(92,93,103)
#4D4E56
(77,78,86)
#3E3F45
(62,63,69)
#2F3034
(47,48,52)
#202123
(32,33,35)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #A7A8BC

#A7A8BC
(167,168,188)
#AFAFC2
(175,175,194)
#B7B6C8
(183,182,200)
#BFBDCE
(191,189,206)
#C7C4D4
(199,196,212)
#CFCBDA
(207,203,218)
#D7D2E0
(215,210,224)
#DFD9E6
(223,217,230)
#E7E0EC
(231,224,236)
#EFE7F2
(239,231,242)
#F7EEF8
(247,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A8BC; }

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

This text font color is #A7A8BC.

Background Color

.myBgColor { background-color: #A7A8BC; }

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

This div background color is #A7A8BC.

Border color

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

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

This div border color is #A7A8BC.

Opacity

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

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

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

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

This text has shadow with #A7A8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A8BC.

Preview

Color preview on black background

This text has color #A7A8BC on black background.


Color preview on white background

This text has color #A7A8BC on white background.


Black color preview on #A7A8BC background

This text has black color on #A7A8BC background.


White color preview on #A7A8BC background

This text has white color on #A7A8BC background.


Related colors

Complementary color

Complementary color for #hex is #585743.


I love getcolorcode.com

Triadic colors

1 #BCA7A8 and #A8BCA7 with #A7A8BC are triadic colors.

2 #BCA8A7 and #A8A7BC with #A7A8BC are triadic colors.