COLOR #A1AFB3

HEX: #A1AFB3
RGB: (161,175,179)

Color info

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

RGB color model

#A1AFB3 color RGB value is (161,175,179).

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

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 179 of 255 = 70%

161
175
179

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

Portions of RGB colors in percentages

R + G + B =
161 + 175 + 179 = 515 (100%)
R 161 of 515 ~ 31.26%
G 175 of 515 ~ 33.98%
B 179 of 515 ~ 34.76%

%31.26
%33.98
%34.76

CMYK color model

#A1AFB3 color CMYK value is (10,2,0,30).

  • cyan value is 10.06%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(10,2,0,30)
C10M2Y0K30 
(10%,2%,0%,30%)
(0.10/0.02/0.00/0.30)	

CMYK percentages

%10.06
%2.23
%0
%29.8

Codes

Color #A1AFB3 in popluar color models

A1AFB3
RGB161175179
HSL193°10.59%66.67%
HSB/HSV193°10.06%70.20%
CMYK10.06%2.23%0.00%
29.80%

Color #A1AFB3 in popluar number systems.

HEXA1AFB3
Decimal161175179
Binary101000011010111110110011
Octal241257263

Shades and tints

Shades of #A1AFB3

#A1AFB3
(161,175,179)
#93A0A3
(147,160,163)
#859193
(133,145,147)
#778283
(119,130,131)
#697373
(105,115,115)
#5B6463
(91,100,99)
#4D5553
(77,85,83)
#3F4643
(63,70,67)
#313733
(49,55,51)
#232823
(35,40,35)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #A1AFB3

#A1AFB3
(161,175,179)
#A9B6B9
(169,182,185)
#B1BDBF
(177,189,191)
#B9C4C5
(185,196,197)
#C1CBCB
(193,203,203)
#C9D2D1
(201,210,209)
#D1D9D7
(209,217,215)
#D9E0DD
(217,224,221)
#E1E7E3
(225,231,227)
#E9EEE9
(233,238,233)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AFB3; }

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

This text font color is #A1AFB3.


Background Color

.myBgColor { background-color: #A1AFB3; }

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

This div background color is #A1AFB3.


Border color

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

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

This div border color is #A1AFB3.


Opacity

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

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

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

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

This text has shadow with #A1AFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AFB3 on black background.


Color preview on white background

This text has color #A1AFB3 on white background.



Black color preview on #A1AFB3 background

This text has black color on #A1AFB3 background.


White color preview on #A1AFB3 background

This text has white color on #A1AFB3 background.