COLOR #A1B5BB

HEX: #A1B5BB RGB: (161,181,187)

Color info

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

RGB color model

#A1B5BB color RGB value is (161,181,187).

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

RGB channels and saturation

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

161
181
187

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

Portions of RGB colors in percentages

R + G + B = 161 + 181 + 187 = 529 (100%)
R 161 of 529 ~ 30.43%
G 181 of 529 ~ 34.22%
B 187 of 529 ~ 35.35'%

%30.43
%34.22
%35.35

CMYK color model

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

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

Codes

Color #A1B5BB in popluar color models

A1 B5 BB
RGB 161 181 187
HSL 194° 16.05% 68.24%
HSB/HSV 194° 13.90% 73.33%
CMYK 13.90% 3.21% 0.00%
26.67%

Color #A1B5BB in popluar number systems.

HEX A1 B5 BB
Decimal 161 181 187
Binary 10100001 10110101 10111011
Octal 241 265 273

Shades and tints

Shades of #A1B5BB

#A1B5BB
(161,181,187)
#93A5AA
(147,165,170)
#859599
(133,149,153)
#778588
(119,133,136)
#697577
(105,117,119)
#5B6566
(91,101,102)
#4D5555
(77,85,85)
#3F4544
(63,69,68)
#313533
(49,53,51)
#232522
(35,37,34)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #A1B5BB

#A1B5BB
(161,181,187)
#A9BBC1
(169,187,193)
#B1C1C7
(177,193,199)
#B9C7CD
(185,199,205)
#C1CDD3
(193,205,211)
#C9D3D9
(201,211,217)
#D1D9DF
(209,217,223)
#D9DFE5
(217,223,229)
#E1E5EB
(225,229,235)
#E9EBF1
(233,235,241)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B5BB; }

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

This text font color is #A1B5BB.

Background Color

.myBgColor { background-color: #A1B5BB; }

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

This div background color is #A1B5BB.

Border color

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

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

This div border color is #A1B5BB.

Opacity

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

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

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

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

This text has shadow with #A1B5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B5BB.

Preview

Color preview on black background

This text has color #A1B5BB on black background.


Color preview on white background

This text has color #A1B5BB on white background.


Black color preview on #A1B5BB background

This text has black color on #A1B5BB background.


White color preview on #A1B5BB background

This text has white color on #A1B5BB background.


Related colors

Complementary color

Complementary color for #hex is #5E4A44.


I love getcolorcode.com

Triadic colors

1 #BBA1B5 and #B5BBA1 with #A1B5BB are triadic colors.

2 #BBB5A1 and #B5A1BB with #A1B5BB are triadic colors.