COLOR #A6BC89

HEX: #A6BC89 RGB: (166,188,137)

Color info

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

RGB color model

#A6BC89 color RGB value is (166,188,137).

RGB: (166,188,137) (65%, 74%, 54%)

RGB channels and saturation

R 166 of 255 = 65%
G 188 of 255 = 74%
B 137 of 255 = 54%

166
188
137

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

Portions of RGB colors in percentages

R + G + B = 166 + 188 + 137 = 491 (100%)
R 166 of 491 ~ 33.81%
G 188 of 491 ~ 38.29%
B 137 of 491 ~ 27.9'%

%33.81
%38.29
%27.9

CMYK color model

#A6BC89 color CMYK value is (12,0,27,26).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 26.27%

CMYK: (12,0,27,26)
C12M0Y27K26 (12%, 0%, 27%, 26%)
(0.12 / 0.00 / 0.27 / 0.26)

CMYK percentages

%11.7
%0
%27.13
%26.27

Codes

Color #A6BC89 in popluar color models

A6 BC 89
RGB 166 188 137
HSL 86° 27.57% 63.73%
HSB/HSV 86° 27.13% 73.73%
CMYK 11.70% 0.00% 27.13%
26.27%

Color #A6BC89 in popluar number systems.

HEX A6 BC 89
Decimal 166 188 137
Binary 10100110 10111100 10001001
Octal 246 274 211

Shades and tints

Shades of #A6BC89

#A6BC89
(166,188,137)
#97AB7D
(151,171,125)
#889A71
(136,154,113)
#798965
(121,137,101)
#6A7859
(106,120,89)
#5B674D
(91,103,77)
#4C5641
(76,86,65)
#3D4535
(61,69,53)
#2E3429
(46,52,41)
#1F231D
(31,35,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #A6BC89

#A6BC89
(166,188,137)
#AEC293
(174,194,147)
#B6C89D
(182,200,157)
#BECEA7
(190,206,167)
#C6D4B1
(198,212,177)
#CEDABB
(206,218,187)
#D6E0C5
(214,224,197)
#DEE6CF
(222,230,207)
#E6ECD9
(230,236,217)
#EEF2E3
(238,242,227)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BC89 color. Also use rgb(166,188,137) instead hex code.

Text Font Color

.myTextColor { color: #A6BC89; }

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

This text font color is #A6BC89.

Background Color

.myBgColor { background-color: #A6BC89; }

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

This div background color is #A6BC89.

Border color

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

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

This div border color is #A6BC89.

Opacity

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

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

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

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

This text has shadow with #A6BC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BC89.

Preview

Color preview on black background

This text has color #A6BC89 on black background.


Color preview on white background

This text has color #A6BC89 on white background.


Black color preview on #A6BC89 background

This text has black color on #A6BC89 background.


White color preview on #A6BC89 background

This text has white color on #A6BC89 background.


Related colors

Complementary color

Complementary color for #hex is #594376.


I love getcolorcode.com

Triadic colors

1 #89A6BC and #BC89A6 with #A6BC89 are triadic colors.

2 #89BCA6 and #BCA689 with #A6BC89 are triadic colors.