COLOR #A0B9AB

HEX: #A0B9AB
RGB: (160,185,171)

Color info

#A0B9AB contains red, green and blue colors in about the same proportion. Web safe color of #A0B9AB is #99CC99 (or #9C9).

RGB color model

#A0B9AB color RGB value is (160,185,171).

  • red value is 160;
  • green value is 185;
  • blue value is 171.
RGB:
(160,185,171)
(63%,73%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 171 of 255 = 67%

160
185
171

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

Portions of RGB colors in percentages

R + G + B =
160 + 185 + 171 = 516 (100%)
R 160 of 516 ~ 31.01%
G 185 of 516 ~ 35.85%
B 171 of 516 ~ 33.14%

%31.01
%35.85
%33.14

CMYK color model

#A0B9AB color CMYK value is (14,0,8,27).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 7.57%
  • key color value is 27.45%
CMYK:
(14,0,8,27)
C14M0Y8K27 
(14%,0%,8%,27%)
(0.14/0.00/0.08/0.27)	

CMYK percentages

%13.51
%0
%7.57
%27.45

Codes

Color #A0B9AB in popluar color models

A0B9AB
RGB160185171
HSL146°15.15%67.65%
HSB/HSV146°13.51%72.55%
CMYK13.51%0.00%7.57%
27.45%

Color #A0B9AB in popluar number systems.

HEXA0B9AB
Decimal160185171
Binary101000001011100110101011
Octal240271253

Shades and tints

Shades of #A0B9AB

#A0B9AB
(160,185,171)
#92A99C
(146,169,156)
#84998D
(132,153,141)
#76897E
(118,137,126)
#68796F
(104,121,111)
#5A6960
(90,105,96)
#4C5951
(76,89,81)
#3E4942
(62,73,66)
#303933
(48,57,51)
#222924
(34,41,36)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #A0B9AB

#A0B9AB
(160,185,171)
#A8BFB2
(168,191,178)
#B0C5B9
(176,197,185)
#B8CBC0
(184,203,192)
#C0D1C7
(192,209,199)
#C8D7CE
(200,215,206)
#D0DDD5
(208,221,213)
#D8E3DC
(216,227,220)
#E0E9E3
(224,233,227)
#E8EFEA
(232,239,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B9AB color. Also use rgb(160,185,171) instead hex code.

Text Font Color

.myTextColor { color: #A0B9AB; }

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

This text font color is #A0B9AB.


Background Color

.myBgColor { background-color: #A0B9AB; }

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

This div background color is #A0B9AB.


Border color

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

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

This div border color is #A0B9AB.


Opacity

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

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

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

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

This text has shadow with #A0B9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B9AB on black background.


Color preview on white background

This text has color #A0B9AB on white background.



Black color preview on #A0B9AB background

This text has black color on #A0B9AB background.


White color preview on #A0B9AB background

This text has white color on #A0B9AB background.