COLOR #A6C87E

HEX: #A6C87E
RGB: (166,200,126)

Color info

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

RGB color model

#A6C87E color RGB value is (166,200,126).

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

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 126 of 255 = 49%

166
200
126

R + G + B ~ 64%. #A6C87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 200 + 126 = 492 (100%)
R 166 of 492 ~ 33.74%
G 200 of 492 ~ 40.65%
B 126 of 492 ~ 25.61%

%33.74
%40.65
%25.61

CMYK color model

#A6C87E color CMYK value is (17,0,37,22).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 21.57%
CMYK:
(17,0,37,22)
C17M0Y37K22 
(17%,0%,37%,22%)
(0.17/0.00/0.37/0.22)	

CMYK percentages

%17
%0
%37
%21.57

Codes

Color #A6C87E in popluar color models

A6C87E
RGB166200126
HSL88°40.22%63.92%
HSB/HSV88°37.00%78.43%
CMYK17.00%0.00%37.00%
21.57%

Color #A6C87E in popluar number systems.

HEXA6C87E
Decimal166200126
Binary10100110110010001111110
Octal246310176

Shades and tints

Shades of #A6C87E

#A6C87E
(166,200,126)
#97B673
(151,182,115)
#88A468
(136,164,104)
#79925D
(121,146,93)
#6A8052
(106,128,82)
#5B6E47
(91,110,71)
#4C5C3C
(76,92,60)
#3D4A31
(61,74,49)
#2E3826
(46,56,38)
#1F261B
(31,38,27)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #A6C87E

#A6C87E
(166,200,126)
#AECD89
(174,205,137)
#B6D294
(182,210,148)
#BED79F
(190,215,159)
#C6DCAA
(198,220,170)
#CEE1B5
(206,225,181)
#D6E6C0
(214,230,192)
#DEEBCB
(222,235,203)
#E6F0D6
(230,240,214)
#EEF5E1
(238,245,225)
#F6FAEC
(246,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C87E; }

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

This text font color is #A6C87E.


Background Color

.myBgColor { background-color: #A6C87E; }

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

This div background color is #A6C87E.


Border color

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

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

This div border color is #A6C87E.


Opacity

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

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

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

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

This text has shadow with #A6C87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C87E on black background.


Color preview on white background

This text has color #A6C87E on white background.



Black color preview on #A6C87E background

This text has black color on #A6C87E background.


White color preview on #A6C87E background

This text has white color on #A6C87E background.