COLOR #A1B6BB

HEX: #A1B6BB RGB: (161,182,187)

Color info

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

RGB color model

#A1B6BB color RGB value is (161,182,187).

RGB: (161,182,187) (63%, 71%, 73%)

RGB channels and saturation

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

161
182
187

R + G + B ~ 69%. #A1B6BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 182 + 187 = 530 (100%)
R 161 of 530 ~ 30.38%
G 182 of 530 ~ 34.34%
B 187 of 530 ~ 35.28'%

%30.38
%34.34
%35.28

CMYK color model

#A1B6BB color CMYK value is (14,3,0,27).

  • cyan value is 13.90%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (14,3,0,27)
C14M3Y0K27 (14%, 3%, 0%, 27%)
(0.14 / 0.03 / 0.00 / 0.27)

CMYK percentages

%13.9
%2.67
%0
%26.67

Codes

Color #A1B6BB in popluar color models

A1 B6 BB
RGB 161 182 187
HSL 192° 16.05% 68.24%
HSB/HSV 192° 13.90% 73.33%
CMYK 13.90% 2.67% 0.00%
26.67%

Color #A1B6BB in popluar number systems.

HEX A1 B6 BB
Decimal 161 182 187
Binary 10100001 10110110 10111011
Octal 241 266 273

Shades and tints

Shades of #A1B6BB

#A1B6BB
(161,182,187)
#93A6AA
(147,166,170)
#859699
(133,150,153)
#778688
(119,134,136)
#697677
(105,118,119)
#5B6666
(91,102,102)
#4D5655
(77,86,85)
#3F4644
(63,70,68)
#313633
(49,54,51)
#232622
(35,38,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A1B6BB

#A1B6BB
(161,182,187)
#A9BCC1
(169,188,193)
#B1C2C7
(177,194,199)
#B9C8CD
(185,200,205)
#C1CED3
(193,206,211)
#C9D4D9
(201,212,217)
#D1DADF
(209,218,223)
#D9E0E5
(217,224,229)
#E1E6EB
(225,230,235)
#E9ECF1
(233,236,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B6BB; }

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

This text font color is #A1B6BB.

Background Color

.myBgColor { background-color: #A1B6BB; }

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

This div background color is #A1B6BB.

Border color

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

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

This div border color is #A1B6BB.

Opacity

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

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

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

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

This text has shadow with #A1B6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B6BB.

Preview

Color preview on black background

This text has color #A1B6BB on black background.


Color preview on white background

This text has color #A1B6BB on white background.


Black color preview on #A1B6BB background

This text has black color on #A1B6BB background.


White color preview on #A1B6BB background

This text has white color on #A1B6BB background.


Related colors

Complementary color

Complementary color for #hex is #5E4944.


I love getcolorcode.com

Triadic colors

1 #BBA1B6 and #B6BBA1 with #A1B6BB are triadic colors.

2 #BBB6A1 and #B6A1BB with #A1B6BB are triadic colors.