COLOR #A8A1B7

HEX: #A8A1B7 RGB: (168,161,183)

Color info

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

RGB color model

#A8A1B7 color RGB value is (168,161,183).

RGB: (168,161,183) (66%, 63%, 72%)

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 183 of 255 = 72%

168
161
183

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

Portions of RGB colors in percentages

R + G + B = 168 + 161 + 183 = 512 (100%)
R 168 of 512 ~ 32.81%
G 161 of 512 ~ 31.45%
B 183 of 512 ~ 35.74'%

%32.81
%31.45
%35.74

CMYK color model

#A8A1B7 color CMYK value is (8,12,0,28).

  • cyan value is 8.20%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (8,12,0,28)
C8M12Y0K28 (8%, 12%, 0%, 28%)
(0.08 / 0.12 / 0.00 / 0.28)

CMYK percentages

%8.2
%12.02
%0
%28.24

Codes

Color #A8A1B7 in popluar color models

A8 A1 B7
RGB 168 161 183
HSL 259° 13.25% 67.45%
HSB/HSV 259° 12.02% 71.76%
CMYK 8.20% 12.02% 0.00%
28.24%

Color #A8A1B7 in popluar number systems.

HEX A8 A1 B7
Decimal 168 161 183
Binary 10101000 10100001 10110111
Octal 250 241 267

Shades and tints

Shades of #A8A1B7

#A8A1B7
(168,161,183)
#9993A7
(153,147,167)
#8A8597
(138,133,151)
#7B7787
(123,119,135)
#6C6977
(108,105,119)
#5D5B67
(93,91,103)
#4E4D57
(78,77,87)
#3F3F47
(63,63,71)
#303137
(48,49,55)
#212327
(33,35,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A8A1B7

#A8A1B7
(168,161,183)
#AFA9BD
(175,169,189)
#B6B1C3
(182,177,195)
#BDB9C9
(189,185,201)
#C4C1CF
(196,193,207)
#CBC9D5
(203,201,213)
#D2D1DB
(210,209,219)
#D9D9E1
(217,217,225)
#E0E1E7
(224,225,231)
#E7E9ED
(231,233,237)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A1B7 color. Also use rgb(168,161,183) instead hex code.

Text Font Color

.myTextColor { color: #A8A1B7; }

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

This text font color is #A8A1B7.

Background Color

.myBgColor { background-color: #A8A1B7; }

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

This div background color is #A8A1B7.

Border color

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

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

This div border color is #A8A1B7.

Opacity

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

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

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

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

This text has shadow with #A8A1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A1B7.

Preview

Color preview on black background

This text has color #A8A1B7 on black background.


Color preview on white background

This text has color #A8A1B7 on white background.


Black color preview on #A8A1B7 background

This text has black color on #A8A1B7 background.


White color preview on #A8A1B7 background

This text has white color on #A8A1B7 background.


Related colors

Complementary color

Complementary color for #hex is #575E48.


I love getcolorcode.com

Triadic colors

1 #B7A8A1 and #A1B7A8 with #A8A1B7 are triadic colors.

2 #B7A1A8 and #A1A8B7 with #A8A1B7 are triadic colors.