COLOR #A1B5AB

HEX: #A1B5AB
RGB: (161,181,171)

Color info

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

RGB color model

#A1B5AB color RGB value is (161,181,171).

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

RGB channels and saturation

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

161
181
171

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

Portions of RGB colors in percentages

R + G + B =
161 + 181 + 171 = 513 (100%)
R 161 of 513 ~ 31.38%
G 181 of 513 ~ 35.28%
B 171 of 513 ~ 33.33%

%31.38
%35.28
%33.33

CMYK color model

#A1B5AB color CMYK value is (11,0,6,29).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(11,0,6,29)
C11M0Y6K29 
(11%,0%,6%,29%)
(0.11/0.00/0.06/0.29)	

CMYK percentages

%11.05
%0
%5.52
%29.02

Codes

Color #A1B5AB in popluar color models

A1B5AB
RGB161181171
HSL150°11.90%67.06%
HSB/HSV150°11.05%70.98%
CMYK11.05%0.00%5.52%
29.02%

Color #A1B5AB in popluar number systems.

HEXA1B5AB
Decimal161181171
Binary101000011011010110101011
Octal241265253

Shades and tints

Shades of #A1B5AB

#A1B5AB
(161,181,171)
#93A59C
(147,165,156)
#85958D
(133,149,141)
#77857E
(119,133,126)
#69756F
(105,117,111)
#5B6560
(91,101,96)
#4D5551
(77,85,81)
#3F4542
(63,69,66)
#313533
(49,53,51)
#232524
(35,37,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #A1B5AB

#A1B5AB
(161,181,171)
#A9BBB2
(169,187,178)
#B1C1B9
(177,193,185)
#B9C7C0
(185,199,192)
#C1CDC7
(193,205,199)
#C9D3CE
(201,211,206)
#D1D9D5
(209,217,213)
#D9DFDC
(217,223,220)
#E1E5E3
(225,229,227)
#E9EBEA
(233,235,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B5AB; }

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

This text font color is #A1B5AB.


Background Color

.myBgColor { background-color: #A1B5AB; }

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

This div background color is #A1B5AB.


Border color

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

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

This div border color is #A1B5AB.


Opacity

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

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

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

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

This text has shadow with #A1B5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B5AB on black background.


Color preview on white background

This text has color #A1B5AB on white background.



Black color preview on #A1B5AB background

This text has black color on #A1B5AB background.


White color preview on #A1B5AB background

This text has white color on #A1B5AB background.