COLOR #A1B5AD

HEX: #A1B5AD
RGB: (161,181,173)

Color info

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

RGB color model

#A1B5AD color RGB value is (161,181,173).

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

RGB channels and saturation

R 161 of 255 = 63%
G 181 of 255 = 71%
B 173 of 255 = 68%

161
181
173

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

Portions of RGB colors in percentages

R + G + B =
161 + 181 + 173 = 515 (100%)
R 161 of 515 ~ 31.26%
G 181 of 515 ~ 35.15%
B 173 of 515 ~ 33.59%

%31.26
%35.15
%33.59

CMYK color model

#A1B5AD color CMYK value is (11,0,4,29).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(11,0,4,29)
C11M0Y4K29 
(11%,0%,4%,29%)
(0.11/0.00/0.04/0.29)	

CMYK percentages

%11.05
%0
%4.42
%29.02

Codes

Color #A1B5AD in popluar color models

A1B5AD
RGB161181173
HSL156°11.90%67.06%
HSB/HSV156°11.05%70.98%
CMYK11.05%0.00%4.42%
29.02%

Color #A1B5AD in popluar number systems.

HEXA1B5AD
Decimal161181173
Binary101000011011010110101101
Octal241265255

Shades and tints

Shades of #A1B5AD

#A1B5AD
(161,181,173)
#93A59E
(147,165,158)
#85958F
(133,149,143)
#778580
(119,133,128)
#697571
(105,117,113)
#5B6562
(91,101,98)
#4D5553
(77,85,83)
#3F4544
(63,69,68)
#313535
(49,53,53)
#232526
(35,37,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A1B5AD

#A1B5AD
(161,181,173)
#A9BBB4
(169,187,180)
#B1C1BB
(177,193,187)
#B9C7C2
(185,199,194)
#C1CDC9
(193,205,201)
#C9D3D0
(201,211,208)
#D1D9D7
(209,217,215)
#D9DFDE
(217,223,222)
#E1E5E5
(225,229,229)
#E9EBEC
(233,235,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B5AD; }

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

This text font color is #A1B5AD.


Background Color

.myBgColor { background-color: #A1B5AD; }

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

This div background color is #A1B5AD.


Border color

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

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

This div border color is #A1B5AD.


Opacity

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

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

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

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

This text has shadow with #A1B5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B5AD on black background.


Color preview on white background

This text has color #A1B5AD on white background.



Black color preview on #A1B5AD background

This text has black color on #A1B5AD background.


White color preview on #A1B5AD background

This text has white color on #A1B5AD background.