COLOR #A6B07E

HEX: #A6B07E
RGB: (166,176,126)

Color info

#A6B07E contains red, green and blue colors in about the same proportion. Web safe color of #A6B07E is #999966 (or #996).

RGB color model

#A6B07E color RGB value is (166,176,126).

  • red value is 166;
  • green value is 176;
  • blue value is 126.
RGB:
(166,176,126)
(65%,69%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 126 of 255 = 49%

166
176
126

R + G + B ~ 61%. #A6B07E is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 126 = 468 (100%)
R 166 of 468 ~ 35.47%
G 176 of 468 ~ 37.61%
B 126 of 468 ~ 26.92%

%35.47
%37.61
%26.92

CMYK color model

#A6B07E color CMYK value is (6,0,28,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 28.41%
  • key color value is 30.98%
CMYK:
(6,0,28,31)
C6M0Y28K31 
(6%,0%,28%,31%)
(0.06/0.00/0.28/0.31)	

CMYK percentages

%5.68
%0
%28.41
%30.98

Codes

Color #A6B07E in popluar color models

A6B07E
RGB166176126
HSL72°24.04%59.22%
HSB/HSV72°28.41%69.02%
CMYK5.68%0.00%28.41%
30.98%

Color #A6B07E in popluar number systems.

HEXA6B07E
Decimal166176126
Binary10100110101100001111110
Octal246260176

Shades and tints

Shades of #A6B07E

#A6B07E
(166,176,126)
#97A073
(151,160,115)
#889068
(136,144,104)
#79805D
(121,128,93)
#6A7052
(106,112,82)
#5B6047
(91,96,71)
#4C503C
(76,80,60)
#3D4031
(61,64,49)
#2E3026
(46,48,38)
#1F201B
(31,32,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #A6B07E

#A6B07E
(166,176,126)
#AEB789
(174,183,137)
#B6BE94
(182,190,148)
#BEC59F
(190,197,159)
#C6CCAA
(198,204,170)
#CED3B5
(206,211,181)
#D6DAC0
(214,218,192)
#DEE1CB
(222,225,203)
#E6E8D6
(230,232,214)
#EEEFE1
(238,239,225)
#F6F6EC
(246,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B07E color. Also use rgb(166,176,126) instead hex code.

Text Font Color

.myTextColor { color: #A6B07E; }

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

This text font color is #A6B07E.


Background Color

.myBgColor { background-color: #A6B07E; }

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

This div background color is #A6B07E.


Border color

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

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

This div border color is #A6B07E.


Opacity

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

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

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

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

This text has shadow with #A6B07E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B07E on black background.


Color preview on white background

This text has color #A6B07E on white background.



Black color preview on #A6B07E background

This text has black color on #A6B07E background.


White color preview on #A6B07E background

This text has white color on #A6B07E background.