COLOR #A1B6AB

HEX: #A1B6AB
RGB: (161,182,171)

Color info

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

RGB color model

#A1B6AB color RGB value is (161,182,171).

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

RGB channels and saturation

R 161 of 255 = 63%
G 182 of 255 = 71%
B 171 of 255 = 67%

161
182
171

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

Portions of RGB colors in percentages

R + G + B =
161 + 182 + 171 = 514 (100%)
R 161 of 514 ~ 31.32%
G 182 of 514 ~ 35.41%
B 171 of 514 ~ 33.27%

%31.32
%35.41
%33.27

CMYK color model

#A1B6AB color CMYK value is (12,0,6,29).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(12,0,6,29)
C12M0Y6K29 
(12%,0%,6%,29%)
(0.12/0.00/0.06/0.29)	

CMYK percentages

%11.54
%0
%6.04
%28.63

Codes

Color #A1B6AB in popluar color models

A1B6AB
RGB161182171
HSL149°12.57%67.25%
HSB/HSV149°11.54%71.37%
CMYK11.54%0.00%6.04%
28.63%

Color #A1B6AB in popluar number systems.

HEXA1B6AB
Decimal161182171
Binary101000011011011010101011
Octal241266253

Shades and tints

Shades of #A1B6AB

#A1B6AB
(161,182,171)
#93A69C
(147,166,156)
#85968D
(133,150,141)
#77867E
(119,134,126)
#69766F
(105,118,111)
#5B6660
(91,102,96)
#4D5651
(77,86,81)
#3F4642
(63,70,66)
#313633
(49,54,51)
#232624
(35,38,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #A1B6AB

#A1B6AB
(161,182,171)
#A9BCB2
(169,188,178)
#B1C2B9
(177,194,185)
#B9C8C0
(185,200,192)
#C1CEC7
(193,206,199)
#C9D4CE
(201,212,206)
#D1DAD5
(209,218,213)
#D9E0DC
(217,224,220)
#E1E6E3
(225,230,227)
#E9ECEA
(233,236,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B6AB; }

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

This text font color is #A1B6AB.


Background Color

.myBgColor { background-color: #A1B6AB; }

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

This div background color is #A1B6AB.


Border color

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

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

This div border color is #A1B6AB.


Opacity

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

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

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

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

This text has shadow with #A1B6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B6AB on black background.


Color preview on white background

This text has color #A1B6AB on white background.



Black color preview on #A1B6AB background

This text has black color on #A1B6AB background.


White color preview on #A1B6AB background

This text has white color on #A1B6AB background.