COLOR #A1B8B5

HEX: #A1B8B5
RGB: (161,184,181)

Color info

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

RGB color model

#A1B8B5 color RGB value is (161,184,181).

  • red value is 161;
  • green value is 184;
  • blue value is 181.
RGB:
(161,184,181)
(63%,72%,71%)

RGB channels and saturation

R 161 of 255 = 63%
G 184 of 255 = 72%
B 181 of 255 = 71%

161
184
181

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

Portions of RGB colors in percentages

R + G + B =
161 + 184 + 181 = 526 (100%)
R 161 of 526 ~ 30.61%
G 184 of 526 ~ 34.98%
B 181 of 526 ~ 34.41%

%30.61
%34.98
%34.41

CMYK color model

#A1B8B5 color CMYK value is (13,0,2,28).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 27.84%
CMYK:
(13,0,2,28)
C13M0Y2K28 
(13%,0%,2%,28%)
(0.13/0.00/0.02/0.28)	

CMYK percentages

%12.5
%0
%1.63
%27.84

Codes

Color #A1B8B5 in popluar color models

A1B8B5
RGB161184181
HSL172°13.94%67.65%
HSB/HSV172°12.50%72.16%
CMYK12.50%0.00%1.63%
27.84%

Color #A1B8B5 in popluar number systems.

HEXA1B8B5
Decimal161184181
Binary101000011011100010110101
Octal241270265

Shades and tints

Shades of #A1B8B5

#A1B8B5
(161,184,181)
#93A8A5
(147,168,165)
#859895
(133,152,149)
#778885
(119,136,133)
#697875
(105,120,117)
#5B6865
(91,104,101)
#4D5855
(77,88,85)
#3F4845
(63,72,69)
#313835
(49,56,53)
#232825
(35,40,37)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #A1B8B5

#A1B8B5
(161,184,181)
#A9BEBB
(169,190,187)
#B1C4C1
(177,196,193)
#B9CAC7
(185,202,199)
#C1D0CD
(193,208,205)
#C9D6D3
(201,214,211)
#D1DCD9
(209,220,217)
#D9E2DF
(217,226,223)
#E1E8E5
(225,232,229)
#E9EEEB
(233,238,235)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B8B5; }

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

This text font color is #A1B8B5.


Background Color

.myBgColor { background-color: #A1B8B5; }

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

This div background color is #A1B8B5.


Border color

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

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

This div border color is #A1B8B5.


Opacity

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

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

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

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

This text has shadow with #A1B8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B8B5 on black background.


Color preview on white background

This text has color #A1B8B5 on white background.



Black color preview on #A1B8B5 background

This text has black color on #A1B8B5 background.


White color preview on #A1B8B5 background

This text has white color on #A1B8B5 background.