COLOR #A1B2B8

HEX: #A1B2B8 RGB: (161,178,184)

Color info

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

RGB color model

#A1B2B8 color RGB value is (161,178,184).

RGB: (161,178,184) (63%, 70%, 72%)

RGB channels and saturation

R 161 of 255 = 63%
G 178 of 255 = 70%
B 184 of 255 = 72%

161
178
184

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

Portions of RGB colors in percentages

R + G + B = 161 + 178 + 184 = 523 (100%)
R 161 of 523 ~ 30.78%
G 178 of 523 ~ 34.03%
B 184 of 523 ~ 35.18'%

%30.78
%34.03
%35.18

CMYK color model

#A1B2B8 color CMYK value is (13,3,0,28).

  • cyan value is 12.50%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (13,3,0,28)
C13M3Y0K28 (13%, 3%, 0%, 28%)
(0.13 / 0.03 / 0.00 / 0.28)

CMYK percentages

%12.5
%3.26
%0
%27.84

Codes

Color #A1B2B8 in popluar color models

A1 B2 B8
RGB 161 178 184
HSL 196° 13.94% 67.65%
HSB/HSV 196° 12.50% 72.16%
CMYK 12.50% 3.26% 0.00%
27.84%

Color #A1B2B8 in popluar number systems.

HEX A1 B2 B8
Decimal 161 178 184
Binary 10100001 10110010 10111000
Octal 241 262 270

Shades and tints

Shades of #A1B2B8

#A1B2B8
(161,178,184)
#93A2A8
(147,162,168)
#859298
(133,146,152)
#778288
(119,130,136)
#697278
(105,114,120)
#5B6268
(91,98,104)
#4D5258
(77,82,88)
#3F4248
(63,66,72)
#313238
(49,50,56)
#232228
(35,34,40)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #A1B2B8

#A1B2B8
(161,178,184)
#A9B9BE
(169,185,190)
#B1C0C4
(177,192,196)
#B9C7CA
(185,199,202)
#C1CED0
(193,206,208)
#C9D5D6
(201,213,214)
#D1DCDC
(209,220,220)
#D9E3E2
(217,227,226)
#E1EAE8
(225,234,232)
#E9F1EE
(233,241,238)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B2B8; }

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

This text font color is #A1B2B8.

Background Color

.myBgColor { background-color: #A1B2B8; }

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

This div background color is #A1B2B8.

Border color

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

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

This div border color is #A1B2B8.

Opacity

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

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

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

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

This text has shadow with #A1B2B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1B2B8.

Preview

Color preview on black background

This text has color #A1B2B8 on black background.


Color preview on white background

This text has color #A1B2B8 on white background.


Black color preview on #A1B2B8 background

This text has black color on #A1B2B8 background.


White color preview on #A1B2B8 background

This text has white color on #A1B2B8 background.


Related colors

Complementary color

Complementary color for #hex is #5E4D47.


I love getcolorcode.com

Triadic colors

1 #B8A1B2 and #B2B8A1 with #A1B2B8 are triadic colors.

2 #B8B2A1 and #B2A1B8 with #A1B2B8 are triadic colors.