COLOR #A4C79B

HEX: #A4C79B
RGB: (164,199,155)

Color info

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

RGB color model

#A4C79B color RGB value is (164,199,155).

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

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 155 of 255 = 61%

164
199
155

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

Portions of RGB colors in percentages

R + G + B =
164 + 199 + 155 = 518 (100%)
R 164 of 518 ~ 31.66%
G 199 of 518 ~ 38.42%
B 155 of 518 ~ 29.92%

%31.66
%38.42
%29.92

CMYK color model

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

  • cyan value is 17.59%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(18,0,22,22)
C18M0Y22K22 
(18%,0%,22%,22%)
(0.18/0.00/0.22/0.22)	

CMYK percentages

%17.59
%0
%22.11
%21.96

Codes

Color #A4C79B in popluar color models

A4C79B
RGB164199155
HSL108°28.21%69.41%
HSB/HSV108°22.11%78.04%
CMYK17.59%0.00%22.11%
21.96%

Color #A4C79B in popluar number systems.

HEXA4C79B
Decimal164199155
Binary101001001100011110011011
Octal244307233

Shades and tints

Shades of #A4C79B

#A4C79B
(164,199,155)
#96B58D
(150,181,141)
#88A37F
(136,163,127)
#7A9171
(122,145,113)
#6C7F63
(108,127,99)
#5E6D55
(94,109,85)
#505B47
(80,91,71)
#424939
(66,73,57)
#34372B
(52,55,43)
#26251D
(38,37,29)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #A4C79B

#A4C79B
(164,199,155)
#ACCCA4
(172,204,164)
#B4D1AD
(180,209,173)
#BCD6B6
(188,214,182)
#C4DBBF
(196,219,191)
#CCE0C8
(204,224,200)
#D4E5D1
(212,229,209)
#DCEADA
(220,234,218)
#E4EFE3
(228,239,227)
#ECF4EC
(236,244,236)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C79B; }

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

This text font color is #A4C79B.


Background Color

.myBgColor { background-color: #A4C79B; }

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

This div background color is #A4C79B.


Border color

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

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

This div border color is #A4C79B.


Opacity

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

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

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

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

This text has shadow with #A4C79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C79B on black background.


Color preview on white background

This text has color #A4C79B on white background.



Black color preview on #A4C79B background

This text has black color on #A4C79B background.


White color preview on #A4C79B background

This text has white color on #A4C79B background.