COLOR #A6B78B

HEX: #A6B78B
RGB: (166,183,139)

Color info

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

RGB color model

#A6B78B color RGB value is (166,183,139).

  • red value is 166;
  • green value is 183;
  • blue value is 139.
RGB:
(166,183,139)
(65%,72%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 183 of 255 = 72%
B 139 of 255 = 55%

166
183
139

R + G + B ~ 64%. #A6B78B is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 183 + 139 = 488 (100%)
R 166 of 488 ~ 34.02%
G 183 of 488 ~ 37.5%
B 139 of 488 ~ 28.48%

%34.02
%37.5
%28.48

CMYK color model

#A6B78B color CMYK value is (9,0,24,28).

  • cyan value is 9.29%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 28.24%
CMYK:
(9,0,24,28)
C9M0Y24K28 
(9%,0%,24%,28%)
(0.09/0.00/0.24/0.28)	

CMYK percentages

%9.29
%0
%24.04
%28.24

Codes

Color #A6B78B in popluar color models

A6B78B
RGB166183139
HSL83°23.40%63.14%
HSB/HSV83°24.04%71.76%
CMYK9.29%0.00%24.04%
28.24%

Color #A6B78B in popluar number systems.

HEXA6B78B
Decimal166183139
Binary101001101011011110001011
Octal246267213

Shades and tints

Shades of #A6B78B

#A6B78B
(166,183,139)
#97A77F
(151,167,127)
#889773
(136,151,115)
#798767
(121,135,103)
#6A775B
(106,119,91)
#5B674F
(91,103,79)
#4C5743
(76,87,67)
#3D4737
(61,71,55)
#2E372B
(46,55,43)
#1F271F
(31,39,31)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6B78B

#A6B78B
(166,183,139)
#AEBD95
(174,189,149)
#B6C39F
(182,195,159)
#BEC9A9
(190,201,169)
#C6CFB3
(198,207,179)
#CED5BD
(206,213,189)
#D6DBC7
(214,219,199)
#DEE1D1
(222,225,209)
#E6E7DB
(230,231,219)
#EEEDE5
(238,237,229)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B78B color. Also use rgb(166,183,139) instead hex code.

Text Font Color

.myTextColor { color: #A6B78B; }

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

This text font color is #A6B78B.


Background Color

.myBgColor { background-color: #A6B78B; }

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

This div background color is #A6B78B.


Border color

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

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

This div border color is #A6B78B.


Opacity

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

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

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

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

This text has shadow with #A6B78B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B78B on black background.


Color preview on white background

This text has color #A6B78B on white background.



Black color preview on #A6B78B background

This text has black color on #A6B78B background.


White color preview on #A6B78B background

This text has white color on #A6B78B background.