COLOR #A1B4AD

HEX: #A1B4AD
RGB: (161,180,173)

Color info

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

RGB color model

#A1B4AD color RGB value is (161,180,173).

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

RGB channels and saturation

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

161
180
173

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

Portions of RGB colors in percentages

R + G + B =
161 + 180 + 173 = 514 (100%)
R 161 of 514 ~ 31.32%
G 180 of 514 ~ 35.02%
B 173 of 514 ~ 33.66%

%31.32
%35.02
%33.66

CMYK color model

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

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

CMYK percentages

%10.56
%0
%3.89
%29.41

Codes

Color #A1B4AD in popluar color models

A1B4AD
RGB161180173
HSL158°11.24%66.86%
HSB/HSV158°10.56%70.59%
CMYK10.56%0.00%3.89%
29.41%

Color #A1B4AD in popluar number systems.

HEXA1B4AD
Decimal161180173
Binary101000011011010010101101
Octal241264255

Shades and tints

Shades of #A1B4AD

#A1B4AD
(161,180,173)
#93A49E
(147,164,158)
#85948F
(133,148,143)
#778480
(119,132,128)
#697471
(105,116,113)
#5B6462
(91,100,98)
#4D5453
(77,84,83)
#3F4444
(63,68,68)
#313435
(49,52,53)
#232426
(35,36,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #A1B4AD

#A1B4AD
(161,180,173)
#A9BAB4
(169,186,180)
#B1C0BB
(177,192,187)
#B9C6C2
(185,198,194)
#C1CCC9
(193,204,201)
#C9D2D0
(201,210,208)
#D1D8D7
(209,216,215)
#D9DEDE
(217,222,222)
#E1E4E5
(225,228,229)
#E9EAEC
(233,234,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B4AD; }

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

This text font color is #A1B4AD.


Background Color

.myBgColor { background-color: #A1B4AD; }

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

This div background color is #A1B4AD.


Border color

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

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

This div border color is #A1B4AD.


Opacity

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

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

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

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

This text has shadow with #A1B4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B4AD on black background.


Color preview on white background

This text has color #A1B4AD on white background.



Black color preview on #A1B4AD background

This text has black color on #A1B4AD background.


White color preview on #A1B4AD background

This text has white color on #A1B4AD background.