COLOR #A2B79F

HEX: #A2B79F
RGB: (162,183,159)

Color info

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

RGB color model

#A2B79F color RGB value is (162,183,159).

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

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 159 of 255 = 62%

162
183
159

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

Portions of RGB colors in percentages

R + G + B =
162 + 183 + 159 = 504 (100%)
R 162 of 504 ~ 32.14%
G 183 of 504 ~ 36.31%
B 159 of 504 ~ 31.55%

%32.14
%36.31
%31.55

CMYK color model

#A2B79F color CMYK value is (11,0,13,28).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(11,0,13,28)
C11M0Y13K28 
(11%,0%,13%,28%)
(0.11/0.00/0.13/0.28)	

CMYK percentages

%11.48
%0
%13.11
%28.24

Codes

Color #A2B79F in popluar color models

A2B79F
RGB162183159
HSL113°14.29%67.06%
HSB/HSV113°13.11%71.76%
CMYK11.48%0.00%13.11%
28.24%

Color #A2B79F in popluar number systems.

HEXA2B79F
Decimal162183159
Binary101000101011011110011111
Octal242267237

Shades and tints

Shades of #A2B79F

#A2B79F
(162,183,159)
#94A791
(148,167,145)
#869783
(134,151,131)
#788775
(120,135,117)
#6A7767
(106,119,103)
#5C6759
(92,103,89)
#4E574B
(78,87,75)
#40473D
(64,71,61)
#32372F
(50,55,47)
#242721
(36,39,33)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #A2B79F

#A2B79F
(162,183,159)
#AABDA7
(170,189,167)
#B2C3AF
(178,195,175)
#BAC9B7
(186,201,183)
#C2CFBF
(194,207,191)
#CAD5C7
(202,213,199)
#D2DBCF
(210,219,207)
#DAE1D7
(218,225,215)
#E2E7DF
(226,231,223)
#EAEDE7
(234,237,231)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B79F color. Also use rgb(162,183,159) instead hex code.

Text Font Color

.myTextColor { color: #A2B79F; }

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

This text font color is #A2B79F.


Background Color

.myBgColor { background-color: #A2B79F; }

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

This div background color is #A2B79F.


Border color

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

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

This div border color is #A2B79F.


Opacity

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

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

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

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

This text has shadow with #A2B79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B79F on black background.


Color preview on white background

This text has color #A2B79F on white background.



Black color preview on #A2B79F background

This text has black color on #A2B79F background.


White color preview on #A2B79F background

This text has white color on #A2B79F background.