COLOR #A1B2BA

HEX: #A1B2BA
RGB: (161,178,186)

Color info

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

RGB color model

#A1B2BA color RGB value is (161,178,186).

  • red value is 161;
  • green value is 178;
  • blue value is 186.
RGB:
(161,178,186)
(63%,70%,73%)

RGB channels and saturation

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

161
178
186

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

Portions of RGB colors in percentages

R + G + B =
161 + 178 + 186 = 525 (100%)
R 161 of 525 ~ 30.67%
G 178 of 525 ~ 33.9%
B 186 of 525 ~ 35.43%

%30.67
%33.9
%35.43

CMYK color model

#A1B2BA color CMYK value is (13,4,0,27).

  • cyan value is 13.44%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(13,4,0,27)
C13M4Y0K27 
(13%,4%,0%,27%)
(0.13/0.04/0.00/0.27)	

CMYK percentages

%13.44
%4.3
%0
%27.06

Codes

Color #A1B2BA in popluar color models

A1B2BA
RGB161178186
HSL199°15.34%68.04%
HSB/HSV199°13.44%72.94%
CMYK13.44%4.30%0.00%
27.06%

Color #A1B2BA in popluar number systems.

HEXA1B2BA
Decimal161178186
Binary101000011011001010111010
Octal241262272

Shades and tints

Shades of #A1B2BA

#A1B2BA
(161,178,186)
#93A2AA
(147,162,170)
#85929A
(133,146,154)
#77828A
(119,130,138)
#69727A
(105,114,122)
#5B626A
(91,98,106)
#4D525A
(77,82,90)
#3F424A
(63,66,74)
#31323A
(49,50,58)
#23222A
(35,34,42)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #A1B2BA

#A1B2BA
(161,178,186)
#A9B9C0
(169,185,192)
#B1C0C6
(177,192,198)
#B9C7CC
(185,199,204)
#C1CED2
(193,206,210)
#C9D5D8
(201,213,216)
#D1DCDE
(209,220,222)
#D9E3E4
(217,227,228)
#E1EAEA
(225,234,234)
#E9F1F0
(233,241,240)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B2BA; }

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

This text font color is #A1B2BA.


Background Color

.myBgColor { background-color: #A1B2BA; }

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

This div background color is #A1B2BA.


Border color

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

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

This div border color is #A1B2BA.


Opacity

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

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

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

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

This text has shadow with #A1B2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B2BA on black background.


Color preview on white background

This text has color #A1B2BA on white background.



Black color preview on #A1B2BA background

This text has black color on #A1B2BA background.


White color preview on #A1B2BA background

This text has white color on #A1B2BA background.