COLOR #A1AFB8

HEX: #A1AFB8
RGB: (161,175,184)

Color info

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

RGB color model

#A1AFB8 color RGB value is (161,175,184).

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

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 184 of 255 = 72%

161
175
184

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

Portions of RGB colors in percentages

R + G + B =
161 + 175 + 184 = 520 (100%)
R 161 of 520 ~ 30.96%
G 175 of 520 ~ 33.65%
B 184 of 520 ~ 35.38%

%30.96
%33.65
%35.38

CMYK color model

#A1AFB8 color CMYK value is (13,5,0,28).

  • cyan value is 12.50%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(13,5,0,28)
C13M5Y0K28 
(13%,5%,0%,28%)
(0.13/0.05/0.00/0.28)	

CMYK percentages

%12.5
%4.89
%0
%27.84

Codes

Color #A1AFB8 in popluar color models

A1AFB8
RGB161175184
HSL203°13.94%67.65%
HSB/HSV203°12.50%72.16%
CMYK12.50%4.89%0.00%
27.84%

Color #A1AFB8 in popluar number systems.

HEXA1AFB8
Decimal161175184
Binary101000011010111110111000
Octal241257270

Shades and tints

Shades of #A1AFB8

#A1AFB8
(161,175,184)
#93A0A8
(147,160,168)
#859198
(133,145,152)
#778288
(119,130,136)
#697378
(105,115,120)
#5B6468
(91,100,104)
#4D5558
(77,85,88)
#3F4648
(63,70,72)
#313738
(49,55,56)
#232828
(35,40,40)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #A1AFB8

#A1AFB8
(161,175,184)
#A9B6BE
(169,182,190)
#B1BDC4
(177,189,196)
#B9C4CA
(185,196,202)
#C1CBD0
(193,203,208)
#C9D2D6
(201,210,214)
#D1D9DC
(209,217,220)
#D9E0E2
(217,224,226)
#E1E7E8
(225,231,232)
#E9EEEE
(233,238,238)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AFB8; }

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

This text font color is #A1AFB8.


Background Color

.myBgColor { background-color: #A1AFB8; }

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

This div background color is #A1AFB8.


Border color

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

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

This div border color is #A1AFB8.


Opacity

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

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

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

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

This text has shadow with #A1AFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AFB8 on black background.


Color preview on white background

This text has color #A1AFB8 on white background.



Black color preview on #A1AFB8 background

This text has black color on #A1AFB8 background.


White color preview on #A1AFB8 background

This text has white color on #A1AFB8 background.