COLOR #A6BC7C

HEX: #A6BC7C
RGB: (166,188,124)

Color info

#A6BC7C contains mainly red and green colors. Web safe color of #A6BC7C is #99CC66 (or #9C6).

RGB color model

#A6BC7C color RGB value is (166,188,124).

  • red value is 166;
  • green value is 188;
  • blue value is 124.
RGB:
(166,188,124)
(65%,74%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 188 of 255 = 74%
B 124 of 255 = 49%

166
188
124

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

Portions of RGB colors in percentages

R + G + B =
166 + 188 + 124 = 478 (100%)
R 166 of 478 ~ 34.73%
G 188 of 478 ~ 39.33%
B 124 of 478 ~ 25.94%

%34.73
%39.33
%25.94

CMYK color model

#A6BC7C color CMYK value is (12,0,34,26).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 26.27%
CMYK:
(12,0,34,26)
C12M0Y34K26 
(12%,0%,34%,26%)
(0.12/0.00/0.34/0.26)	

CMYK percentages

%11.7
%0
%34.04
%26.27

Codes

Color #A6BC7C in popluar color models

A6BC7C
RGB166188124
HSL81°32.32%61.18%
HSB/HSV81°34.04%73.73%
CMYK11.70%0.00%34.04%
26.27%

Color #A6BC7C in popluar number systems.

HEXA6BC7C
Decimal166188124
Binary10100110101111001111100
Octal246274174

Shades and tints

Shades of #A6BC7C

#A6BC7C
(166,188,124)
#97AB71
(151,171,113)
#889A66
(136,154,102)
#79895B
(121,137,91)
#6A7850
(106,120,80)
#5B6745
(91,103,69)
#4C563A
(76,86,58)
#3D452F
(61,69,47)
#2E3424
(46,52,36)
#1F2319
(31,35,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #A6BC7C

#A6BC7C
(166,188,124)
#AEC287
(174,194,135)
#B6C892
(182,200,146)
#BECE9D
(190,206,157)
#C6D4A8
(198,212,168)
#CEDAB3
(206,218,179)
#D6E0BE
(214,224,190)
#DEE6C9
(222,230,201)
#E6ECD4
(230,236,212)
#EEF2DF
(238,242,223)
#F6F8EA
(246,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BC7C; }

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

This text font color is #A6BC7C.


Background Color

.myBgColor { background-color: #A6BC7C; }

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

This div background color is #A6BC7C.


Border color

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

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

This div border color is #A6BC7C.


Opacity

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

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

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

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

This text has shadow with #A6BC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BC7C on black background.


Color preview on white background

This text has color #A6BC7C on white background.



Black color preview on #A6BC7C background

This text has black color on #A6BC7C background.


White color preview on #A6BC7C background

This text has white color on #A6BC7C background.