COLOR #A4C886

HEX: #A4C886
RGB: (164,200,134)

Color info

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

RGB color model

#A4C886 color RGB value is (164,200,134).

  • red value is 164;
  • green value is 200;
  • blue value is 134.
RGB:
(164,200,134)
(64%,78%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 200 of 255 = 78%
B 134 of 255 = 53%

164
200
134

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

Portions of RGB colors in percentages

R + G + B =
164 + 200 + 134 = 498 (100%)
R 164 of 498 ~ 32.93%
G 200 of 498 ~ 40.16%
B 134 of 498 ~ 26.91%

%32.93
%40.16
%26.91

CMYK color model

#A4C886 color CMYK value is (18,0,33,22).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 21.57%
CMYK:
(18,0,33,22)
C18M0Y33K22 
(18%,0%,33%,22%)
(0.18/0.00/0.33/0.22)	

CMYK percentages

%18
%0
%33
%21.57

Codes

Color #A4C886 in popluar color models

A4C886
RGB164200134
HSL93°37.50%65.49%
HSB/HSV93°33.00%78.43%
CMYK18.00%0.00%33.00%
21.57%

Color #A4C886 in popluar number systems.

HEXA4C886
Decimal164200134
Binary101001001100100010000110
Octal244310206

Shades and tints

Shades of #A4C886

#A4C886
(164,200,134)
#96B67A
(150,182,122)
#88A46E
(136,164,110)
#7A9262
(122,146,98)
#6C8056
(108,128,86)
#5E6E4A
(94,110,74)
#505C3E
(80,92,62)
#424A32
(66,74,50)
#343826
(52,56,38)
#26261A
(38,38,26)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #A4C886

#A4C886
(164,200,134)
#ACCD91
(172,205,145)
#B4D29C
(180,210,156)
#BCD7A7
(188,215,167)
#C4DCB2
(196,220,178)
#CCE1BD
(204,225,189)
#D4E6C8
(212,230,200)
#DCEBD3
(220,235,211)
#E4F0DE
(228,240,222)
#ECF5E9
(236,245,233)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C886 color. Also use rgb(164,200,134) instead hex code.

Text Font Color

.myTextColor { color: #A4C886; }

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

This text font color is #A4C886.


Background Color

.myBgColor { background-color: #A4C886; }

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

This div background color is #A4C886.


Border color

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

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

This div border color is #A4C886.


Opacity

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

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

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

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

This text has shadow with #A4C886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C886 on black background.


Color preview on white background

This text has color #A4C886 on white background.



Black color preview on #A4C886 background

This text has black color on #A4C886 background.


White color preview on #A4C886 background

This text has white color on #A4C886 background.