COLOR #A6B294

HEX: #A6B294
RGB: (166,178,148)

Color info

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

RGB color model

#A6B294 color RGB value is (166,178,148).

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

RGB channels and saturation

R 166 of 255 = 65%
G 178 of 255 = 70%
B 148 of 255 = 58%

166
178
148

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

Portions of RGB colors in percentages

R + G + B =
166 + 178 + 148 = 492 (100%)
R 166 of 492 ~ 33.74%
G 178 of 492 ~ 36.18%
B 148 of 492 ~ 30.08%

%33.74
%36.18
%30.08

CMYK color model

#A6B294 color CMYK value is (7,0,17,30).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 30.20%
CMYK:
(7,0,17,30)
C7M0Y17K30 
(7%,0%,17%,30%)
(0.07/0.00/0.17/0.30)	

CMYK percentages

%6.74
%0
%16.85
%30.2

Codes

Color #A6B294 in popluar color models

A6B294
RGB166178148
HSL84°16.30%63.92%
HSB/HSV84°16.85%69.80%
CMYK6.74%0.00%16.85%
30.20%

Color #A6B294 in popluar number systems.

HEXA6B294
Decimal166178148
Binary101001101011001010010100
Octal246262224

Shades and tints

Shades of #A6B294

#A6B294
(166,178,148)
#97A287
(151,162,135)
#88927A
(136,146,122)
#79826D
(121,130,109)
#6A7260
(106,114,96)
#5B6253
(91,98,83)
#4C5246
(76,82,70)
#3D4239
(61,66,57)
#2E322C
(46,50,44)
#1F221F
(31,34,31)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A6B294

#A6B294
(166,178,148)
#AEB99D
(174,185,157)
#B6C0A6
(182,192,166)
#BEC7AF
(190,199,175)
#C6CEB8
(198,206,184)
#CED5C1
(206,213,193)
#D6DCCA
(214,220,202)
#DEE3D3
(222,227,211)
#E6EADC
(230,234,220)
#EEF1E5
(238,241,229)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B294; }

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

This text font color is #A6B294.


Background Color

.myBgColor { background-color: #A6B294; }

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

This div background color is #A6B294.


Border color

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

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

This div border color is #A6B294.


Opacity

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

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

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

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

This text has shadow with #A6B294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B294 on black background.


Color preview on white background

This text has color #A6B294 on white background.



Black color preview on #A6B294 background

This text has black color on #A6B294 background.


White color preview on #A6B294 background

This text has white color on #A6B294 background.