COLOR #A1B1BB

HEX: #A1B1BB
RGB: (161,177,187)

Color info

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

RGB color model

#A1B1BB color RGB value is (161,177,187).

  • red value is 161;
  • green value is 177;
  • blue value is 187.
RGB:
(161,177,187)
(63%,69%,73%)

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 187 of 255 = 73%

161
177
187

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

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 187 = 525 (100%)
R 161 of 525 ~ 30.67%
G 177 of 525 ~ 33.71%
B 187 of 525 ~ 35.62%

%30.67
%33.71
%35.62

CMYK color model

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

  • cyan value is 13.90%
  • magenta value is 5.35%
  • 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
%5.35
%0
%26.67

Codes

Color #A1B1BB in popluar color models

A1B1BB
RGB161177187
HSL203°16.05%68.24%
HSB/HSV203°13.90%73.33%
CMYK13.90%5.35%0.00%
26.67%

Color #A1B1BB in popluar number systems.

HEXA1B1BB
Decimal161177187
Binary101000011011000110111011
Octal241261273

Shades and tints

Shades of #A1B1BB

#A1B1BB
(161,177,187)
#93A1AA
(147,161,170)
#859199
(133,145,153)
#778188
(119,129,136)
#697177
(105,113,119)
#5B6166
(91,97,102)
#4D5155
(77,81,85)
#3F4144
(63,65,68)
#313133
(49,49,51)
#232122
(35,33,34)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #A1B1BB

#A1B1BB
(161,177,187)
#A9B8C1
(169,184,193)
#B1BFC7
(177,191,199)
#B9C6CD
(185,198,205)
#C1CDD3
(193,205,211)
#C9D4D9
(201,212,217)
#D1DBDF
(209,219,223)
#D9E2E5
(217,226,229)
#E1E9EB
(225,233,235)
#E9F0F1
(233,240,241)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B1BB; }

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

This text font color is #A1B1BB.


Background Color

.myBgColor { background-color: #A1B1BB; }

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

This div background color is #A1B1BB.


Border color

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

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

This div border color is #A1B1BB.


Opacity

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

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

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

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

This text has shadow with #A1B1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B1BB on black background.


Color preview on white background

This text has color #A1B1BB on white background.



Black color preview on #A1B1BB background

This text has black color on #A1B1BB background.


White color preview on #A1B1BB background

This text has white color on #A1B1BB background.