COLOR #A2B79C

HEX: #A2B79C
RGB: (162,183,156)

Color info

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

RGB color model

#A2B79C color RGB value is (162,183,156).

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

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 156 of 255 = 61%

162
183
156

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

Portions of RGB colors in percentages

R + G + B =
162 + 183 + 156 = 501 (100%)
R 162 of 501 ~ 32.34%
G 183 of 501 ~ 36.53%
B 156 of 501 ~ 31.14%

%32.34
%36.53
%31.14

CMYK color model

#A2B79C color CMYK value is (11,0,15,28).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(11,0,15,28)
C11M0Y15K28 
(11%,0%,15%,28%)
(0.11/0.00/0.15/0.28)	

CMYK percentages

%11.48
%0
%14.75
%28.24

Codes

Color #A2B79C in popluar color models

A2B79C
RGB162183156
HSL107°15.79%66.47%
HSB/HSV107°14.75%71.76%
CMYK11.48%0.00%14.75%
28.24%

Color #A2B79C in popluar number systems.

HEXA2B79C
Decimal162183156
Binary101000101011011110011100
Octal242267234

Shades and tints

Shades of #A2B79C

#A2B79C
(162,183,156)
#94A78E
(148,167,142)
#869780
(134,151,128)
#788772
(120,135,114)
#6A7764
(106,119,100)
#5C6756
(92,103,86)
#4E5748
(78,87,72)
#40473A
(64,71,58)
#32372C
(50,55,44)
#24271E
(36,39,30)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #A2B79C

#A2B79C
(162,183,156)
#AABDA5
(170,189,165)
#B2C3AE
(178,195,174)
#BAC9B7
(186,201,183)
#C2CFC0
(194,207,192)
#CAD5C9
(202,213,201)
#D2DBD2
(210,219,210)
#DAE1DB
(218,225,219)
#E2E7E4
(226,231,228)
#EAEDED
(234,237,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B79C; }

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

This text font color is #A2B79C.


Background Color

.myBgColor { background-color: #A2B79C; }

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

This div background color is #A2B79C.


Border color

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

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

This div border color is #A2B79C.


Opacity

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

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

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

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

This text has shadow with #A2B79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B79C on black background.


Color preview on white background

This text has color #A2B79C on white background.



Black color preview on #A2B79C background

This text has black color on #A2B79C background.


White color preview on #A2B79C background

This text has white color on #A2B79C background.