COLOR #A1B6A7

HEX: #A1B6A7
RGB: (161,182,167)

Color info

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

RGB color model

#A1B6A7 color RGB value is (161,182,167).

  • red value is 161;
  • green value is 182;
  • blue value is 167.
RGB:
(161,182,167)
(63%,71%,65%)

RGB channels and saturation

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

161
182
167

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

Portions of RGB colors in percentages

R + G + B =
161 + 182 + 167 = 510 (100%)
R 161 of 510 ~ 31.57%
G 182 of 510 ~ 35.69%
B 167 of 510 ~ 32.75%

%31.57
%35.69
%32.75

CMYK color model

#A1B6A7 color CMYK value is (12,0,8,29).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 28.63%
CMYK:
(12,0,8,29)
C12M0Y8K29 
(12%,0%,8%,29%)
(0.12/0.00/0.08/0.29)	

CMYK percentages

%11.54
%0
%8.24
%28.63

Codes

Color #A1B6A7 in popluar color models

A1B6A7
RGB161182167
HSL137°12.57%67.25%
HSB/HSV137°11.54%71.37%
CMYK11.54%0.00%8.24%
28.63%

Color #A1B6A7 in popluar number systems.

HEXA1B6A7
Decimal161182167
Binary101000011011011010100111
Octal241266247

Shades and tints

Shades of #A1B6A7

#A1B6A7
(161,182,167)
#93A698
(147,166,152)
#859689
(133,150,137)
#77867A
(119,134,122)
#69766B
(105,118,107)
#5B665C
(91,102,92)
#4D564D
(77,86,77)
#3F463E
(63,70,62)
#31362F
(49,54,47)
#232620
(35,38,32)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A1B6A7

#A1B6A7
(161,182,167)
#A9BCAF
(169,188,175)
#B1C2B7
(177,194,183)
#B9C8BF
(185,200,191)
#C1CEC7
(193,206,199)
#C9D4CF
(201,212,207)
#D1DAD7
(209,218,215)
#D9E0DF
(217,224,223)
#E1E6E7
(225,230,231)
#E9ECEF
(233,236,239)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B6A7; }

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

This text font color is #A1B6A7.


Background Color

.myBgColor { background-color: #A1B6A7; }

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

This div background color is #A1B6A7.


Border color

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

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

This div border color is #A1B6A7.


Opacity

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

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

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

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

This text has shadow with #A1B6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B6A7 on black background.


Color preview on white background

This text has color #A1B6A7 on white background.



Black color preview on #A1B6A7 background

This text has black color on #A1B6A7 background.


White color preview on #A1B6A7 background

This text has white color on #A1B6A7 background.