COLOR #A8A7BC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
167
188

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

Portions of RGB colors in percentages

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

%32.12
%31.93
%35.95

CMYK color model

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

  • cyan value is 10.64%
  • 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

%10.64
%11.17
%0
%26.27

Codes

Color #A8A7BC in popluar color models

A8A7BC
RGB168167188
HSL243°13.55%69.61%
HSB/HSV243°11.17%73.73%
CMYK10.64%11.17%0.00%
26.27%

Color #A8A7BC in popluar number systems.

HEXA8A7BC
Decimal168167188
Binary101010001010011110111100
Octal250247274

Shades and tints

Shades of #A8A7BC

#A8A7BC
(168,167,188)
#9998AB
(153,152,171)
#8A899A
(138,137,154)
#7B7A89
(123,122,137)
#6C6B78
(108,107,120)
#5D5C67
(93,92,103)
#4E4D56
(78,77,86)
#3F3E45
(63,62,69)
#302F34
(48,47,52)
#212023
(33,32,35)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #A8A7BC

#A8A7BC
(168,167,188)
#AFAFC2
(175,175,194)
#B6B7C8
(182,183,200)
#BDBFCE
(189,191,206)
#C4C7D4
(196,199,212)
#CBCFDA
(203,207,218)
#D2D7E0
(210,215,224)
#D9DFE6
(217,223,230)
#E0E7EC
(224,231,236)
#E7EFF2
(231,239,242)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A7BC; }

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

This text font color is #A8A7BC.


Background Color

.myBgColor { background-color: #A8A7BC; }

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

This div background color is #A8A7BC.


Border color

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

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

This div border color is #A8A7BC.


Opacity

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

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

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

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

This text has shadow with #A8A7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A7BC on black background.


Color preview on white background

This text has color #A8A7BC on white background.



Black color preview on #A8A7BC background

This text has black color on #A8A7BC background.


White color preview on #A8A7BC background

This text has white color on #A8A7BC background.