COLOR #A1B4A7

HEX: #A1B4A7 RGB: (161,180,167)

Color info

#A1B4A7 contains red, green and blue colors in about the same proportion. Web safe color of #A1B4A7 is #99CC99 (or #9C9).

RGB color model

#A1B4A7 color RGB value is (161,180,167).

RGB: (161,180,167) (63%, 71%, 65%)

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 167 of 255 = 65%

161
180
167

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

Portions of RGB colors in percentages

R + G + B = 161 + 180 + 167 = 508 (100%)
R 161 of 508 ~ 31.69%
G 180 of 508 ~ 35.43%
B 167 of 508 ~ 32.87'%

%31.69
%35.43
%32.87

CMYK color model

#A1B4A7 color CMYK value is (11,0,7,29).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 29.41%
CMYK: (11,0,7,29) C11M0Y7K29 (11%,0%,7%,29%) (0.11/0.00/0.07/0.29) 

CMYK percentages

%10.56
%0
%7.22
%29.41

Codes

Color #A1B4A7 in popluar color models

A1 B4 A7
RGB 161 180 167
HSL 139° 11.24% 66.86%
HSB/HSV 139° 10.56% 70.59%
CMYK 10.56% 0.00% 7.22%
29.41%

Color #A1B4A7 in popluar number systems.

HEX A1 B4 A7
Decimal 161 180 167
Binary 10100001 10110100 10100111
Octal 241 264 247

Shades and tints

Shades of #A1B4A7

#A1B4A7
(161,180,167)
#93A498
(147,164,152)
#859489
(133,148,137)
#77847A
(119,132,122)
#69746B
(105,116,107)
#5B645C
(91,100,92)
#4D544D
(77,84,77)
#3F443E
(63,68,62)
#31342F
(49,52,47)
#232420
(35,36,32)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A1B4A7

#A1B4A7
(161,180,167)
#A9BAAF
(169,186,175)
#B1C0B7
(177,192,183)
#B9C6BF
(185,198,191)
#C1CCC7
(193,204,199)
#C9D2CF
(201,210,207)
#D1D8D7
(209,216,215)
#D9DEDF
(217,222,223)
#E1E4E7
(225,228,231)
#E9EAEF
(233,234,239)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B4A7; }

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

This text font color is #A1B4A7.

Background Color

.myBgColor { background-color: #A1B4A7; }

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

This div background color is #A1B4A7.

Border color

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

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

This div border color is #A1B4A7.

Opacity

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

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

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

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

This text has shadow with #A1B4A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B4A7.

Preview

Color preview on black background

This text has color #A1B4A7 on black background.


Color preview on white background

This text has color #A1B4A7 on white background.


Black color preview on #A1B4A7 background

This text has black color on #A1B4A7 background.


White color preview on #A1B4A7 background

This text has white color on #A1B4A7 background.


Related colors

Complementary color

Complementary color for #hex is #5E4B58.


I love getcolorcode.com

Triadic colors

1 #A7A1B4 and #B4A7A1 with #A1B4A7 are triadic colors.

2 #A7B4A1 and #B4A1A7 with #A1B4A7 are triadic colors.