COLOR #A0B6B0

HEX: #A0B6B0
RGB: (160,182,176)

Color info

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

RGB color model

#A0B6B0 color RGB value is (160,182,176).

  • red value is 160;
  • green value is 182;
  • blue value is 176.
RGB:
(160,182,176)
(63%,71%,69%)

RGB channels and saturation

R 160 of 255 = 63%
G 182 of 255 = 71%
B 176 of 255 = 69%

160
182
176

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

Portions of RGB colors in percentages

R + G + B =
160 + 182 + 176 = 518 (100%)
R 160 of 518 ~ 30.89%
G 182 of 518 ~ 35.14%
B 176 of 518 ~ 33.98%

%30.89
%35.14
%33.98

CMYK color model

#A0B6B0 color CMYK value is (12,0,3,29).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 28.63%
CMYK:
(12,0,3,29)
C12M0Y3K29 
(12%,0%,3%,29%)
(0.12/0.00/0.03/0.29)	

CMYK percentages

%12.09
%0
%3.3
%28.63

Codes

Color #A0B6B0 in popluar color models

A0B6B0
RGB160182176
HSL164°13.10%67.06%
HSB/HSV164°12.09%71.37%
CMYK12.09%0.00%3.30%
28.63%

Color #A0B6B0 in popluar number systems.

HEXA0B6B0
Decimal160182176
Binary101000001011011010110000
Octal240266260

Shades and tints

Shades of #A0B6B0

#A0B6B0
(160,182,176)
#92A6A0
(146,166,160)
#849690
(132,150,144)
#768680
(118,134,128)
#687670
(104,118,112)
#5A6660
(90,102,96)
#4C5650
(76,86,80)
#3E4640
(62,70,64)
#303630
(48,54,48)
#222620
(34,38,32)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #A0B6B0

#A0B6B0
(160,182,176)
#A8BCB7
(168,188,183)
#B0C2BE
(176,194,190)
#B8C8C5
(184,200,197)
#C0CECC
(192,206,204)
#C8D4D3
(200,212,211)
#D0DADA
(208,218,218)
#D8E0E1
(216,224,225)
#E0E6E8
(224,230,232)
#E8ECEF
(232,236,239)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B6B0 color. Also use rgb(160,182,176) instead hex code.

Text Font Color

.myTextColor { color: #A0B6B0; }

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

This text font color is #A0B6B0.


Background Color

.myBgColor { background-color: #A0B6B0; }

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

This div background color is #A0B6B0.


Border color

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

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

This div border color is #A0B6B0.


Opacity

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

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

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

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

This text has shadow with #A0B6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B6B0 on black background.


Color preview on white background

This text has color #A0B6B0 on white background.



Black color preview on #A0B6B0 background

This text has black color on #A0B6B0 background.


White color preview on #A0B6B0 background

This text has white color on #A0B6B0 background.