COLOR #A0BAA1

HEX: #A0BAA1
RGB: (160,186,161)

Color info

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

RGB color model

#A0BAA1 color RGB value is (160,186,161).

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

RGB channels and saturation

R 160 of 255 = 63%
G 186 of 255 = 73%
B 161 of 255 = 63%

160
186
161

R + G + B ~ 66%. #A0BAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 186 + 161 = 507 (100%)
R 160 of 507 ~ 31.56%
G 186 of 507 ~ 36.69%
B 161 of 507 ~ 31.76%

%31.56
%36.69
%31.76

CMYK color model

#A0BAA1 color CMYK value is (14,0,13,27).

  • cyan value is 13.98%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 27.06%
CMYK:
(14,0,13,27)
C14M0Y13K27 
(14%,0%,13%,27%)
(0.14/0.00/0.13/0.27)	

CMYK percentages

%13.98
%0
%13.44
%27.06

Codes

Color #A0BAA1 in popluar color models

A0BAA1
RGB160186161
HSL122°15.85%67.84%
HSB/HSV122°13.98%72.94%
CMYK13.98%0.00%13.44%
27.06%

Color #A0BAA1 in popluar number systems.

HEXA0BAA1
Decimal160186161
Binary101000001011101010100001
Octal240272241

Shades and tints

Shades of #A0BAA1

#A0BAA1
(160,186,161)
#92AA93
(146,170,147)
#849A85
(132,154,133)
#768A77
(118,138,119)
#687A69
(104,122,105)
#5A6A5B
(90,106,91)
#4C5A4D
(76,90,77)
#3E4A3F
(62,74,63)
#303A31
(48,58,49)
#222A23
(34,42,35)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #A0BAA1

#A0BAA1
(160,186,161)
#A8C0A9
(168,192,169)
#B0C6B1
(176,198,177)
#B8CCB9
(184,204,185)
#C0D2C1
(192,210,193)
#C8D8C9
(200,216,201)
#D0DED1
(208,222,209)
#D8E4D9
(216,228,217)
#E0EAE1
(224,234,225)
#E8F0E9
(232,240,233)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BAA1; }

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

This text font color is #A0BAA1.


Background Color

.myBgColor { background-color: #A0BAA1; }

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

This div background color is #A0BAA1.


Border color

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

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

This div border color is #A0BAA1.


Opacity

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

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

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

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

This text has shadow with #A0BAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BAA1 on black background.


Color preview on white background

This text has color #A0BAA1 on white background.



Black color preview on #A0BAA1 background

This text has black color on #A0BAA1 background.


White color preview on #A0BAA1 background

This text has white color on #A0BAA1 background.