COLOR #A6BA85

HEX: #A6BA85
RGB: (166,186,133)

Color info

#A6BA85 contains red, green and blue colors in about the same proportion. Web safe color of #A6BA85 is #99CC99 (or #9C9).

RGB color model

#A6BA85 color RGB value is (166,186,133).

  • red value is 166;
  • green value is 186;
  • blue value is 133.
RGB:
(166,186,133)
(65%,73%,52%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 133 of 255 = 52%

166
186
133

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

Portions of RGB colors in percentages

R + G + B =
166 + 186 + 133 = 485 (100%)
R 166 of 485 ~ 34.23%
G 186 of 485 ~ 38.35%
B 133 of 485 ~ 27.42%

%34.23
%38.35
%27.42

CMYK color model

#A6BA85 color CMYK value is (11,0,28,27).

  • cyan value is 10.75%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • key color value is 27.06%
CMYK:
(11,0,28,27)
C11M0Y28K27 
(11%,0%,28%,27%)
(0.11/0.00/0.28/0.27)	

CMYK percentages

%10.75
%0
%28.49
%27.06

Codes

Color #A6BA85 in popluar color models

A6BA85
RGB166186133
HSL83°27.75%62.55%
HSB/HSV83°28.49%72.94%
CMYK10.75%0.00%28.49%
27.06%

Color #A6BA85 in popluar number systems.

HEXA6BA85
Decimal166186133
Binary101001101011101010000101
Octal246272205

Shades and tints

Shades of #A6BA85

#A6BA85
(166,186,133)
#97AA79
(151,170,121)
#889A6D
(136,154,109)
#798A61
(121,138,97)
#6A7A55
(106,122,85)
#5B6A49
(91,106,73)
#4C5A3D
(76,90,61)
#3D4A31
(61,74,49)
#2E3A25
(46,58,37)
#1F2A19
(31,42,25)
#101A0D
(16,26,13)
#000000
(0,0,0)

Tints of #A6BA85

#A6BA85
(166,186,133)
#AEC090
(174,192,144)
#B6C69B
(182,198,155)
#BECCA6
(190,204,166)
#C6D2B1
(198,210,177)
#CED8BC
(206,216,188)
#D6DEC7
(214,222,199)
#DEE4D2
(222,228,210)
#E6EADD
(230,234,221)
#EEF0E8
(238,240,232)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BA85 color. Also use rgb(166,186,133) instead hex code.

Text Font Color

.myTextColor { color: #A6BA85; }

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

This text font color is #A6BA85.


Background Color

.myBgColor { background-color: #A6BA85; }

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

This div background color is #A6BA85.


Border color

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

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

This div border color is #A6BA85.


Opacity

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

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

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

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

This text has shadow with #A6BA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BA85 on black background.


Color preview on white background

This text has color #A6BA85 on white background.



Black color preview on #A6BA85 background

This text has black color on #A6BA85 background.


White color preview on #A6BA85 background

This text has white color on #A6BA85 background.