COLOR #A6CC7E

HEX: #A6CC7E
RGB: (166,204,126)

Color info

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

RGB color model

#A6CC7E color RGB value is (166,204,126).

  • red value is 166;
  • green value is 204;
  • blue value is 126.
RGB:
(166,204,126)
(65%,80%,49%)

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 126 of 255 = 49%

166
204
126

R + G + B ~ 65%. #A6CC7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 204 + 126 = 496 (100%)
R 166 of 496 ~ 33.47%
G 204 of 496 ~ 41.13%
B 126 of 496 ~ 25.4%

%33.47
%41.13
%25.4

CMYK color model

#A6CC7E color CMYK value is (19,0,38,20).

  • cyan value is 18.63%
  • magenta value is 0.00%
  • yellow value is 38.24%
  • key color value is 20.00%
CMYK:
(19,0,38,20)
C19M0Y38K20 
(19%,0%,38%,20%)
(0.19/0.00/0.38/0.20)	

CMYK percentages

%18.63
%0
%38.24
%20

Codes

Color #A6CC7E in popluar color models

A6CC7E
RGB166204126
HSL89°43.33%64.71%
HSB/HSV89°38.24%80.00%
CMYK18.63%0.00%38.24%
20.00%

Color #A6CC7E in popluar number systems.

HEXA6CC7E
Decimal166204126
Binary10100110110011001111110
Octal246314176

Shades and tints

Shades of #A6CC7E

#A6CC7E
(166,204,126)
#97BA73
(151,186,115)
#88A868
(136,168,104)
#79965D
(121,150,93)
#6A8452
(106,132,82)
#5B7247
(91,114,71)
#4C603C
(76,96,60)
#3D4E31
(61,78,49)
#2E3C26
(46,60,38)
#1F2A1B
(31,42,27)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #A6CC7E

#A6CC7E
(166,204,126)
#AED089
(174,208,137)
#B6D494
(182,212,148)
#BED89F
(190,216,159)
#C6DCAA
(198,220,170)
#CEE0B5
(206,224,181)
#D6E4C0
(214,228,192)
#DEE8CB
(222,232,203)
#E6ECD6
(230,236,214)
#EEF0E1
(238,240,225)
#F6F4EC
(246,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CC7E color. Also use rgb(166,204,126) instead hex code.

Text Font Color

.myTextColor { color: #A6CC7E; }

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

This text font color is #A6CC7E.


Background Color

.myBgColor { background-color: #A6CC7E; }

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

This div background color is #A6CC7E.


Border color

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

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

This div border color is #A6CC7E.


Opacity

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

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

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

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

This text has shadow with #A6CC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CC7E on black background.


Color preview on white background

This text has color #A6CC7E on white background.



Black color preview on #A6CC7E background

This text has black color on #A6CC7E background.


White color preview on #A6CC7E background

This text has white color on #A6CC7E background.