COLOR #A1CC87

HEX: #A1CC87 RGB: (161,204,135)

Color info

#A1CC87 contains mainly red and green colors. Web safe color of #A1CC87 is #99CC99 (or #9C9).

RGB color model

#A1CC87 color RGB value is (161,204,135).

RGB: (161,204,135) (63%, 80%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 204 of 255 = 80%
B 135 of 255 = 53%

161
204
135

R + G + B ~ 65%. #A1CC87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 204 + 135 = 500 (100%)
R 161 of 500 ~ 32.2%
G 204 of 500 ~ 40.8%
B 135 of 500 ~ 27'%

%32.2
%40.8
%27

CMYK color model

#A1CC87 color CMYK value is (21,0,34,20).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 33.82%
  • key color value is 20.00%

CMYK: (21,0,34,20)
C21M0Y34K20 (21%, 0%, 34%, 20%)
(0.21 / 0.00 / 0.34 / 0.20)

CMYK percentages

%21.08
%0
%33.82
%20

Codes

Color #A1CC87 in popluar color models

A1 CC 87
RGB 161 204 135
HSL 97° 40.35% 66.47%
HSB/HSV 97° 33.82% 80.00%
CMYK 21.08% 0.00% 33.82%
20.00%

Color #A1CC87 in popluar number systems.

HEX A1 CC 87
Decimal 161 204 135
Binary 10100001 11001100 10000111
Octal 241 314 207

Shades and tints

Shades of #A1CC87

#A1CC87
(161,204,135)
#93BA7B
(147,186,123)
#85A86F
(133,168,111)
#779663
(119,150,99)
#698457
(105,132,87)
#5B724B
(91,114,75)
#4D603F
(77,96,63)
#3F4E33
(63,78,51)
#313C27
(49,60,39)
#232A1B
(35,42,27)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #A1CC87

#A1CC87
(161,204,135)
#A9D091
(169,208,145)
#B1D49B
(177,212,155)
#B9D8A5
(185,216,165)
#C1DCAF
(193,220,175)
#C9E0B9
(201,224,185)
#D1E4C3
(209,228,195)
#D9E8CD
(217,232,205)
#E1ECD7
(225,236,215)
#E9F0E1
(233,240,225)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1CC87; }

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

This text font color is #A1CC87.

Background Color

.myBgColor { background-color: #A1CC87; }

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

This div background color is #A1CC87.

Border color

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

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

This div border color is #A1CC87.

Opacity

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

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

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

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

This text has shadow with #A1CC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1CC87.

Preview

Color preview on black background

This text has color #A1CC87 on black background.


Color preview on white background

This text has color #A1CC87 on white background.


Black color preview on #A1CC87 background

This text has black color on #A1CC87 background.


White color preview on #A1CC87 background

This text has white color on #A1CC87 background.


Related colors

Complementary color

Complementary color for #hex is #5E3378.


I love getcolorcode.com

Triadic colors

1 #87A1CC and #CC87A1 with #A1CC87 are triadic colors.

2 #87CCA1 and #CCA187 with #A1CC87 are triadic colors.