COLOR #A0BBAC

HEX: #A0BBAC
RGB: (160,187,172)

Color info

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

RGB color model

#A0BBAC color RGB value is (160,187,172).

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

RGB channels and saturation

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

160
187
172

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

Portions of RGB colors in percentages

R + G + B =
160 + 187 + 172 = 519 (100%)
R 160 of 519 ~ 30.83%
G 187 of 519 ~ 36.03%
B 172 of 519 ~ 33.14%

%30.83
%36.03
%33.14

CMYK color model

#A0BBAC color CMYK value is (14,0,8,27).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 26.67%
CMYK:
(14,0,8,27)
C14M0Y8K27 
(14%,0%,8%,27%)
(0.14/0.00/0.08/0.27)	

CMYK percentages

%14.44
%0
%8.02
%26.67

Codes

Color #A0BBAC in popluar color models

A0BBAC
RGB160187172
HSL147°16.56%68.04%
HSB/HSV147°14.44%73.33%
CMYK14.44%0.00%8.02%
26.67%

Color #A0BBAC in popluar number systems.

HEXA0BBAC
Decimal160187172
Binary101000001011101110101100
Octal240273254

Shades and tints

Shades of #A0BBAC

#A0BBAC
(160,187,172)
#92AA9D
(146,170,157)
#84998E
(132,153,142)
#76887F
(118,136,127)
#687770
(104,119,112)
#5A6661
(90,102,97)
#4C5552
(76,85,82)
#3E4443
(62,68,67)
#303334
(48,51,52)
#222225
(34,34,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A0BBAC

#A0BBAC
(160,187,172)
#A8C1B3
(168,193,179)
#B0C7BA
(176,199,186)
#B8CDC1
(184,205,193)
#C0D3C8
(192,211,200)
#C8D9CF
(200,217,207)
#D0DFD6
(208,223,214)
#D8E5DD
(216,229,221)
#E0EBE4
(224,235,228)
#E8F1EB
(232,241,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BBAC; }

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

This text font color is #A0BBAC.


Background Color

.myBgColor { background-color: #A0BBAC; }

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

This div background color is #A0BBAC.


Border color

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

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

This div border color is #A0BBAC.


Opacity

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

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

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

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

This text has shadow with #A0BBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BBAC on black background.


Color preview on white background

This text has color #A0BBAC on white background.



Black color preview on #A0BBAC background

This text has black color on #A0BBAC background.


White color preview on #A0BBAC background

This text has white color on #A0BBAC background.