COLOR #A6BE7C

HEX: #A6BE7C
RGB: (166,190,124)

Color info

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

RGB color model

#A6BE7C color RGB value is (166,190,124).

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

RGB channels and saturation

R 166 of 255 = 65%
G 190 of 255 = 75%
B 124 of 255 = 49%

166
190
124

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

Portions of RGB colors in percentages

R + G + B =
166 + 190 + 124 = 480 (100%)
R 166 of 480 ~ 34.58%
G 190 of 480 ~ 39.58%
B 124 of 480 ~ 25.83%

%34.58
%39.58
%25.83

CMYK color model

#A6BE7C color CMYK value is (13,0,35,25).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 34.74%
  • key color value is 25.49%
CMYK:
(13,0,35,25)
C13M0Y35K25 
(13%,0%,35%,25%)
(0.13/0.00/0.35/0.25)	

CMYK percentages

%12.63
%0
%34.74
%25.49

Codes

Color #A6BE7C in popluar color models

A6BE7C
RGB166190124
HSL82°33.67%61.57%
HSB/HSV82°34.74%74.51%
CMYK12.63%0.00%34.74%
25.49%

Color #A6BE7C in popluar number systems.

HEXA6BE7C
Decimal166190124
Binary10100110101111101111100
Octal246276174

Shades and tints

Shades of #A6BE7C

#A6BE7C
(166,190,124)
#97AD71
(151,173,113)
#889C66
(136,156,102)
#798B5B
(121,139,91)
#6A7A50
(106,122,80)
#5B6945
(91,105,69)
#4C583A
(76,88,58)
#3D472F
(61,71,47)
#2E3624
(46,54,36)
#1F2519
(31,37,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #A6BE7C

#A6BE7C
(166,190,124)
#AEC387
(174,195,135)
#B6C892
(182,200,146)
#BECD9D
(190,205,157)
#C6D2A8
(198,210,168)
#CED7B3
(206,215,179)
#D6DCBE
(214,220,190)
#DEE1C9
(222,225,201)
#E6E6D4
(230,230,212)
#EEEBDF
(238,235,223)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BE7C; }

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

This text font color is #A6BE7C.


Background Color

.myBgColor { background-color: #A6BE7C; }

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

This div background color is #A6BE7C.


Border color

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

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

This div border color is #A6BE7C.


Opacity

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

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

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

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

This text has shadow with #A6BE7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BE7C on black background.


Color preview on white background

This text has color #A6BE7C on white background.



Black color preview on #A6BE7C background

This text has black color on #A6BE7C background.


White color preview on #A6BE7C background

This text has white color on #A6BE7C background.