COLOR #A6BA83

HEX: #A6BA83 RGB: (166,186,131)

Color info

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

RGB color model

#A6BA83 color RGB value is (166,186,131).

RGB: (166,186,131) (65%, 73%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 186 of 255 = 73%
B 131 of 255 = 51%

166
186
131

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

Portions of RGB colors in percentages

R + G + B = 166 + 186 + 131 = 483 (100%)
R 166 of 483 ~ 34.37%
G 186 of 483 ~ 38.51%
B 131 of 483 ~ 27.12'%

%34.37
%38.51
%27.12

CMYK color model

#A6BA83 color CMYK value is (11,0,30,27).

  • cyan value is 10.75%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 27.06%

CMYK: (11,0,30,27)
C11M0Y30K27 (11%, 0%, 30%, 27%)
(0.11 / 0.00 / 0.30 / 0.27)

CMYK percentages

%10.75
%0
%29.57
%27.06

Codes

Color #A6BA83 in popluar color models

A6 BA 83
RGB 166 186 131
HSL 82° 28.50% 62.16%
HSB/HSV 82° 29.57% 72.94%
CMYK 10.75% 0.00% 29.57%
27.06%

Color #A6BA83 in popluar number systems.

HEX A6 BA 83
Decimal 166 186 131
Binary 10100110 10111010 10000011
Octal 246 272 203

Shades and tints

Shades of #A6BA83

#A6BA83
(166,186,131)
#97AA78
(151,170,120)
#889A6D
(136,154,109)
#798A62
(121,138,98)
#6A7A57
(106,122,87)
#5B6A4C
(91,106,76)
#4C5A41
(76,90,65)
#3D4A36
(61,74,54)
#2E3A2B
(46,58,43)
#1F2A20
(31,42,32)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #A6BA83

#A6BA83
(166,186,131)
#AEC08E
(174,192,142)
#B6C699
(182,198,153)
#BECCA4
(190,204,164)
#C6D2AF
(198,210,175)
#CED8BA
(206,216,186)
#D6DEC5
(214,222,197)
#DEE4D0
(222,228,208)
#E6EADB
(230,234,219)
#EEF0E6
(238,240,230)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BA83; }

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

This text font color is #A6BA83.

Background Color

.myBgColor { background-color: #A6BA83; }

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

This div background color is #A6BA83.

Border color

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

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

This div border color is #A6BA83.

Opacity

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

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

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

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

This text has shadow with #A6BA83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BA83.

Preview

Color preview on black background

This text has color #A6BA83 on black background.


Color preview on white background

This text has color #A6BA83 on white background.


Black color preview on #A6BA83 background

This text has black color on #A6BA83 background.


White color preview on #A6BA83 background

This text has white color on #A6BA83 background.


Related colors

Complementary color

Complementary color for #hex is #59457C.


I love getcolorcode.com

Triadic colors

1 #83A6BA and #BA83A6 with #A6BA83 are triadic colors.

2 #83BAA6 and #BAA683 with #A6BA83 are triadic colors.