COLOR #A1B387

HEX: #A1B387
RGB: (161,179,135)

Color info

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

RGB color model

#A1B387 color RGB value is (161,179,135).

  • red value is 161;
  • green value is 179;
  • blue value is 135.
RGB:
(161,179,135)
(63%,70%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 179 of 255 = 70%
B 135 of 255 = 53%

161
179
135

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

Portions of RGB colors in percentages

R + G + B =
161 + 179 + 135 = 475 (100%)
R 161 of 475 ~ 33.89%
G 179 of 475 ~ 37.68%
B 135 of 475 ~ 28.42%

%33.89
%37.68
%28.42

CMYK color model

#A1B387 color CMYK value is (10,0,25,30).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 29.80%
CMYK:
(10,0,25,30)
C10M0Y25K30 
(10%,0%,25%,30%)
(0.10/0.00/0.25/0.30)	

CMYK percentages

%10.06
%0
%24.58
%29.8

Codes

Color #A1B387 in popluar color models

A1B387
RGB161179135
HSL85°22.45%61.57%
HSB/HSV85°24.58%70.20%
CMYK10.06%0.00%24.58%
29.80%

Color #A1B387 in popluar number systems.

HEXA1B387
Decimal161179135
Binary101000011011001110000111
Octal241263207

Shades and tints

Shades of #A1B387

#A1B387
(161,179,135)
#93A37B
(147,163,123)
#85936F
(133,147,111)
#778363
(119,131,99)
#697357
(105,115,87)
#5B634B
(91,99,75)
#4D533F
(77,83,63)
#3F4333
(63,67,51)
#313327
(49,51,39)
#23231B
(35,35,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #A1B387

#A1B387
(161,179,135)
#A9B991
(169,185,145)
#B1BF9B
(177,191,155)
#B9C5A5
(185,197,165)
#C1CBAF
(193,203,175)
#C9D1B9
(201,209,185)
#D1D7C3
(209,215,195)
#D9DDCD
(217,221,205)
#E1E3D7
(225,227,215)
#E9E9E1
(233,233,225)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B387 color. Also use rgb(161,179,135) instead hex code.

Text Font Color

.myTextColor { color: #A1B387; }

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

This text font color is #A1B387.


Background Color

.myBgColor { background-color: #A1B387; }

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

This div background color is #A1B387.


Border color

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

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

This div border color is #A1B387.


Opacity

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

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

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

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

This text has shadow with #A1B387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B387 on black background.


Color preview on white background

This text has color #A1B387 on white background.



Black color preview on #A1B387 background

This text has black color on #A1B387 background.


White color preview on #A1B387 background

This text has white color on #A1B387 background.