COLOR #A1AEB0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

161
174
176

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

Portions of RGB colors in percentages

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

%31.51
%34.05
%34.44

CMYK color model

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

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

CMYK percentages

%8.52
%1.14
%0
%30.98

Codes

Color #A1AEB0 in popluar color models

A1AEB0
RGB161174176
HSL188°8.67%66.08%
HSB/HSV188°8.52%69.02%
CMYK8.52%1.14%0.00%
30.98%

Color #A1AEB0 in popluar number systems.

HEXA1AEB0
Decimal161174176
Binary101000011010111010110000
Octal241256260

Shades and tints

Shades of #A1AEB0

#A1AEB0
(161,174,176)
#939FA0
(147,159,160)
#859090
(133,144,144)
#778180
(119,129,128)
#697270
(105,114,112)
#5B6360
(91,99,96)
#4D5450
(77,84,80)
#3F4540
(63,69,64)
#313630
(49,54,48)
#232720
(35,39,32)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #A1AEB0

#A1AEB0
(161,174,176)
#A9B5B7
(169,181,183)
#B1BCBE
(177,188,190)
#B9C3C5
(185,195,197)
#C1CACC
(193,202,204)
#C9D1D3
(201,209,211)
#D1D8DA
(209,216,218)
#D9DFE1
(217,223,225)
#E1E6E8
(225,230,232)
#E9EDEF
(233,237,239)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AEB0; }

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

This text font color is #A1AEB0.


Background Color

.myBgColor { background-color: #A1AEB0; }

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

This div background color is #A1AEB0.


Border color

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

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

This div border color is #A1AEB0.


Opacity

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

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

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

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

This text has shadow with #A1AEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AEB0 on black background.


Color preview on white background

This text has color #A1AEB0 on white background.



Black color preview on #A1AEB0 background

This text has black color on #A1AEB0 background.


White color preview on #A1AEB0 background

This text has white color on #A1AEB0 background.