COLOR #A1B2B3

HEX: #A1B2B3
RGB: (161,178,179)

Color info

#A1B2B3 contains red, green and blue colors in about the same proportion. Web safe color of #A1B2B3 is #999999 (or #999).

RGB color model

#A1B2B3 color RGB value is (161,178,179).

  • red value is 161;
  • green value is 178;
  • blue value is 179.
RGB:
(161,178,179)
(63%,70%,70%)

RGB channels and saturation

R 161 of 255 = 63%
G 178 of 255 = 70%
B 179 of 255 = 70%

161
178
179

R + G + B ~ 68%. #A1B2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 178 + 179 = 518 (100%)
R 161 of 518 ~ 31.08%
G 178 of 518 ~ 34.36%
B 179 of 518 ~ 34.56%

%31.08
%34.36
%34.56

CMYK color model

#A1B2B3 color CMYK value is (10,1,0,30).

  • cyan value is 10.06%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(10,1,0,30)
C10M1Y0K30 
(10%,1%,0%,30%)
(0.10/0.01/0.00/0.30)	

CMYK percentages

%10.06
%0.56
%0
%29.8

Codes

Color #A1B2B3 in popluar color models

A1B2B3
RGB161178179
HSL183°10.59%66.67%
HSB/HSV183°10.06%70.20%
CMYK10.06%0.56%0.00%
29.80%

Color #A1B2B3 in popluar number systems.

HEXA1B2B3
Decimal161178179
Binary101000011011001010110011
Octal241262263

Shades and tints

Shades of #A1B2B3

#A1B2B3
(161,178,179)
#93A2A3
(147,162,163)
#859293
(133,146,147)
#778283
(119,130,131)
#697273
(105,114,115)
#5B6263
(91,98,99)
#4D5253
(77,82,83)
#3F4243
(63,66,67)
#313233
(49,50,51)
#232223
(35,34,35)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #A1B2B3

#A1B2B3
(161,178,179)
#A9B9B9
(169,185,185)
#B1C0BF
(177,192,191)
#B9C7C5
(185,199,197)
#C1CECB
(193,206,203)
#C9D5D1
(201,213,209)
#D1DCD7
(209,220,215)
#D9E3DD
(217,227,221)
#E1EAE3
(225,234,227)
#E9F1E9
(233,241,233)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B2B3 color. Also use rgb(161,178,179) instead hex code.

Text Font Color

.myTextColor { color: #A1B2B3; }

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

This text font color is #A1B2B3.


Background Color

.myBgColor { background-color: #A1B2B3; }

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

This div background color is #A1B2B3.


Border color

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

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

This div border color is #A1B2B3.


Opacity

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

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

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

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

This text has shadow with #A1B2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B2B3 on black background.


Color preview on white background

This text has color #A1B2B3 on white background.



Black color preview on #A1B2B3 background

This text has black color on #A1B2B3 background.


White color preview on #A1B2B3 background

This text has white color on #A1B2B3 background.