COLOR #A4C79E

HEX: #A4C79E
RGB: (164,199,158)

Color info

#A4C79E contains red, green and blue colors in about the same proportion. Web safe color of #A4C79E is #99CC99 (or #9C9).

RGB color model

#A4C79E color RGB value is (164,199,158).

  • red value is 164;
  • green value is 199;
  • blue value is 158.
RGB:
(164,199,158)
(64%,78%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 158 of 255 = 62%

164
199
158

R + G + B ~ 68%. #A4C79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 199 + 158 = 521 (100%)
R 164 of 521 ~ 31.48%
G 199 of 521 ~ 38.2%
B 158 of 521 ~ 30.33%

%31.48
%38.2
%30.33

CMYK color model

#A4C79E color CMYK value is (18,0,21,22).

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK:
(18,0,21,22)
C18M0Y21K22 
(18%,0%,21%,22%)
(0.18/0.00/0.21/0.22)	

CMYK percentages

%17.59
%0
%20.6
%21.96

Codes

Color #A4C79E in popluar color models

A4C79E
RGB164199158
HSL111°26.80%70.00%
HSB/HSV111°20.60%78.04%
CMYK17.59%0.00%20.60%
21.96%

Color #A4C79E in popluar number systems.

HEXA4C79E
Decimal164199158
Binary101001001100011110011110
Octal244307236

Shades and tints

Shades of #A4C79E

#A4C79E
(164,199,158)
#96B590
(150,181,144)
#88A382
(136,163,130)
#7A9174
(122,145,116)
#6C7F66
(108,127,102)
#5E6D58
(94,109,88)
#505B4A
(80,91,74)
#42493C
(66,73,60)
#34372E
(52,55,46)
#262520
(38,37,32)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A4C79E

#A4C79E
(164,199,158)
#ACCCA6
(172,204,166)
#B4D1AE
(180,209,174)
#BCD6B6
(188,214,182)
#C4DBBE
(196,219,190)
#CCE0C6
(204,224,198)
#D4E5CE
(212,229,206)
#DCEAD6
(220,234,214)
#E4EFDE
(228,239,222)
#ECF4E6
(236,244,230)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C79E color. Also use rgb(164,199,158) instead hex code.

Text Font Color

.myTextColor { color: #A4C79E; }

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

This text font color is #A4C79E.


Background Color

.myBgColor { background-color: #A4C79E; }

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

This div background color is #A4C79E.


Border color

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

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

This div border color is #A4C79E.


Opacity

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

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

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

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

This text has shadow with #A4C79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C79E on black background.


Color preview on white background

This text has color #A4C79E on white background.



Black color preview on #A4C79E background

This text has black color on #A4C79E background.


White color preview on #A4C79E background

This text has white color on #A4C79E background.