COLOR #A4B79E

HEX: #A4B79E
RGB: (164,183,158)

Color info

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

RGB color model

#A4B79E color RGB value is (164,183,158).

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

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 158 of 255 = 62%

164
183
158

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

Portions of RGB colors in percentages

R + G + B =
164 + 183 + 158 = 505 (100%)
R 164 of 505 ~ 32.48%
G 183 of 505 ~ 36.24%
B 158 of 505 ~ 31.29%

%32.48
%36.24
%31.29

CMYK color model

#A4B79E color CMYK value is (10,0,14,28).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 28.24%
CMYK:
(10,0,14,28)
C10M0Y14K28 
(10%,0%,14%,28%)
(0.10/0.00/0.14/0.28)	

CMYK percentages

%10.38
%0
%13.66
%28.24

Codes

Color #A4B79E in popluar color models

A4B79E
RGB164183158
HSL106°14.79%66.86%
HSB/HSV106°13.66%71.76%
CMYK10.38%0.00%13.66%
28.24%

Color #A4B79E in popluar number systems.

HEXA4B79E
Decimal164183158
Binary101001001011011110011110
Octal244267236

Shades and tints

Shades of #A4B79E

#A4B79E
(164,183,158)
#96A790
(150,167,144)
#889782
(136,151,130)
#7A8774
(122,135,116)
#6C7766
(108,119,102)
#5E6758
(94,103,88)
#50574A
(80,87,74)
#42473C
(66,71,60)
#34372E
(52,55,46)
#262720
(38,39,32)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A4B79E

#A4B79E
(164,183,158)
#ACBDA6
(172,189,166)
#B4C3AE
(180,195,174)
#BCC9B6
(188,201,182)
#C4CFBE
(196,207,190)
#CCD5C6
(204,213,198)
#D4DBCE
(212,219,206)
#DCE1D6
(220,225,214)
#E4E7DE
(228,231,222)
#ECEDE6
(236,237,230)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B79E; }

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

This text font color is #A4B79E.


Background Color

.myBgColor { background-color: #A4B79E; }

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

This div background color is #A4B79E.


Border color

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

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

This div border color is #A4B79E.


Opacity

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

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

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

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

This text has shadow with #A4B79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B79E on black background.


Color preview on white background

This text has color #A4B79E on white background.



Black color preview on #A4B79E background

This text has black color on #A4B79E background.


White color preview on #A4B79E background

This text has white color on #A4B79E background.