COLOR #A1B79D

HEX: #A1B79D
RGB: (161,183,157)

Color info

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

RGB color model

#A1B79D color RGB value is (161,183,157).

  • red value is 161;
  • green value is 183;
  • blue value is 157.
RGB:
(161,183,157)
(63%,72%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 183 of 255 = 72%
B 157 of 255 = 62%

161
183
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 183 + 157 = 501 (100%)
R 161 of 501 ~ 32.14%
G 183 of 501 ~ 36.53%
B 157 of 501 ~ 31.34%

%32.14
%36.53
%31.34

CMYK color model

#A1B79D color CMYK value is (12,0,14,28).

  • cyan value is 12.02%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%
CMYK:
(12,0,14,28)
C12M0Y14K28 
(12%,0%,14%,28%)
(0.12/0.00/0.14/0.28)	

CMYK percentages

%12.02
%0
%14.21
%28.24

Codes

Color #A1B79D in popluar color models

A1B79D
RGB161183157
HSL111°15.29%66.67%
HSB/HSV111°14.21%71.76%
CMYK12.02%0.00%14.21%
28.24%

Color #A1B79D in popluar number systems.

HEXA1B79D
Decimal161183157
Binary101000011011011110011101
Octal241267235

Shades and tints

Shades of #A1B79D

#A1B79D
(161,183,157)
#93A78F
(147,167,143)
#859781
(133,151,129)
#778773
(119,135,115)
#697765
(105,119,101)
#5B6757
(91,103,87)
#4D5749
(77,87,73)
#3F473B
(63,71,59)
#31372D
(49,55,45)
#23271F
(35,39,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #A1B79D

#A1B79D
(161,183,157)
#A9BDA5
(169,189,165)
#B1C3AD
(177,195,173)
#B9C9B5
(185,201,181)
#C1CFBD
(193,207,189)
#C9D5C5
(201,213,197)
#D1DBCD
(209,219,205)
#D9E1D5
(217,225,213)
#E1E7DD
(225,231,221)
#E9EDE5
(233,237,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B79D color. Also use rgb(161,183,157) instead hex code.

Text Font Color

.myTextColor { color: #A1B79D; }

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

This text font color is #A1B79D.


Background Color

.myBgColor { background-color: #A1B79D; }

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

This div background color is #A1B79D.


Border color

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

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

This div border color is #A1B79D.


Opacity

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

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

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

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

This text has shadow with #A1B79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B79D on black background.


Color preview on white background

This text has color #A1B79D on white background.



Black color preview on #A1B79D background

This text has black color on #A1B79D background.


White color preview on #A1B79D background

This text has white color on #A1B79D background.