COLOR #A0B3AE

HEX: #A0B3AE
RGB: (160,179,174)

Color info

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

RGB color model

#A0B3AE color RGB value is (160,179,174).

  • red value is 160;
  • green value is 179;
  • blue value is 174.
RGB: (160,179,174) (63%,70%,68%)

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 174 of 255 = 68%

160
179
174

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

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 174 = 513 (100%)
R 160 of 513 ~ 31.19%
G 179 of 513 ~ 34.89%
B 174 of 513 ~ 33.92%

%31.19
%34.89
%33.92

CMYK color model

#A0B3AE color CMYK value is (11,0,3,30).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK: (11,0,3,30) C11M0Y3K30 (11%,0%,3%,30%) (0.11/0.00/0.03/0.30)

CMYK percentages

%10.61
%0
%2.79
%29.8

Codes

Color #A0B3AE in popluar color models

A0B3AE
RGB160179174
HSL164°11.11%66.47%
HSB/HSV164°10.61%70.20%
CMYK10.61%0.00%2.79%
29.80%

Color #A0B3AE in popluar number systems.

HEXA0B3AE
Decimal160179174
Binary101000001011001110101110
Octal240263256

Shades and tints

Shades of #A0B3AE

#A0B3AE
(160,179,174)
#92A39F
(146,163,159)
#849390
(132,147,144)
#768381
(118,131,129)
#687372
(104,115,114)
#5A6363
(90,99,99)
#4C5354
(76,83,84)
#3E4345
(62,67,69)
#303336
(48,51,54)
#222327
(34,35,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #A0B3AE

#A0B3AE
(160,179,174)
#A8B9B5
(168,185,181)
#B0BFBC
(176,191,188)
#B8C5C3
(184,197,195)
#C0CBCA
(192,203,202)
#C8D1D1
(200,209,209)
#D0D7D8
(208,215,216)
#D8DDDF
(216,221,223)
#E0E3E6
(224,227,230)
#E8E9ED
(232,233,237)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B3AE color. Also use rgb(160,179,174) instead hex code.

Text Font Color

.myTextColor { color: #A0B3AE; }

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

This text font color is #A0B3AE.


Background Color

.myBgColor { background-color: #A0B3AE; }

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

This div background color is #A0B3AE.


Border color

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

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

This div border color is #A0B3AE.


Opacity

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

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

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

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

This text has shadow with #A0B3AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A0B3AE on black background.


Color preview on white background

This text has color #A0B3AE on white background.



Black color preview on #A0B3AE background

This text has black color on #A0B3AE background.


White color preview on #A0B3AE background

This text has white color on #A0B3AE background.