COLOR #A6C881

HEX: #A6C881
RGB: (166,200,129)

Color info

#A6C881 contains mainly red and green colors. Web safe color of #A6C881 is #99CC99 (or #9C9).

RGB color model

#A6C881 color RGB value is (166,200,129).

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

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 129 of 255 = 51%

166
200
129

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

Portions of RGB colors in percentages

R + G + B =
166 + 200 + 129 = 495 (100%)
R 166 of 495 ~ 33.54%
G 200 of 495 ~ 40.4%
B 129 of 495 ~ 26.06%

%33.54
%40.4
%26.06

CMYK color model

#A6C881 color CMYK value is (17,0,36,22).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 35.50%
  • key color value is 21.57%
CMYK:
(17,0,36,22)
C17M0Y36K22 
(17%,0%,36%,22%)
(0.17/0.00/0.36/0.22)	

CMYK percentages

%17
%0
%35.5
%21.57

Codes

Color #A6C881 in popluar color models

A6C881
RGB166200129
HSL89°39.23%64.51%
HSB/HSV89°35.50%78.43%
CMYK17.00%0.00%35.50%
21.57%

Color #A6C881 in popluar number systems.

HEXA6C881
Decimal166200129
Binary101001101100100010000001
Octal246310201

Shades and tints

Shades of #A6C881

#A6C881
(166,200,129)
#97B676
(151,182,118)
#88A46B
(136,164,107)
#799260
(121,146,96)
#6A8055
(106,128,85)
#5B6E4A
(91,110,74)
#4C5C3F
(76,92,63)
#3D4A34
(61,74,52)
#2E3829
(46,56,41)
#1F261E
(31,38,30)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #A6C881

#A6C881
(166,200,129)
#AECD8C
(174,205,140)
#B6D297
(182,210,151)
#BED7A2
(190,215,162)
#C6DCAD
(198,220,173)
#CEE1B8
(206,225,184)
#D6E6C3
(214,230,195)
#DEEBCE
(222,235,206)
#E6F0D9
(230,240,217)
#EEF5E4
(238,245,228)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C881; }

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

This text font color is #A6C881.


Background Color

.myBgColor { background-color: #A6C881; }

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

This div background color is #A6C881.


Border color

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

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

This div border color is #A6C881.


Opacity

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

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

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

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

This text has shadow with #A6C881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C881 on black background.


Color preview on white background

This text has color #A6C881 on white background.



Black color preview on #A6C881 background

This text has black color on #A6C881 background.


White color preview on #A6C881 background

This text has white color on #A6C881 background.