COLOR #A0BAB7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

160
186
183

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

Portions of RGB colors in percentages

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

%30.25
%35.16
%34.59

CMYK color model

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

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

CMYK percentages

%13.98
%0
%1.61
%27.06

Codes

Color #A0BAB7 in popluar color models

A0BAB7
RGB160186183
HSL173°15.85%67.84%
HSB/HSV173°13.98%72.94%
CMYK13.98%0.00%1.61%
27.06%

Color #A0BAB7 in popluar number systems.

HEXA0BAB7
Decimal160186183
Binary101000001011101010110111
Octal240272267

Shades and tints

Shades of #A0BAB7

#A0BAB7
(160,186,183)
#92AAA7
(146,170,167)
#849A97
(132,154,151)
#768A87
(118,138,135)
#687A77
(104,122,119)
#5A6A67
(90,106,103)
#4C5A57
(76,90,87)
#3E4A47
(62,74,71)
#303A37
(48,58,55)
#222A27
(34,42,39)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #A0BAB7

#A0BAB7
(160,186,183)
#A8C0BD
(168,192,189)
#B0C6C3
(176,198,195)
#B8CCC9
(184,204,201)
#C0D2CF
(192,210,207)
#C8D8D5
(200,216,213)
#D0DEDB
(208,222,219)
#D8E4E1
(216,228,225)
#E0EAE7
(224,234,231)
#E8F0ED
(232,240,237)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BAB7; }

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

This text font color is #A0BAB7.


Background Color

.myBgColor { background-color: #A0BAB7; }

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

This div background color is #A0BAB7.


Border color

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

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

This div border color is #A0BAB7.


Opacity

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

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

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

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

This text has shadow with #A0BAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BAB7 on black background.


Color preview on white background

This text has color #A0BAB7 on white background.



Black color preview on #A0BAB7 background

This text has black color on #A0BAB7 background.


White color preview on #A0BAB7 background

This text has white color on #A0BAB7 background.