COLOR #A4CE87

HEX: #A4CE87 RGB: (164,206,135)

Color info

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

RGB color model

#A4CE87 color RGB value is (164,206,135).

RGB: (164,206,135) (64%, 81%, 53%)

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 135 of 255 = 53%

164
206
135

R + G + B ~ 66%. #A4CE87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 206 + 135 = 505 (100%)
R 164 of 505 ~ 32.48%
G 206 of 505 ~ 40.79%
B 135 of 505 ~ 26.73'%

%32.48
%40.79
%26.73

CMYK color model

#A4CE87 color CMYK value is (20,0,34,19).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 34.47%
  • key color value is 19.22%

CMYK: (20,0,34,19)
C20M0Y34K19 (20%, 0%, 34%, 19%)
(0.20 / 0.00 / 0.34 / 0.19)

CMYK percentages

%20.39
%0
%34.47
%19.22

Codes

Color #A4CE87 in popluar color models

A4 CE 87
RGB 164 206 135
HSL 95° 42.01% 66.86%
HSB/HSV 95° 34.47% 80.78%
CMYK 20.39% 0.00% 34.47%
19.22%

Color #A4CE87 in popluar number systems.

HEX A4 CE 87
Decimal 164 206 135
Binary 10100100 11001110 10000111
Octal 244 316 207

Shades and tints

Shades of #A4CE87

#A4CE87
(164,206,135)
#96BC7B
(150,188,123)
#88AA6F
(136,170,111)
#7A9863
(122,152,99)
#6C8657
(108,134,87)
#5E744B
(94,116,75)
#50623F
(80,98,63)
#425033
(66,80,51)
#343E27
(52,62,39)
#262C1B
(38,44,27)
#181A0F
(24,26,15)
#000000
(0,0,0)

Tints of #A4CE87

#A4CE87
(164,206,135)
#ACD291
(172,210,145)
#B4D69B
(180,214,155)
#BCDAA5
(188,218,165)
#C4DEAF
(196,222,175)
#CCE2B9
(204,226,185)
#D4E6C3
(212,230,195)
#DCEACD
(220,234,205)
#E4EED7
(228,238,215)
#ECF2E1
(236,242,225)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CE87 color. Also use rgb(164,206,135) instead hex code.

Text Font Color

.myTextColor { color: #A4CE87; }

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

This text font color is #A4CE87.

Background Color

.myBgColor { background-color: #A4CE87; }

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

This div background color is #A4CE87.

Border color

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

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

This div border color is #A4CE87.

Opacity

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

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

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

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

This text has shadow with #A4CE87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CE87.

Preview

Color preview on black background

This text has color #A4CE87 on black background.


Color preview on white background

This text has color #A4CE87 on white background.


Black color preview on #A4CE87 background

This text has black color on #A4CE87 background.


White color preview on #A4CE87 background

This text has white color on #A4CE87 background.


Related colors

Complementary color

Complementary color for #hex is #5B3178.


I love getcolorcode.com

Triadic colors

1 #87A4CE and #CE87A4 with #A4CE87 are triadic colors.

2 #87CEA4 and #CEA487 with #A4CE87 are triadic colors.