COLOR #A8A7B5

HEX: #A8A7B5
RGB: (168,167,181)

Color info

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

RGB color model

#A8A7B5 color RGB value is (168,167,181).

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

RGB channels and saturation

R 168 of 255 = 66%
G 167 of 255 = 65%
B 181 of 255 = 71%

168
167
181

R + G + B ~ 67%. #A8A7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 167 + 181 = 516 (100%)
R 168 of 516 ~ 32.56%
G 167 of 516 ~ 32.36%
B 181 of 516 ~ 35.08%

%32.56
%32.36
%35.08

CMYK color model

#A8A7B5 color CMYK value is (7,8,0,29).

  • cyan value is 7.18%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(7,8,0,29)
C7M8Y0K29 
(7%,8%,0%,29%)
(0.07/0.08/0.00/0.29)	

CMYK percentages

%7.18
%7.73
%0
%29.02

Codes

Color #A8A7B5 in popluar color models

A8A7B5
RGB168167181
HSL244°8.64%68.24%
HSB/HSV244°7.73%70.98%
CMYK7.18%7.73%0.00%
29.02%

Color #A8A7B5 in popluar number systems.

HEXA8A7B5
Decimal168167181
Binary101010001010011110110101
Octal250247265

Shades and tints

Shades of #A8A7B5

#A8A7B5
(168,167,181)
#9998A5
(153,152,165)
#8A8995
(138,137,149)
#7B7A85
(123,122,133)
#6C6B75
(108,107,117)
#5D5C65
(93,92,101)
#4E4D55
(78,77,85)
#3F3E45
(63,62,69)
#302F35
(48,47,53)
#212025
(33,32,37)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #A8A7B5

#A8A7B5
(168,167,181)
#AFAFBB
(175,175,187)
#B6B7C1
(182,183,193)
#BDBFC7
(189,191,199)
#C4C7CD
(196,199,205)
#CBCFD3
(203,207,211)
#D2D7D9
(210,215,217)
#D9DFDF
(217,223,223)
#E0E7E5
(224,231,229)
#E7EFEB
(231,239,235)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A7B5; }

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

This text font color is #A8A7B5.


Background Color

.myBgColor { background-color: #A8A7B5; }

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

This div background color is #A8A7B5.


Border color

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

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

This div border color is #A8A7B5.


Opacity

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

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

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

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

This text has shadow with #A8A7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A7B5 on black background.


Color preview on white background

This text has color #A8A7B5 on white background.



Black color preview on #A8A7B5 background

This text has black color on #A8A7B5 background.


White color preview on #A8A7B5 background

This text has white color on #A8A7B5 background.