COLOR #A0B0B6

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

Color info

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

RGB color model

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

RGB: (160,176,182) (63%, 69%, 71%)

RGB channels and saturation

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

160
176
182

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

Portions of RGB colors in percentages

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

%30.89
%33.98
%35.14

CMYK color model

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

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

CMYK percentages

%12.09
%3.3
%0
%28.63

Codes

Color #A0B0B6 in popluar color models

A0 B0 B6
RGB 160 176 182
HSL 196° 13.10% 67.06%
HSB/HSV 196° 12.09% 71.37%
CMYK 12.09% 3.30% 0.00%
28.63%

Color #A0B0B6 in popluar number systems.

HEX A0 B0 B6
Decimal 160 176 182
Binary 10100000 10110000 10110110
Octal 240 260 266

Shades and tints

Shades of #A0B0B6

#A0B0B6
(160,176,182)
#92A0A6
(146,160,166)
#849096
(132,144,150)
#768086
(118,128,134)
#687076
(104,112,118)
#5A6066
(90,96,102)
#4C5056
(76,80,86)
#3E4046
(62,64,70)
#303036
(48,48,54)
#222026
(34,32,38)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #A0B0B6

#A0B0B6
(160,176,182)
#A8B7BC
(168,183,188)
#B0BEC2
(176,190,194)
#B8C5C8
(184,197,200)
#C0CCCE
(192,204,206)
#C8D3D4
(200,211,212)
#D0DADA
(208,218,218)
#D8E1E0
(216,225,224)
#E0E8E6
(224,232,230)
#E8EFEC
(232,239,236)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B0B6; }

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

This text font color is #A0B0B6.

Background Color

.myBgColor { background-color: #A0B0B6; }

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

This div background color is #A0B0B6.

Border color

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

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

This div border color is #A0B0B6.

Opacity

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

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

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

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

This text has shadow with #A0B0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B0B6.

Preview

Color preview on black background

This text has color #A0B0B6 on black background.


Color preview on white background

This text has color #A0B0B6 on white background.


Black color preview on #A0B0B6 background

This text has black color on #A0B0B6 background.


White color preview on #A0B0B6 background

This text has white color on #A0B0B6 background.


Related colors

Complementary color

Complementary color for #hex is #5F4F49.


I love getcolorcode.com

Triadic colors

1 #B6A0B0 and #B0B6A0 with #A0B0B6 are triadic colors.

2 #B6B0A0 and #B0A0B6 with #A0B0B6 are triadic colors.