COLOR #A1B887

HEX: #A1B887
RGB: (161,184,135)

Color info

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

RGB color model

#A1B887 color RGB value is (161,184,135).

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

RGB channels and saturation

R 161 of 255 = 63%
G 184 of 255 = 72%
B 135 of 255 = 53%

161
184
135

R + G + B ~ 63%. #A1B887 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 184 + 135 = 480 (100%)
R 161 of 480 ~ 33.54%
G 184 of 480 ~ 38.33%
B 135 of 480 ~ 28.13%

%33.54
%38.33
%28.13

CMYK color model

#A1B887 color CMYK value is (13,0,27,28).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(13,0,27,28)
C13M0Y27K28 
(13%,0%,27%,28%)
(0.13/0.00/0.27/0.28)	

CMYK percentages

%12.5
%0
%26.63
%27.84

Codes

Color #A1B887 in popluar color models

A1B887
RGB161184135
HSL88°25.65%62.55%
HSB/HSV88°26.63%72.16%
CMYK12.50%0.00%26.63%
27.84%

Color #A1B887 in popluar number systems.

HEXA1B887
Decimal161184135
Binary101000011011100010000111
Octal241270207

Shades and tints

Shades of #A1B887

#A1B887
(161,184,135)
#93A87B
(147,168,123)
#85986F
(133,152,111)
#778863
(119,136,99)
#697857
(105,120,87)
#5B684B
(91,104,75)
#4D583F
(77,88,63)
#3F4833
(63,72,51)
#313827
(49,56,39)
#23281B
(35,40,27)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #A1B887

#A1B887
(161,184,135)
#A9BE91
(169,190,145)
#B1C49B
(177,196,155)
#B9CAA5
(185,202,165)
#C1D0AF
(193,208,175)
#C9D6B9
(201,214,185)
#D1DCC3
(209,220,195)
#D9E2CD
(217,226,205)
#E1E8D7
(225,232,215)
#E9EEE1
(233,238,225)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B887; }

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

This text font color is #A1B887.


Background Color

.myBgColor { background-color: #A1B887; }

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

This div background color is #A1B887.


Border color

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

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

This div border color is #A1B887.


Opacity

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

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

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

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

This text has shadow with #A1B887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B887 on black background.


Color preview on white background

This text has color #A1B887 on white background.



Black color preview on #A1B887 background

This text has black color on #A1B887 background.


White color preview on #A1B887 background

This text has white color on #A1B887 background.