COLOR #A6C07E

HEX: #A6C07E RGB: (166,192,126)

Color info

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

RGB color model

#A6C07E color RGB value is (166,192,126).

RGB: (166,192,126) (65%, 75%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 126 of 255 = 49%

166
192
126

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

Portions of RGB colors in percentages

R + G + B = 166 + 192 + 126 = 484 (100%)
R 166 of 484 ~ 34.3%
G 192 of 484 ~ 39.67%
B 126 of 484 ~ 26.03'%

%34.3
%39.67
%26.03

CMYK color model

#A6C07E color CMYK value is (14,0,34,25).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 24.71%

CMYK: (14,0,34,25)
C14M0Y34K25 (14%, 0%, 34%, 25%)
(0.14 / 0.00 / 0.34 / 0.25)

CMYK percentages

%13.54
%0
%34.38
%24.71

Codes

Color #A6C07E in popluar color models

A6 C0 7E
RGB 166 192 126
HSL 84° 34.38% 62.35%
HSB/HSV 84° 34.38% 75.29%
CMYK 13.54% 0.00% 34.38%
24.71%

Color #A6C07E in popluar number systems.

HEX A6 C0 7E
Decimal 166 192 126
Binary 10100110 11000000 1111110
Octal 246 300 176

Shades and tints

Shades of #A6C07E

#A6C07E
(166,192,126)
#97AF73
(151,175,115)
#889E68
(136,158,104)
#798D5D
(121,141,93)
#6A7C52
(106,124,82)
#5B6B47
(91,107,71)
#4C5A3C
(76,90,60)
#3D4931
(61,73,49)
#2E3826
(46,56,38)
#1F271B
(31,39,27)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #A6C07E

#A6C07E
(166,192,126)
#AEC589
(174,197,137)
#B6CA94
(182,202,148)
#BECF9F
(190,207,159)
#C6D4AA
(198,212,170)
#CED9B5
(206,217,181)
#D6DEC0
(214,222,192)
#DEE3CB
(222,227,203)
#E6E8D6
(230,232,214)
#EEEDE1
(238,237,225)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C07E; }

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

This text font color is #A6C07E.

Background Color

.myBgColor { background-color: #A6C07E; }

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

This div background color is #A6C07E.

Border color

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

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

This div border color is #A6C07E.

Opacity

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

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

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

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

This text has shadow with #A6C07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C07E.

Preview

Color preview on black background

This text has color #A6C07E on black background.


Color preview on white background

This text has color #A6C07E on white background.


Black color preview on #A6C07E background

This text has black color on #A6C07E background.


White color preview on #A6C07E background

This text has white color on #A6C07E background.


Related colors

Complementary color

Complementary color for #hex is #593F81.


I love getcolorcode.com

Triadic colors

1 #7EA6C0 and #C07EA6 with #A6C07E are triadic colors.

2 #7EC0A6 and #C0A67E with #A6C07E are triadic colors.