COLOR #A1B0AE

HEX: #A1B0AE
RGB: (161,176,174)

Color info

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

RGB color model

#A1B0AE color RGB value is (161,176,174).

  • red value is 161;
  • green value is 176;
  • blue value is 174.
RGB:
(161,176,174)
(63%,69%,68%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 174 of 255 = 68%

161
176
174

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

Portions of RGB colors in percentages

R + G + B =
161 + 176 + 174 = 511 (100%)
R 161 of 511 ~ 31.51%
G 176 of 511 ~ 34.44%
B 174 of 511 ~ 34.05%

%31.51
%34.44
%34.05

CMYK color model

#A1B0AE color CMYK value is (9,0,1,31).

  • cyan value is 8.52%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK:
(9,0,1,31)
C9M0Y1K31 
(9%,0%,1%,31%)
(0.09/0.00/0.01/0.31)	

CMYK percentages

%8.52
%0
%1.14
%30.98

Codes

Color #A1B0AE in popluar color models

A1B0AE
RGB161176174
HSL172°8.67%66.08%
HSB/HSV172°8.52%69.02%
CMYK8.52%0.00%1.14%
30.98%

Color #A1B0AE in popluar number systems.

HEXA1B0AE
Decimal161176174
Binary101000011011000010101110
Octal241260256

Shades and tints

Shades of #A1B0AE

#A1B0AE
(161,176,174)
#93A09F
(147,160,159)
#859090
(133,144,144)
#778081
(119,128,129)
#697072
(105,112,114)
#5B6063
(91,96,99)
#4D5054
(77,80,84)
#3F4045
(63,64,69)
#313036
(49,48,54)
#232027
(35,32,39)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #A1B0AE

#A1B0AE
(161,176,174)
#A9B7B5
(169,183,181)
#B1BEBC
(177,190,188)
#B9C5C3
(185,197,195)
#C1CCCA
(193,204,202)
#C9D3D1
(201,211,209)
#D1DAD8
(209,218,216)
#D9E1DF
(217,225,223)
#E1E8E6
(225,232,230)
#E9EFED
(233,239,237)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B0AE color. Also use rgb(161,176,174) instead hex code.

Text Font Color

.myTextColor { color: #A1B0AE; }

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

This text font color is #A1B0AE.


Background Color

.myBgColor { background-color: #A1B0AE; }

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

This div background color is #A1B0AE.


Border color

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

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

This div border color is #A1B0AE.


Opacity

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

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

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

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

This text has shadow with #A1B0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B0AE on black background.


Color preview on white background

This text has color #A1B0AE on white background.



Black color preview on #A1B0AE background

This text has black color on #A1B0AE background.


White color preview on #A1B0AE background

This text has white color on #A1B0AE background.