COLOR #A4CA8C

HEX: #A4CA8C
RGB: (164,202,140)

Color info

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

RGB color model

#A4CA8C color RGB value is (164,202,140).

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

RGB channels and saturation

R 164 of 255 = 64%
G 202 of 255 = 79%
B 140 of 255 = 55%

164
202
140

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

Portions of RGB colors in percentages

R + G + B =
164 + 202 + 140 = 506 (100%)
R 164 of 506 ~ 32.41%
G 202 of 506 ~ 39.92%
B 140 of 506 ~ 27.67%

%32.41
%39.92
%27.67

CMYK color model

#A4CA8C color CMYK value is (19,0,31,21).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 20.78%
CMYK:
(19,0,31,21)
C19M0Y31K21 
(19%,0%,31%,21%)
(0.19/0.00/0.31/0.21)	

CMYK percentages

%18.81
%0
%30.69
%20.78

Codes

Color #A4CA8C in popluar color models

A4CA8C
RGB164202140
HSL97°36.90%67.06%
HSB/HSV97°30.69%79.22%
CMYK18.81%0.00%30.69%
20.78%

Color #A4CA8C in popluar number systems.

HEXA4CA8C
Decimal164202140
Binary101001001100101010001100
Octal244312214

Shades and tints

Shades of #A4CA8C

#A4CA8C
(164,202,140)
#96B880
(150,184,128)
#88A674
(136,166,116)
#7A9468
(122,148,104)
#6C825C
(108,130,92)
#5E7050
(94,112,80)
#505E44
(80,94,68)
#424C38
(66,76,56)
#343A2C
(52,58,44)
#262820
(38,40,32)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #A4CA8C

#A4CA8C
(164,202,140)
#ACCE96
(172,206,150)
#B4D2A0
(180,210,160)
#BCD6AA
(188,214,170)
#C4DAB4
(196,218,180)
#CCDEBE
(204,222,190)
#D4E2C8
(212,226,200)
#DCE6D2
(220,230,210)
#E4EADC
(228,234,220)
#ECEEE6
(236,238,230)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CA8C; }

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

This text font color is #A4CA8C.


Background Color

.myBgColor { background-color: #A4CA8C; }

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

This div background color is #A4CA8C.


Border color

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

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

This div border color is #A4CA8C.


Opacity

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

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

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

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

This text has shadow with #A4CA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CA8C on black background.


Color preview on white background

This text has color #A4CA8C on white background.



Black color preview on #A4CA8C background

This text has black color on #A4CA8C background.


White color preview on #A4CA8C background

This text has white color on #A4CA8C background.