COLOR #A0B1BA

HEX: #A0B1BA
RGB: (160,177,186)

Color info

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

RGB color model

#A0B1BA color RGB value is (160,177,186).

  • red value is 160;
  • green value is 177;
  • blue value is 186.
RGB:
(160,177,186)
(63%,69%,73%)

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 186 of 255 = 73%

160
177
186

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

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 186 = 523 (100%)
R 160 of 523 ~ 30.59%
G 177 of 523 ~ 33.84%
B 186 of 523 ~ 35.56%

%30.59
%33.84
%35.56

CMYK color model

#A0B1BA color CMYK value is (14,5,0,27).

  • cyan value is 13.98%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(14,5,0,27)
C14M5Y0K27 
(14%,5%,0%,27%)
(0.14/0.05/0.00/0.27)	

CMYK percentages

%13.98
%4.84
%0
%27.06

Codes

Color #A0B1BA in popluar color models

A0B1BA
RGB160177186
HSL201°15.85%67.84%
HSB/HSV201°13.98%72.94%
CMYK13.98%4.84%0.00%
27.06%

Color #A0B1BA in popluar number systems.

HEXA0B1BA
Decimal160177186
Binary101000001011000110111010
Octal240261272

Shades and tints

Shades of #A0B1BA

#A0B1BA
(160,177,186)
#92A1AA
(146,161,170)
#84919A
(132,145,154)
#76818A
(118,129,138)
#68717A
(104,113,122)
#5A616A
(90,97,106)
#4C515A
(76,81,90)
#3E414A
(62,65,74)
#30313A
(48,49,58)
#22212A
(34,33,42)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #A0B1BA

#A0B1BA
(160,177,186)
#A8B8C0
(168,184,192)
#B0BFC6
(176,191,198)
#B8C6CC
(184,198,204)
#C0CDD2
(192,205,210)
#C8D4D8
(200,212,216)
#D0DBDE
(208,219,222)
#D8E2E4
(216,226,228)
#E0E9EA
(224,233,234)
#E8F0F0
(232,240,240)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B1BA color. Also use rgb(160,177,186) instead hex code.

Text Font Color

.myTextColor { color: #A0B1BA; }

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

This text font color is #A0B1BA.


Background Color

.myBgColor { background-color: #A0B1BA; }

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

This div background color is #A0B1BA.


Border color

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

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

This div border color is #A0B1BA.


Opacity

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

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

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

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

This text has shadow with #A0B1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B1BA on black background.


Color preview on white background

This text has color #A0B1BA on white background.



Black color preview on #A0B1BA background

This text has black color on #A0B1BA background.


White color preview on #A0B1BA background

This text has white color on #A0B1BA background.