COLOR #A1B4A3

HEX: #A1B4A3
RGB: (161,180,163)

Color info

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

RGB color model

#A1B4A3 color RGB value is (161,180,163).

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

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 163 of 255 = 64%

161
180
163

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

Portions of RGB colors in percentages

R + G + B =
161 + 180 + 163 = 504 (100%)
R 161 of 504 ~ 31.94%
G 180 of 504 ~ 35.71%
B 163 of 504 ~ 32.34%

%31.94
%35.71
%32.34

CMYK color model

#A1B4A3 color CMYK value is (11,0,9,29).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 9.44%
  • key color value is 29.41%
CMYK:
(11,0,9,29)
C11M0Y9K29 
(11%,0%,9%,29%)
(0.11/0.00/0.09/0.29)	

CMYK percentages

%10.56
%0
%9.44
%29.41

Codes

Color #A1B4A3 in popluar color models

A1B4A3
RGB161180163
HSL126°11.24%66.86%
HSB/HSV126°10.56%70.59%
CMYK10.56%0.00%9.44%
29.41%

Color #A1B4A3 in popluar number systems.

HEXA1B4A3
Decimal161180163
Binary101000011011010010100011
Octal241264243

Shades and tints

Shades of #A1B4A3

#A1B4A3
(161,180,163)
#93A495
(147,164,149)
#859487
(133,148,135)
#778479
(119,132,121)
#69746B
(105,116,107)
#5B645D
(91,100,93)
#4D544F
(77,84,79)
#3F4441
(63,68,65)
#313433
(49,52,51)
#232425
(35,36,37)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #A1B4A3

#A1B4A3
(161,180,163)
#A9BAAB
(169,186,171)
#B1C0B3
(177,192,179)
#B9C6BB
(185,198,187)
#C1CCC3
(193,204,195)
#C9D2CB
(201,210,203)
#D1D8D3
(209,216,211)
#D9DEDB
(217,222,219)
#E1E4E3
(225,228,227)
#E9EAEB
(233,234,235)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B4A3; }

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

This text font color is #A1B4A3.


Background Color

.myBgColor { background-color: #A1B4A3; }

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

This div background color is #A1B4A3.


Border color

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

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

This div border color is #A1B4A3.


Opacity

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

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

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

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

This text has shadow with #A1B4A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B4A3 on black background.


Color preview on white background

This text has color #A1B4A3 on white background.



Black color preview on #A1B4A3 background

This text has black color on #A1B4A3 background.


White color preview on #A1B4A3 background

This text has white color on #A1B4A3 background.