COLOR #A6B29C

HEX: #A6B29C
RGB: (166,178,156)

Color info

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

RGB color model

#A6B29C color RGB value is (166,178,156).

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

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 156 of 255 = 61%

166
178
156

R + G + B ~ 65%. #A6B29C is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 178 + 156 = 500 (100%)
R 166 of 500 ~ 33.2%
G 178 of 500 ~ 35.6%
B 156 of 500 ~ 31.2%

%33.2
%35.6
%31.2

CMYK color model

#A6B29C color CMYK value is (7,0,12,30).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(7,0,12,30)
C7M0Y12K30 
(7%,0%,12%,30%)
(0.07/0.00/0.12/0.30)	

CMYK percentages

%6.74
%0
%12.36
%30.2

Codes

Color #A6B29C in popluar color models

A6B29C
RGB166178156
HSL93°12.50%65.49%
HSB/HSV93°12.36%69.80%
CMYK6.74%0.00%12.36%
30.20%

Color #A6B29C in popluar number systems.

HEXA6B29C
Decimal166178156
Binary101001101011001010011100
Octal246262234

Shades and tints

Shades of #A6B29C

#A6B29C
(166,178,156)
#97A28E
(151,162,142)
#889280
(136,146,128)
#798272
(121,130,114)
#6A7264
(106,114,100)
#5B6256
(91,98,86)
#4C5248
(76,82,72)
#3D423A
(61,66,58)
#2E322C
(46,50,44)
#1F221E
(31,34,30)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A6B29C

#A6B29C
(166,178,156)
#AEB9A5
(174,185,165)
#B6C0AE
(182,192,174)
#BEC7B7
(190,199,183)
#C6CEC0
(198,206,192)
#CED5C9
(206,213,201)
#D6DCD2
(214,220,210)
#DEE3DB
(222,227,219)
#E6EAE4
(230,234,228)
#EEF1ED
(238,241,237)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B29C; }

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

This text font color is #A6B29C.


Background Color

.myBgColor { background-color: #A6B29C; }

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

This div background color is #A6B29C.


Border color

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

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

This div border color is #A6B29C.


Opacity

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

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

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

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

This text has shadow with #A6B29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B29C on black background.


Color preview on white background

This text has color #A6B29C on white background.



Black color preview on #A6B29C background

This text has black color on #A6B29C background.


White color preview on #A6B29C background

This text has white color on #A6B29C background.