COLOR #A1B2BB

HEX: #A1B2BB RGB: (161,178,187)

Color info

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

RGB color model

#A1B2BB color RGB value is (161,178,187).

RGB: (161,178,187) (63%, 70%, 73%)

RGB channels and saturation

R 161 of 255 = 63%
G 178 of 255 = 70%
B 187 of 255 = 73%

161
178
187

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

Portions of RGB colors in percentages

R + G + B = 161 + 178 + 187 = 526 (100%)
R 161 of 526 ~ 30.61%
G 178 of 526 ~ 33.84%
B 187 of 526 ~ 35.55'%

%30.61
%33.84
%35.55

CMYK color model

#A1B2BB color CMYK value is (14,5,0,27).

  • cyan value is 13.90%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (14,5,0,27) C14M5Y0K27 (14%,5%,0%,27%) (0.14/0.05/0.00/0.27) 

CMYK percentages

%13.9
%4.81
%0
%26.67

Codes

Color #A1B2BB in popluar color models

A1 B2 BB
RGB 161 178 187
HSL 201° 16.05% 68.24%
HSB/HSV 201° 13.90% 73.33%
CMYK 13.90% 4.81% 0.00%
26.67%

Color #A1B2BB in popluar number systems.

HEX A1 B2 BB
Decimal 161 178 187
Binary 10100001 10110010 10111011
Octal 241 262 273

Shades and tints

Shades of #A1B2BB

#A1B2BB
(161,178,187)
#93A2AA
(147,162,170)
#859299
(133,146,153)
#778288
(119,130,136)
#697277
(105,114,119)
#5B6266
(91,98,102)
#4D5255
(77,82,85)
#3F4244
(63,66,68)
#313233
(49,50,51)
#232222
(35,34,34)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A1B2BB

#A1B2BB
(161,178,187)
#A9B9C1
(169,185,193)
#B1C0C7
(177,192,199)
#B9C7CD
(185,199,205)
#C1CED3
(193,206,211)
#C9D5D9
(201,213,217)
#D1DCDF
(209,220,223)
#D9E3E5
(217,227,229)
#E1EAEB
(225,234,235)
#E9F1F1
(233,241,241)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B2BB; }

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

This text font color is #A1B2BB.

Background Color

.myBgColor { background-color: #A1B2BB; }

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

This div background color is #A1B2BB.

Border color

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

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

This div border color is #A1B2BB.

Opacity

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

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

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

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

This text has shadow with #A1B2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B2BB.

Preview

Color preview on black background

This text has color #A1B2BB on black background.


Color preview on white background

This text has color #A1B2BB on white background.


Black color preview on #A1B2BB background

This text has black color on #A1B2BB background.


White color preview on #A1B2BB background

This text has white color on #A1B2BB background.


Related colors

Complementary color

Complementary color for #hex is #5E4D44.


I love getcolorcode.com

Triadic colors

1 #BBA1B2 and #B2BBA1 with #A1B2BB are triadic colors.

2 #BBB2A1 and #B2A1BB with #A1B2BB are triadic colors.