COLOR #A6B78E

HEX: #A6B78E
RGB: (166,183,142)

Color info

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

RGB color model

#A6B78E color RGB value is (166,183,142).

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

RGB channels and saturation

R 166 of 255 = 65%
G 183 of 255 = 72%
B 142 of 255 = 56%

166
183
142

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

Portions of RGB colors in percentages

R + G + B =
166 + 183 + 142 = 491 (100%)
R 166 of 491 ~ 33.81%
G 183 of 491 ~ 37.27%
B 142 of 491 ~ 28.92%

%33.81
%37.27
%28.92

CMYK color model

#A6B78E color CMYK value is (9,0,22,28).

  • cyan value is 9.29%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(9,0,22,28)
C9M0Y22K28 
(9%,0%,22%,28%)
(0.09/0.00/0.22/0.28)	

CMYK percentages

%9.29
%0
%22.4
%28.24

Codes

Color #A6B78E in popluar color models

A6B78E
RGB166183142
HSL85°22.16%63.73%
HSB/HSV85°22.40%71.76%
CMYK9.29%0.00%22.40%
28.24%

Color #A6B78E in popluar number systems.

HEXA6B78E
Decimal166183142
Binary101001101011011110001110
Octal246267216

Shades and tints

Shades of #A6B78E

#A6B78E
(166,183,142)
#97A782
(151,167,130)
#889776
(136,151,118)
#79876A
(121,135,106)
#6A775E
(106,119,94)
#5B6752
(91,103,82)
#4C5746
(76,87,70)
#3D473A
(61,71,58)
#2E372E
(46,55,46)
#1F2722
(31,39,34)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #A6B78E

#A6B78E
(166,183,142)
#AEBD98
(174,189,152)
#B6C3A2
(182,195,162)
#BEC9AC
(190,201,172)
#C6CFB6
(198,207,182)
#CED5C0
(206,213,192)
#D6DBCA
(214,219,202)
#DEE1D4
(222,225,212)
#E6E7DE
(230,231,222)
#EEEDE8
(238,237,232)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B78E; }

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

This text font color is #A6B78E.


Background Color

.myBgColor { background-color: #A6B78E; }

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

This div background color is #A6B78E.


Border color

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

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

This div border color is #A6B78E.


Opacity

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

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

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

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

This text has shadow with #A6B78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B78E on black background.


Color preview on white background

This text has color #A6B78E on white background.



Black color preview on #A6B78E background

This text has black color on #A6B78E background.


White color preview on #A6B78E background

This text has white color on #A6B78E background.