COLOR #A0B7BA

HEX: #A0B7BA
RGB: (160,183,186)

Color info

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

RGB color model

#A0B7BA color RGB value is (160,183,186).

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

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 186 of 255 = 73%

160
183
186

R + G + B ~ 69%. #A0B7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 183 + 186 = 529 (100%)
R 160 of 529 ~ 30.25%
G 183 of 529 ~ 34.59%
B 186 of 529 ~ 35.16%

%30.25
%34.59
%35.16

CMYK color model

#A0B7BA color CMYK value is (14,2,0,27).

  • cyan value is 13.98%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(14,2,0,27)
C14M2Y0K27 
(14%,2%,0%,27%)
(0.14/0.02/0.00/0.27)	

CMYK percentages

%13.98
%1.61
%0
%27.06

Codes

Color #A0B7BA in popluar color models

A0B7BA
RGB160183186
HSL187°15.85%67.84%
HSB/HSV187°13.98%72.94%
CMYK13.98%1.61%0.00%
27.06%

Color #A0B7BA in popluar number systems.

HEXA0B7BA
Decimal160183186
Binary101000001011011110111010
Octal240267272

Shades and tints

Shades of #A0B7BA

#A0B7BA
(160,183,186)
#92A7AA
(146,167,170)
#84979A
(132,151,154)
#76878A
(118,135,138)
#68777A
(104,119,122)
#5A676A
(90,103,106)
#4C575A
(76,87,90)
#3E474A
(62,71,74)
#30373A
(48,55,58)
#22272A
(34,39,42)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #A0B7BA

#A0B7BA
(160,183,186)
#A8BDC0
(168,189,192)
#B0C3C6
(176,195,198)
#B8C9CC
(184,201,204)
#C0CFD2
(192,207,210)
#C8D5D8
(200,213,216)
#D0DBDE
(208,219,222)
#D8E1E4
(216,225,228)
#E0E7EA
(224,231,234)
#E8EDF0
(232,237,240)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B7BA; }

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

This text font color is #A0B7BA.


Background Color

.myBgColor { background-color: #A0B7BA; }

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

This div background color is #A0B7BA.


Border color

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

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

This div border color is #A0B7BA.


Opacity

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

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

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

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

This text has shadow with #A0B7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B7BA on black background.


Color preview on white background

This text has color #A0B7BA on white background.



Black color preview on #A0B7BA background

This text has black color on #A0B7BA background.


White color preview on #A0B7BA background

This text has white color on #A0B7BA background.