COLOR #A1B2B6

HEX: #A1B2B6
RGB: (161,178,182)

Color info

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

RGB color model

#A1B2B6 color RGB value is (161,178,182).

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

RGB channels and saturation

R 161 of 255 = 63%
G 178 of 255 = 70%
B 182 of 255 = 71%

161
178
182

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

Portions of RGB colors in percentages

R + G + B =
161 + 178 + 182 = 521 (100%)
R 161 of 521 ~ 30.9%
G 178 of 521 ~ 34.17%
B 182 of 521 ~ 34.93%

%30.9
%34.17
%34.93

CMYK color model

#A1B2B6 color CMYK value is (12,2,0,29).

  • cyan value is 11.54%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(12,2,0,29)
C12M2Y0K29 
(12%,2%,0%,29%)
(0.12/0.02/0.00/0.29)	

CMYK percentages

%11.54
%2.2
%0
%28.63

Codes

Color #A1B2B6 in popluar color models

A1B2B6
RGB161178182
HSL191°12.57%67.25%
HSB/HSV191°11.54%71.37%
CMYK11.54%2.20%0.00%
28.63%

Color #A1B2B6 in popluar number systems.

HEXA1B2B6
Decimal161178182
Binary101000011011001010110110
Octal241262266

Shades and tints

Shades of #A1B2B6

#A1B2B6
(161,178,182)
#93A2A6
(147,162,166)
#859296
(133,146,150)
#778286
(119,130,134)
#697276
(105,114,118)
#5B6266
(91,98,102)
#4D5256
(77,82,86)
#3F4246
(63,66,70)
#313236
(49,50,54)
#232226
(35,34,38)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #A1B2B6

#A1B2B6
(161,178,182)
#A9B9BC
(169,185,188)
#B1C0C2
(177,192,194)
#B9C7C8
(185,199,200)
#C1CECE
(193,206,206)
#C9D5D4
(201,213,212)
#D1DCDA
(209,220,218)
#D9E3E0
(217,227,224)
#E1EAE6
(225,234,230)
#E9F1EC
(233,241,236)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B2B6; }

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

This text font color is #A1B2B6.


Background Color

.myBgColor { background-color: #A1B2B6; }

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

This div background color is #A1B2B6.


Border color

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

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

This div border color is #A1B2B6.


Opacity

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

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

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

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

This text has shadow with #A1B2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B2B6 on black background.


Color preview on white background

This text has color #A1B2B6 on white background.



Black color preview on #A1B2B6 background

This text has black color on #A1B2B6 background.


White color preview on #A1B2B6 background

This text has white color on #A1B2B6 background.