COLOR #A0BBAB

HEX: #A0BBAB
RGB: (160,187,171)

Color info

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

RGB color model

#A0BBAB color RGB value is (160,187,171).

  • red value is 160;
  • green value is 187;
  • blue value is 171.
RGB:
(160,187,171)
(63%,73%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 171 of 255 = 67%

160
187
171

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

Portions of RGB colors in percentages

R + G + B =
160 + 187 + 171 = 518 (100%)
R 160 of 518 ~ 30.89%
G 187 of 518 ~ 36.1%
B 171 of 518 ~ 33.01%

%30.89
%36.1
%33.01

CMYK color model

#A0BBAB color CMYK value is (14,0,9,27).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 26.67%
CMYK:
(14,0,9,27)
C14M0Y9K27 
(14%,0%,9%,27%)
(0.14/0.00/0.09/0.27)	

CMYK percentages

%14.44
%0
%8.56
%26.67

Codes

Color #A0BBAB in popluar color models

A0BBAB
RGB160187171
HSL144°16.56%68.04%
HSB/HSV144°14.44%73.33%
CMYK14.44%0.00%8.56%
26.67%

Color #A0BBAB in popluar number systems.

HEXA0BBAB
Decimal160187171
Binary101000001011101110101011
Octal240273253

Shades and tints

Shades of #A0BBAB

#A0BBAB
(160,187,171)
#92AA9C
(146,170,156)
#84998D
(132,153,141)
#76887E
(118,136,126)
#68776F
(104,119,111)
#5A6660
(90,102,96)
#4C5551
(76,85,81)
#3E4442
(62,68,66)
#303333
(48,51,51)
#222224
(34,34,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #A0BBAB

#A0BBAB
(160,187,171)
#A8C1B2
(168,193,178)
#B0C7B9
(176,199,185)
#B8CDC0
(184,205,192)
#C0D3C7
(192,211,199)
#C8D9CE
(200,217,206)
#D0DFD5
(208,223,213)
#D8E5DC
(216,229,220)
#E0EBE3
(224,235,227)
#E8F1EA
(232,241,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BBAB color. Also use rgb(160,187,171) instead hex code.

Text Font Color

.myTextColor { color: #A0BBAB; }

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

This text font color is #A0BBAB.


Background Color

.myBgColor { background-color: #A0BBAB; }

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

This div background color is #A0BBAB.


Border color

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

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

This div border color is #A0BBAB.


Opacity

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

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

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

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

This text has shadow with #A0BBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BBAB on black background.


Color preview on white background

This text has color #A0BBAB on white background.



Black color preview on #A0BBAB background

This text has black color on #A0BBAB background.


White color preview on #A0BBAB background

This text has white color on #A0BBAB background.