COLOR #A6C08E

HEX: #A6C08E RGB: (166,192,142)

Color info

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

RGB color model

#A6C08E color RGB value is (166,192,142).

RGB: (166,192,142) (65%, 75%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 142 of 255 = 56%

166
192
142

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

Portions of RGB colors in percentages

R + G + B = 166 + 192 + 142 = 500 (100%)
R 166 of 500 ~ 33.2%
G 192 of 500 ~ 38.4%
B 142 of 500 ~ 28.4'%

%33.2
%38.4
%28.4

CMYK color model

#A6C08E color CMYK value is (14,0,26,25).

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

CMYK: (14,0,26,25)
C14M0Y26K25 (14%, 0%, 26%, 25%)
(0.14 / 0.00 / 0.26 / 0.25)

CMYK percentages

%13.54
%0
%26.04
%24.71

Codes

Color #A6C08E in popluar color models

A6 C0 8E
RGB 166 192 142
HSL 91° 28.41% 65.49%
HSB/HSV 91° 26.04% 75.29%
CMYK 13.54% 0.00% 26.04%
24.71%

Color #A6C08E in popluar number systems.

HEX A6 C0 8E
Decimal 166 192 142
Binary 10100110 11000000 10001110
Octal 246 300 216

Shades and tints

Shades of #A6C08E

#A6C08E
(166,192,142)
#97AF82
(151,175,130)
#889E76
(136,158,118)
#798D6A
(121,141,106)
#6A7C5E
(106,124,94)
#5B6B52
(91,107,82)
#4C5A46
(76,90,70)
#3D493A
(61,73,58)
#2E382E
(46,56,46)
#1F2722
(31,39,34)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #A6C08E

#A6C08E
(166,192,142)
#AEC598
(174,197,152)
#B6CAA2
(182,202,162)
#BECFAC
(190,207,172)
#C6D4B6
(198,212,182)
#CED9C0
(206,217,192)
#D6DECA
(214,222,202)
#DEE3D4
(222,227,212)
#E6E8DE
(230,232,222)
#EEEDE8
(238,237,232)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C08E; }

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

This text font color is #A6C08E.

Background Color

.myBgColor { background-color: #A6C08E; }

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

This div background color is #A6C08E.

Border color

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

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

This div border color is #A6C08E.

Opacity

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

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

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

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

This text has shadow with #A6C08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C08E.

Preview

Color preview on black background

This text has color #A6C08E on black background.


Color preview on white background

This text has color #A6C08E on white background.


Black color preview on #A6C08E background

This text has black color on #A6C08E background.


White color preview on #A6C08E background

This text has white color on #A6C08E background.


Related colors

Complementary color

Complementary color for #hex is #593F71.


I love getcolorcode.com

Triadic colors

1 #8EA6C0 and #C08EA6 with #A6C08E are triadic colors.

2 #8EC0A6 and #C0A68E with #A6C08E are triadic colors.