COLOR #A4C88C

HEX: #A4C88C
RGB: (164,200,140)

Color info

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

RGB color model

#A4C88C color RGB value is (164,200,140).

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

RGB channels and saturation

R 164 of 255 = 64%
G 200 of 255 = 78%
B 140 of 255 = 55%

164
200
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 200 + 140 = 504 (100%)
R 164 of 504 ~ 32.54%
G 200 of 504 ~ 39.68%
B 140 of 504 ~ 27.78%

%32.54
%39.68
%27.78

CMYK color model

#A4C88C color CMYK value is (18,0,30,22).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(18,0,30,22)
C18M0Y30K22 
(18%,0%,30%,22%)
(0.18/0.00/0.30/0.22)	

CMYK percentages

%18
%0
%30
%21.57

Codes

Color #A4C88C in popluar color models

A4C88C
RGB164200140
HSL96°35.29%66.67%
HSB/HSV96°30.00%78.43%
CMYK18.00%0.00%30.00%
21.57%

Color #A4C88C in popluar number systems.

HEXA4C88C
Decimal164200140
Binary101001001100100010001100
Octal244310214

Shades and tints

Shades of #A4C88C

#A4C88C
(164,200,140)
#96B680
(150,182,128)
#88A474
(136,164,116)
#7A9268
(122,146,104)
#6C805C
(108,128,92)
#5E6E50
(94,110,80)
#505C44
(80,92,68)
#424A38
(66,74,56)
#34382C
(52,56,44)
#262620
(38,38,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4C88C

#A4C88C
(164,200,140)
#ACCD96
(172,205,150)
#B4D2A0
(180,210,160)
#BCD7AA
(188,215,170)
#C4DCB4
(196,220,180)
#CCE1BE
(204,225,190)
#D4E6C8
(212,230,200)
#DCEBD2
(220,235,210)
#E4F0DC
(228,240,220)
#ECF5E6
(236,245,230)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C88C; }

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

This text font color is #A4C88C.


Background Color

.myBgColor { background-color: #A4C88C; }

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

This div background color is #A4C88C.


Border color

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

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

This div border color is #A4C88C.


Opacity

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

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

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

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

This text has shadow with #A4C88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C88C on black background.


Color preview on white background

This text has color #A4C88C on white background.



Black color preview on #A4C88C background

This text has black color on #A4C88C background.


White color preview on #A4C88C background

This text has white color on #A4C88C background.