COLOR #A1AFB6

HEX: #A1AFB6
RGB: (161,175,182)

Color info

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

RGB color model

#A1AFB6 color RGB value is (161,175,182).

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

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 182 of 255 = 71%

161
175
182

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

Portions of RGB colors in percentages

R + G + B =
161 + 175 + 182 = 518 (100%)
R 161 of 518 ~ 31.08%
G 175 of 518 ~ 33.78%
B 182 of 518 ~ 35.14%

%31.08
%33.78
%35.14

CMYK color model

#A1AFB6 color CMYK value is (12,4,0,29).

  • cyan value is 11.54%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(12,4,0,29)
C12M4Y0K29 
(12%,4%,0%,29%)
(0.12/0.04/0.00/0.29)	

CMYK percentages

%11.54
%3.85
%0
%28.63

Codes

Color #A1AFB6 in popluar color models

A1AFB6
RGB161175182
HSL200°12.57%67.25%
HSB/HSV200°11.54%71.37%
CMYK11.54%3.85%0.00%
28.63%

Color #A1AFB6 in popluar number systems.

HEXA1AFB6
Decimal161175182
Binary101000011010111110110110
Octal241257266

Shades and tints

Shades of #A1AFB6

#A1AFB6
(161,175,182)
#93A0A6
(147,160,166)
#859196
(133,145,150)
#778286
(119,130,134)
#697376
(105,115,118)
#5B6466
(91,100,102)
#4D5556
(77,85,86)
#3F4646
(63,70,70)
#313736
(49,55,54)
#232826
(35,40,38)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #A1AFB6

#A1AFB6
(161,175,182)
#A9B6BC
(169,182,188)
#B1BDC2
(177,189,194)
#B9C4C8
(185,196,200)
#C1CBCE
(193,203,206)
#C9D2D4
(201,210,212)
#D1D9DA
(209,217,218)
#D9E0E0
(217,224,224)
#E1E7E6
(225,231,230)
#E9EEEC
(233,238,236)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AFB6; }

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

This text font color is #A1AFB6.


Background Color

.myBgColor { background-color: #A1AFB6; }

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

This div background color is #A1AFB6.


Border color

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

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

This div border color is #A1AFB6.


Opacity

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

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

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

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

This text has shadow with #A1AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AFB6 on black background.


Color preview on white background

This text has color #A1AFB6 on white background.



Black color preview on #A1AFB6 background

This text has black color on #A1AFB6 background.


White color preview on #A1AFB6 background

This text has white color on #A1AFB6 background.