COLOR #A6B388

HEX: #A6B388
RGB: (166,179,136)

Color info

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

RGB color model

#A6B388 color RGB value is (166,179,136).

  • red value is 166;
  • green value is 179;
  • blue value is 136.
RGB:
(166,179,136)
(65%,70%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 179 of 255 = 70%
B 136 of 255 = 53%

166
179
136

R + G + B ~ 63%. #A6B388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 179 + 136 = 481 (100%)
R 166 of 481 ~ 34.51%
G 179 of 481 ~ 37.21%
B 136 of 481 ~ 28.27%

%34.51
%37.21
%28.27

CMYK color model

#A6B388 color CMYK value is (7,0,24,30).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 29.80%
CMYK:
(7,0,24,30)
C7M0Y24K30 
(7%,0%,24%,30%)
(0.07/0.00/0.24/0.30)	

CMYK percentages

%7.26
%0
%24.02
%29.8

Codes

Color #A6B388 in popluar color models

A6B388
RGB166179136
HSL78°22.05%61.76%
HSB/HSV78°24.02%70.20%
CMYK7.26%0.00%24.02%
29.80%

Color #A6B388 in popluar number systems.

HEXA6B388
Decimal166179136
Binary101001101011001110001000
Octal246263210

Shades and tints

Shades of #A6B388

#A6B388
(166,179,136)
#97A37C
(151,163,124)
#889370
(136,147,112)
#798364
(121,131,100)
#6A7358
(106,115,88)
#5B634C
(91,99,76)
#4C5340
(76,83,64)
#3D4334
(61,67,52)
#2E3328
(46,51,40)
#1F231C
(31,35,28)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #A6B388

#A6B388
(166,179,136)
#AEB992
(174,185,146)
#B6BF9C
(182,191,156)
#BEC5A6
(190,197,166)
#C6CBB0
(198,203,176)
#CED1BA
(206,209,186)
#D6D7C4
(214,215,196)
#DEDDCE
(222,221,206)
#E6E3D8
(230,227,216)
#EEE9E2
(238,233,226)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B388 color. Also use rgb(166,179,136) instead hex code.

Text Font Color

.myTextColor { color: #A6B388; }

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

This text font color is #A6B388.


Background Color

.myBgColor { background-color: #A6B388; }

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

This div background color is #A6B388.


Border color

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

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

This div border color is #A6B388.


Opacity

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

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

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

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

This text has shadow with #A6B388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B388 on black background.


Color preview on white background

This text has color #A6B388 on white background.



Black color preview on #A6B388 background

This text has black color on #A6B388 background.


White color preview on #A6B388 background

This text has white color on #A6B388 background.