COLOR #A0AFB6

HEX: #A0AFB6
RGB: (160,175,182)

Color info

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

RGB color model

#A0AFB6 color RGB value is (160,175,182).

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

RGB channels and saturation

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

160
175
182

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

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 182 = 517 (100%)
R 160 of 517 ~ 30.95%
G 175 of 517 ~ 33.85%
B 182 of 517 ~ 35.2%

%30.95
%33.85
%35.2

CMYK color model

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

  • cyan value is 12.09%
  • 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

%12.09
%3.85
%0
%28.63

Codes

Color #A0AFB6 in popluar color models

A0AFB6
RGB160175182
HSL199°13.10%67.06%
HSB/HSV199°12.09%71.37%
CMYK12.09%3.85%0.00%
28.63%

Color #A0AFB6 in popluar number systems.

HEXA0AFB6
Decimal160175182
Binary101000001010111110110110
Octal240257266

Shades and tints

Shades of #A0AFB6

#A0AFB6
(160,175,182)
#92A0A6
(146,160,166)
#849196
(132,145,150)
#768286
(118,130,134)
#687376
(104,115,118)
#5A6466
(90,100,102)
#4C5556
(76,85,86)
#3E4646
(62,70,70)
#303736
(48,55,54)
#222826
(34,40,38)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #A0AFB6

#A0AFB6
(160,175,182)
#A8B6BC
(168,182,188)
#B0BDC2
(176,189,194)
#B8C4C8
(184,196,200)
#C0CBCE
(192,203,206)
#C8D2D4
(200,210,212)
#D0D9DA
(208,217,218)
#D8E0E0
(216,224,224)
#E0E7E6
(224,231,230)
#E8EEEC
(232,238,236)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AFB6; }

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

This text font color is #A0AFB6.


Background Color

.myBgColor { background-color: #A0AFB6; }

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

This div background color is #A0AFB6.


Border color

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

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

This div border color is #A0AFB6.


Opacity

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

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

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

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

This text has shadow with #A0AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AFB6 on black background.


Color preview on white background

This text has color #A0AFB6 on white background.



Black color preview on #A0AFB6 background

This text has black color on #A0AFB6 background.


White color preview on #A0AFB6 background

This text has white color on #A0AFB6 background.