COLOR #A7B78E

HEX: #A7B78E
RGB: (167,183,142)

Color info

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

RGB color model

#A7B78E color RGB value is (167,183,142).

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

RGB channels and saturation

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

167
183
142

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

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 142 = 492 (100%)
R 167 of 492 ~ 33.94%
G 183 of 492 ~ 37.2%
B 142 of 492 ~ 28.86%

%33.94
%37.2
%28.86

CMYK color model

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

  • cyan value is 8.74%
  • 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

%8.74
%0
%22.4
%28.24

Codes

Color #A7B78E in popluar color models

A7B78E
RGB167183142
HSL83°22.16%63.73%
HSB/HSV83°22.40%71.76%
CMYK8.74%0.00%22.40%
28.24%

Color #A7B78E in popluar number systems.

HEXA7B78E
Decimal167183142
Binary101001111011011110001110
Octal247267216

Shades and tints

Shades of #A7B78E

#A7B78E
(167,183,142)
#98A782
(152,167,130)
#899776
(137,151,118)
#7A876A
(122,135,106)
#6B775E
(107,119,94)
#5C6752
(92,103,82)
#4D5746
(77,87,70)
#3E473A
(62,71,58)
#2F372E
(47,55,46)
#202722
(32,39,34)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #A7B78E

#A7B78E
(167,183,142)
#AFBD98
(175,189,152)
#B7C3A2
(183,195,162)
#BFC9AC
(191,201,172)
#C7CFB6
(199,207,182)
#CFD5C0
(207,213,192)
#D7DBCA
(215,219,202)
#DFE1D4
(223,225,212)
#E7E7DE
(231,231,222)
#EFEDE8
(239,237,232)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B78E; }

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

This text font color is #A7B78E.


Background Color

.myBgColor { background-color: #A7B78E; }

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

This div background color is #A7B78E.


Border color

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

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

This div border color is #A7B78E.


Opacity

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

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

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

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

This text has shadow with #A7B78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B78E on black background.


Color preview on white background

This text has color #A7B78E on white background.



Black color preview on #A7B78E background

This text has black color on #A7B78E background.


White color preview on #A7B78E background

This text has white color on #A7B78E background.