COLOR #A6B29E

HEX: #A6B29E
RGB: (166,178,158)

Color info

#A6B29E contains red, green and blue colors in about the same proportion. Web safe color of #A6B29E is #999999 (or #999).

RGB color model

#A6B29E color RGB value is (166,178,158).

  • red value is 166;
  • green value is 178;
  • blue value is 158.
RGB:
(166,178,158)
(65%,70%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 158 of 255 = 62%

166
178
158

R + G + B ~ 66%. #A6B29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 178 + 158 = 502 (100%)
R 166 of 502 ~ 33.07%
G 178 of 502 ~ 35.46%
B 158 of 502 ~ 31.47%

%33.07
%35.46
%31.47

CMYK color model

#A6B29E color CMYK value is (7,0,11,30).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(7,0,11,30)
C7M0Y11K30 
(7%,0%,11%,30%)
(0.07/0.00/0.11/0.30)	

CMYK percentages

%6.74
%0
%11.24
%30.2

Codes

Color #A6B29E in popluar color models

A6B29E
RGB166178158
HSL96°11.49%65.88%
HSB/HSV96°11.24%69.80%
CMYK6.74%0.00%11.24%
30.20%

Color #A6B29E in popluar number systems.

HEXA6B29E
Decimal166178158
Binary101001101011001010011110
Octal246262236

Shades and tints

Shades of #A6B29E

#A6B29E
(166,178,158)
#97A290
(151,162,144)
#889282
(136,146,130)
#798274
(121,130,116)
#6A7266
(106,114,102)
#5B6258
(91,98,88)
#4C524A
(76,82,74)
#3D423C
(61,66,60)
#2E322E
(46,50,46)
#1F2220
(31,34,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A6B29E

#A6B29E
(166,178,158)
#AEB9A6
(174,185,166)
#B6C0AE
(182,192,174)
#BEC7B6
(190,199,182)
#C6CEBE
(198,206,190)
#CED5C6
(206,213,198)
#D6DCCE
(214,220,206)
#DEE3D6
(222,227,214)
#E6EADE
(230,234,222)
#EEF1E6
(238,241,230)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B29E color. Also use rgb(166,178,158) instead hex code.

Text Font Color

.myTextColor { color: #A6B29E; }

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

This text font color is #A6B29E.


Background Color

.myBgColor { background-color: #A6B29E; }

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

This div background color is #A6B29E.


Border color

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

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

This div border color is #A6B29E.


Opacity

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

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

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

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

This text has shadow with #A6B29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B29E on black background.


Color preview on white background

This text has color #A6B29E on white background.



Black color preview on #A6B29E background

This text has black color on #A6B29E background.


White color preview on #A6B29E background

This text has white color on #A6B29E background.