COLOR #A1B0B6

HEX: #A1B0B6
RGB: (161,176,182)

Color info

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

RGB color model

#A1B0B6 color RGB value is (161,176,182).

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

RGB channels and saturation

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

161
176
182

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

Portions of RGB colors in percentages

R + G + B =
161 + 176 + 182 = 519 (100%)
R 161 of 519 ~ 31.02%
G 176 of 519 ~ 33.91%
B 182 of 519 ~ 35.07%

%31.02
%33.91
%35.07

CMYK color model

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

  • cyan value is 11.54%
  • 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

%11.54
%3.3
%0
%28.63

Codes

Color #A1B0B6 in popluar color models

A1B0B6
RGB161176182
HSL197°12.57%67.25%
HSB/HSV197°11.54%71.37%
CMYK11.54%3.30%0.00%
28.63%

Color #A1B0B6 in popluar number systems.

HEXA1B0B6
Decimal161176182
Binary101000011011000010110110
Octal241260266

Shades and tints

Shades of #A1B0B6

#A1B0B6
(161,176,182)
#93A0A6
(147,160,166)
#859096
(133,144,150)
#778086
(119,128,134)
#697076
(105,112,118)
#5B6066
(91,96,102)
#4D5056
(77,80,86)
#3F4046
(63,64,70)
#313036
(49,48,54)
#232026
(35,32,38)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #A1B0B6

#A1B0B6
(161,176,182)
#A9B7BC
(169,183,188)
#B1BEC2
(177,190,194)
#B9C5C8
(185,197,200)
#C1CCCE
(193,204,206)
#C9D3D4
(201,211,212)
#D1DADA
(209,218,218)
#D9E1E0
(217,225,224)
#E1E8E6
(225,232,230)
#E9EFEC
(233,239,236)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B0B6; }

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

This text font color is #A1B0B6.


Background Color

.myBgColor { background-color: #A1B0B6; }

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

This div background color is #A1B0B6.


Border color

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

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

This div border color is #A1B0B6.


Opacity

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

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

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

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

This text has shadow with #A1B0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B0B6 on black background.


Color preview on white background

This text has color #A1B0B6 on white background.



Black color preview on #A1B0B6 background

This text has black color on #A1B0B6 background.


White color preview on #A1B0B6 background

This text has white color on #A1B0B6 background.