COLOR #A0BAB4

HEX: #A0BAB4
RGB: (160,186,180)

Color info

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

RGB color model

#A0BAB4 color RGB value is (160,186,180).

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

RGB channels and saturation

R 160 of 255 = 63%
G 186 of 255 = 73%
B 180 of 255 = 71%

160
186
180

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

Portions of RGB colors in percentages

R + G + B =
160 + 186 + 180 = 526 (100%)
R 160 of 526 ~ 30.42%
G 186 of 526 ~ 35.36%
B 180 of 526 ~ 34.22%

%30.42
%35.36
%34.22

CMYK color model

#A0BAB4 color CMYK value is (14,0,3,27).

  • cyan value is 13.98%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(14,0,3,27)
C14M0Y3K27 
(14%,0%,3%,27%)
(0.14/0.00/0.03/0.27)	

CMYK percentages

%13.98
%0
%3.23
%27.06

Codes

Color #A0BAB4 in popluar color models

A0BAB4
RGB160186180
HSL166°15.85%67.84%
HSB/HSV166°13.98%72.94%
CMYK13.98%0.00%3.23%
27.06%

Color #A0BAB4 in popluar number systems.

HEXA0BAB4
Decimal160186180
Binary101000001011101010110100
Octal240272264

Shades and tints

Shades of #A0BAB4

#A0BAB4
(160,186,180)
#92AAA4
(146,170,164)
#849A94
(132,154,148)
#768A84
(118,138,132)
#687A74
(104,122,116)
#5A6A64
(90,106,100)
#4C5A54
(76,90,84)
#3E4A44
(62,74,68)
#303A34
(48,58,52)
#222A24
(34,42,36)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #A0BAB4

#A0BAB4
(160,186,180)
#A8C0BA
(168,192,186)
#B0C6C0
(176,198,192)
#B8CCC6
(184,204,198)
#C0D2CC
(192,210,204)
#C8D8D2
(200,216,210)
#D0DED8
(208,222,216)
#D8E4DE
(216,228,222)
#E0EAE4
(224,234,228)
#E8F0EA
(232,240,234)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BAB4; }

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

This text font color is #A0BAB4.


Background Color

.myBgColor { background-color: #A0BAB4; }

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

This div background color is #A0BAB4.


Border color

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

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

This div border color is #A0BAB4.


Opacity

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

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

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

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

This text has shadow with #A0BAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BAB4 on black background.


Color preview on white background

This text has color #A0BAB4 on white background.



Black color preview on #A0BAB4 background

This text has black color on #A0BAB4 background.


White color preview on #A0BAB4 background

This text has white color on #A0BAB4 background.