COLOR #A1B6B6

HEX: #A1B6B6
RGB: (161,182,182)

Color info

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

RGB color model

#A1B6B6 color RGB value is (161,182,182).

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

RGB channels and saturation

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

161
182
182

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

Portions of RGB colors in percentages

R + G + B =
161 + 182 + 182 = 525 (100%)
R 161 of 525 ~ 30.67%
G 182 of 525 ~ 34.67%
B 182 of 525 ~ 34.67%

%30.67
%34.67
%34.67

CMYK color model

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

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

CMYK percentages

%11.54
%0
%0
%28.63

Codes

Color #A1B6B6 in popluar color models

A1B6B6
RGB161182182
HSL180°12.57%67.25%
HSB/HSV180°11.54%71.37%
CMYK11.54%0.00%0.00%
28.63%

Color #A1B6B6 in popluar number systems.

HEXA1B6B6
Decimal161182182
Binary101000011011011010110110
Octal241266266

Shades and tints

Shades of #A1B6B6

#A1B6B6
(161,182,182)
#93A6A6
(147,166,166)
#859696
(133,150,150)
#778686
(119,134,134)
#697676
(105,118,118)
#5B6666
(91,102,102)
#4D5656
(77,86,86)
#3F4646
(63,70,70)
#313636
(49,54,54)
#232626
(35,38,38)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #A1B6B6

#A1B6B6
(161,182,182)
#A9BCBC
(169,188,188)
#B1C2C2
(177,194,194)
#B9C8C8
(185,200,200)
#C1CECE
(193,206,206)
#C9D4D4
(201,212,212)
#D1DADA
(209,218,218)
#D9E0E0
(217,224,224)
#E1E6E6
(225,230,230)
#E9ECEC
(233,236,236)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B6B6; }

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

This text font color is #A1B6B6.


Background Color

.myBgColor { background-color: #A1B6B6; }

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

This div background color is #A1B6B6.


Border color

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

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

This div border color is #A1B6B6.


Opacity

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

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

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

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

This text has shadow with #A1B6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B6B6 on black background.


Color preview on white background

This text has color #A1B6B6 on white background.



Black color preview on #A1B6B6 background

This text has black color on #A1B6B6 background.


White color preview on #A1B6B6 background

This text has white color on #A1B6B6 background.