COLOR #A1AEB7

HEX: #A1AEB7
RGB: (161,174,183)

Color info

#A1AEB7 contains red, green and blue colors in about the same proportion. Web safe color of #A1AEB7 is #9999CC (or #99C).

RGB color model

#A1AEB7 color RGB value is (161,174,183).

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

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 183 of 255 = 72%

161
174
183

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

Portions of RGB colors in percentages

R + G + B =
161 + 174 + 183 = 518 (100%)
R 161 of 518 ~ 31.08%
G 174 of 518 ~ 33.59%
B 183 of 518 ~ 35.33%

%31.08
%33.59
%35.33

CMYK color model

#A1AEB7 color CMYK value is (12,5,0,28).

  • cyan value is 12.02%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(12,5,0,28)
C12M5Y0K28 
(12%,5%,0%,28%)
(0.12/0.05/0.00/0.28)	

CMYK percentages

%12.02
%4.92
%0
%28.24

Codes

Color #A1AEB7 in popluar color models

A1AEB7
RGB161174183
HSL205°13.25%67.45%
HSB/HSV205°12.02%71.76%
CMYK12.02%4.92%0.00%
28.24%

Color #A1AEB7 in popluar number systems.

HEXA1AEB7
Decimal161174183
Binary101000011010111010110111
Octal241256267

Shades and tints

Shades of #A1AEB7

#A1AEB7
(161,174,183)
#939FA7
(147,159,167)
#859097
(133,144,151)
#778187
(119,129,135)
#697277
(105,114,119)
#5B6367
(91,99,103)
#4D5457
(77,84,87)
#3F4547
(63,69,71)
#313637
(49,54,55)
#232727
(35,39,39)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #A1AEB7

#A1AEB7
(161,174,183)
#A9B5BD
(169,181,189)
#B1BCC3
(177,188,195)
#B9C3C9
(185,195,201)
#C1CACF
(193,202,207)
#C9D1D5
(201,209,213)
#D1D8DB
(209,216,219)
#D9DFE1
(217,223,225)
#E1E6E7
(225,230,231)
#E9EDED
(233,237,237)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AEB7; }

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

This text font color is #A1AEB7.


Background Color

.myBgColor { background-color: #A1AEB7; }

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

This div background color is #A1AEB7.


Border color

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

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

This div border color is #A1AEB7.


Opacity

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

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

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

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

This text has shadow with #A1AEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AEB7 on black background.


Color preview on white background

This text has color #A1AEB7 on white background.



Black color preview on #A1AEB7 background

This text has black color on #A1AEB7 background.


White color preview on #A1AEB7 background

This text has white color on #A1AEB7 background.