COLOR #A1B088

HEX: #A1B088
RGB: (161,176,136)

Color info

#A1B088 contains red, green and blue colors in about the same proportion. Web safe color of #A1B088 is #999999 (or #999).

RGB color model

#A1B088 color RGB value is (161,176,136).

  • red value is 161;
  • green value is 176;
  • blue value is 136.
RGB:
(161,176,136)
(63%,69%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 176 of 255 = 69%
B 136 of 255 = 53%

161
176
136

R + G + B ~ 62%. #A1B088 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 176 + 136 = 473 (100%)
R 161 of 473 ~ 34.04%
G 176 of 473 ~ 37.21%
B 136 of 473 ~ 28.75%

%34.04
%37.21
%28.75

CMYK color model

#A1B088 color CMYK value is (9,0,23,31).

  • cyan value is 8.52%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(9,0,23,31)
C9M0Y23K31 
(9%,0%,23%,31%)
(0.09/0.00/0.23/0.31)	

CMYK percentages

%8.52
%0
%22.73
%30.98

Codes

Color #A1B088 in popluar color models

A1B088
RGB161176136
HSL83°20.20%61.18%
HSB/HSV83°22.73%69.02%
CMYK8.52%0.00%22.73%
30.98%

Color #A1B088 in popluar number systems.

HEXA1B088
Decimal161176136
Binary101000011011000010001000
Octal241260210

Shades and tints

Shades of #A1B088

#A1B088
(161,176,136)
#93A07C
(147,160,124)
#859070
(133,144,112)
#778064
(119,128,100)
#697058
(105,112,88)
#5B604C
(91,96,76)
#4D5040
(77,80,64)
#3F4034
(63,64,52)
#313028
(49,48,40)
#23201C
(35,32,28)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #A1B088

#A1B088
(161,176,136)
#A9B792
(169,183,146)
#B1BE9C
(177,190,156)
#B9C5A6
(185,197,166)
#C1CCB0
(193,204,176)
#C9D3BA
(201,211,186)
#D1DAC4
(209,218,196)
#D9E1CE
(217,225,206)
#E1E8D8
(225,232,216)
#E9EFE2
(233,239,226)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B088 color. Also use rgb(161,176,136) instead hex code.

Text Font Color

.myTextColor { color: #A1B088; }

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

This text font color is #A1B088.


Background Color

.myBgColor { background-color: #A1B088; }

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

This div background color is #A1B088.


Border color

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

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

This div border color is #A1B088.


Opacity

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

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

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

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

This text has shadow with #A1B088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B088 on black background.


Color preview on white background

This text has color #A1B088 on white background.



Black color preview on #A1B088 background

This text has black color on #A1B088 background.


White color preview on #A1B088 background

This text has white color on #A1B088 background.