COLOR #A7B68E

HEX: #A7B68E
RGB: (167,182,142)

Color info

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

RGB color model

#A7B68E color RGB value is (167,182,142).

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

RGB channels and saturation

R 167 of 255 = 65%
G 182 of 255 = 71%
B 142 of 255 = 56%

167
182
142

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

Portions of RGB colors in percentages

R + G + B =
167 + 182 + 142 = 491 (100%)
R 167 of 491 ~ 34.01%
G 182 of 491 ~ 37.07%
B 142 of 491 ~ 28.92%

%34.01
%37.07
%28.92

CMYK color model

#A7B68E color CMYK value is (8,0,22,29).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 21.98%
  • key color value is 28.63%
CMYK:
(8,0,22,29)
C8M0Y22K29 
(8%,0%,22%,29%)
(0.08/0.00/0.22/0.29)	

CMYK percentages

%8.24
%0
%21.98
%28.63

Codes

Color #A7B68E in popluar color models

A7B68E
RGB167182142
HSL83°21.51%63.53%
HSB/HSV83°21.98%71.37%
CMYK8.24%0.00%21.98%
28.63%

Color #A7B68E in popluar number systems.

HEXA7B68E
Decimal167182142
Binary101001111011011010001110
Octal247266216

Shades and tints

Shades of #A7B68E

#A7B68E
(167,182,142)
#98A682
(152,166,130)
#899676
(137,150,118)
#7A866A
(122,134,106)
#6B765E
(107,118,94)
#5C6652
(92,102,82)
#4D5646
(77,86,70)
#3E463A
(62,70,58)
#2F362E
(47,54,46)
#202622
(32,38,34)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A7B68E

#A7B68E
(167,182,142)
#AFBC98
(175,188,152)
#B7C2A2
(183,194,162)
#BFC8AC
(191,200,172)
#C7CEB6
(199,206,182)
#CFD4C0
(207,212,192)
#D7DACA
(215,218,202)
#DFE0D4
(223,224,212)
#E7E6DE
(231,230,222)
#EFECE8
(239,236,232)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B68E; }

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

This text font color is #A7B68E.


Background Color

.myBgColor { background-color: #A7B68E; }

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

This div background color is #A7B68E.


Border color

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

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

This div border color is #A7B68E.


Opacity

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

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

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

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

This text has shadow with #A7B68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B68E on black background.


Color preview on white background

This text has color #A7B68E on white background.



Black color preview on #A7B68E background

This text has black color on #A7B68E background.


White color preview on #A7B68E background

This text has white color on #A7B68E background.