COLOR #A6BC93

HEX: #A6BC93 RGB: (166,188,147)

Color info

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

RGB color model

#A6BC93 color RGB value is (166,188,147).

RGB: (166,188,147) (65%, 74%, 58%)

RGB channels and saturation

R 166 of 255 = 65%
G 188 of 255 = 74%
B 147 of 255 = 58%

166
188
147

R + G + B ~ 66%. #A6BC93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 188 + 147 = 501 (100%)
R 166 of 501 ~ 33.13%
G 188 of 501 ~ 37.52%
B 147 of 501 ~ 29.34'%

%33.13
%37.52
%29.34

CMYK color model

#A6BC93 color CMYK value is (12,0,22,26).

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

CMYK: (12,0,22,26)
C12M0Y22K26 (12%, 0%, 22%, 26%)
(0.12 / 0.00 / 0.22 / 0.26)

CMYK percentages

%11.7
%0
%21.81
%26.27

Codes

Color #A6BC93 in popluar color models

A6 BC 93
RGB 166 188 147
HSL 92° 23.43% 65.69%
HSB/HSV 92° 21.81% 73.73%
CMYK 11.70% 0.00% 21.81%
26.27%

Color #A6BC93 in popluar number systems.

HEX A6 BC 93
Decimal 166 188 147
Binary 10100110 10111100 10010011
Octal 246 274 223

Shades and tints

Shades of #A6BC93

#A6BC93
(166,188,147)
#97AB86
(151,171,134)
#889A79
(136,154,121)
#79896C
(121,137,108)
#6A785F
(106,120,95)
#5B6752
(91,103,82)
#4C5645
(76,86,69)
#3D4538
(61,69,56)
#2E342B
(46,52,43)
#1F231E
(31,35,30)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #A6BC93

#A6BC93
(166,188,147)
#AEC29C
(174,194,156)
#B6C8A5
(182,200,165)
#BECEAE
(190,206,174)
#C6D4B7
(198,212,183)
#CEDAC0
(206,218,192)
#D6E0C9
(214,224,201)
#DEE6D2
(222,230,210)
#E6ECDB
(230,236,219)
#EEF2E4
(238,242,228)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BC93; }

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

This text font color is #A6BC93.

Background Color

.myBgColor { background-color: #A6BC93; }

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

This div background color is #A6BC93.

Border color

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

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

This div border color is #A6BC93.

Opacity

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

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

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

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

This text has shadow with #A6BC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BC93.

Preview

Color preview on black background

This text has color #A6BC93 on black background.


Color preview on white background

This text has color #A6BC93 on white background.


Black color preview on #A6BC93 background

This text has black color on #A6BC93 background.


White color preview on #A6BC93 background

This text has white color on #A6BC93 background.


Related colors

Complementary color

Complementary color for #hex is #59436C.


I love getcolorcode.com

Triadic colors

1 #93A6BC and #BC93A6 with #A6BC93 are triadic colors.

2 #93BCA6 and #BCA693 with #A6BC93 are triadic colors.