COLOR #A6C89F

HEX: #A6C89F
RGB: (166,200,159)

Color info

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

RGB color model

#A6C89F color RGB value is (166,200,159).

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

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 159 of 255 = 62%

166
200
159

R + G + B ~ 68%. #A6C89F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 200 + 159 = 525 (100%)
R 166 of 525 ~ 31.62%
G 200 of 525 ~ 38.1%
B 159 of 525 ~ 30.29%

%31.62
%38.1
%30.29

CMYK color model

#A6C89F color CMYK value is (17,0,21,22).

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 21.57%
CMYK:
(17,0,21,22)
C17M0Y21K22 
(17%,0%,21%,22%)
(0.17/0.00/0.21/0.22)	

CMYK percentages

%17
%0
%20.5
%21.57

Codes

Color #A6C89F in popluar color models

A6C89F
RGB166200159
HSL110°27.15%70.39%
HSB/HSV110°20.50%78.43%
CMYK17.00%0.00%20.50%
21.57%

Color #A6C89F in popluar number systems.

HEXA6C89F
Decimal166200159
Binary101001101100100010011111
Octal246310237

Shades and tints

Shades of #A6C89F

#A6C89F
(166,200,159)
#97B691
(151,182,145)
#88A483
(136,164,131)
#799275
(121,146,117)
#6A8067
(106,128,103)
#5B6E59
(91,110,89)
#4C5C4B
(76,92,75)
#3D4A3D
(61,74,61)
#2E382F
(46,56,47)
#1F2621
(31,38,33)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #A6C89F

#A6C89F
(166,200,159)
#AECDA7
(174,205,167)
#B6D2AF
(182,210,175)
#BED7B7
(190,215,183)
#C6DCBF
(198,220,191)
#CEE1C7
(206,225,199)
#D6E6CF
(214,230,207)
#DEEBD7
(222,235,215)
#E6F0DF
(230,240,223)
#EEF5E7
(238,245,231)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C89F; }

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

This text font color is #A6C89F.


Background Color

.myBgColor { background-color: #A6C89F; }

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

This div background color is #A6C89F.


Border color

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

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

This div border color is #A6C89F.


Opacity

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

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

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

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

This text has shadow with #A6C89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C89F on black background.


Color preview on white background

This text has color #A6C89F on white background.



Black color preview on #A6C89F background

This text has black color on #A6C89F background.


White color preview on #A6C89F background

This text has white color on #A6C89F background.