COLOR #A1B0A7

HEX: #A1B0A7 RGB: (161,176,167)

Color info

#A1B0A7 contains red, green and blue colors in about the same proportion. Web safe color of #A1B0A7 is #999999 (or #999).

RGB color model

#A1B0A7 color RGB value is (161,176,167).

RGB: (161,176,167) (63%, 69%, 65%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 167 of 255 = 65%

161
176
167

R + G + B ~ 66%. #A1B0A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 176 + 167 = 504 (100%)
R 161 of 504 ~ 31.94%
G 176 of 504 ~ 34.92%
B 167 of 504 ~ 33.13'%

%31.94
%34.92
%33.13

CMYK color model

#A1B0A7 color CMYK value is (9,0,5,31).

  • cyan value is 8.52%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 30.98%

CMYK: (9,0,5,31)
C9M0Y5K31 (9%, 0%, 5%, 31%)
(0.09 / 0.00 / 0.05 / 0.31)

CMYK percentages

%8.52
%0
%5.11
%30.98

Codes

Color #A1B0A7 in popluar color models

A1 B0 A7
RGB 161 176 167
HSL 144° 8.67% 66.08%
HSB/HSV 144° 8.52% 69.02%
CMYK 8.52% 0.00% 5.11%
30.98%

Color #A1B0A7 in popluar number systems.

HEX A1 B0 A7
Decimal 161 176 167
Binary 10100001 10110000 10100111
Octal 241 260 247

Shades and tints

Shades of #A1B0A7

#A1B0A7
(161,176,167)
#93A098
(147,160,152)
#859089
(133,144,137)
#77807A
(119,128,122)
#69706B
(105,112,107)
#5B605C
(91,96,92)
#4D504D
(77,80,77)
#3F403E
(63,64,62)
#31302F
(49,48,47)
#232020
(35,32,32)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #A1B0A7

#A1B0A7
(161,176,167)
#A9B7AF
(169,183,175)
#B1BEB7
(177,190,183)
#B9C5BF
(185,197,191)
#C1CCC7
(193,204,199)
#C9D3CF
(201,211,207)
#D1DAD7
(209,218,215)
#D9E1DF
(217,225,223)
#E1E8E7
(225,232,231)
#E9EFEF
(233,239,239)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B0A7; }

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

This text font color is #A1B0A7.

Background Color

.myBgColor { background-color: #A1B0A7; }

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

This div background color is #A1B0A7.

Border color

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

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

This div border color is #A1B0A7.

Opacity

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

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

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

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

This text has shadow with #A1B0A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B0A7.

Preview

Color preview on black background

This text has color #A1B0A7 on black background.


Color preview on white background

This text has color #A1B0A7 on white background.


Black color preview on #A1B0A7 background

This text has black color on #A1B0A7 background.


White color preview on #A1B0A7 background

This text has white color on #A1B0A7 background.


Related colors

Complementary color

Complementary color for #hex is #5E4F58.


I love getcolorcode.com

Triadic colors

1 #A7A1B0 and #B0A7A1 with #A1B0A7 are triadic colors.

2 #A7B0A1 and #B0A1A7 with #A1B0A7 are triadic colors.