COLOR #A6C89C

HEX: #A6C89C
RGB: (166,200,156)

Color info

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

RGB color model

#A6C89C color RGB value is (166,200,156).

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

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 156 of 255 = 61%

166
200
156

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

Portions of RGB colors in percentages

R + G + B =
166 + 200 + 156 = 522 (100%)
R 166 of 522 ~ 31.8%
G 200 of 522 ~ 38.31%
B 156 of 522 ~ 29.89%

%31.8
%38.31
%29.89

CMYK color model

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

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%
CMYK:
(17,0,22,22)
C17M0Y22K22 
(17%,0%,22%,22%)
(0.17/0.00/0.22/0.22)	

CMYK percentages

%17
%0
%22
%21.57

Codes

Color #A6C89C in popluar color models

A6C89C
RGB166200156
HSL106°28.57%69.80%
HSB/HSV106°22.00%78.43%
CMYK17.00%0.00%22.00%
21.57%

Color #A6C89C in popluar number systems.

HEXA6C89C
Decimal166200156
Binary101001101100100010011100
Octal246310234

Shades and tints

Shades of #A6C89C

#A6C89C
(166,200,156)
#97B68E
(151,182,142)
#88A480
(136,164,128)
#799272
(121,146,114)
#6A8064
(106,128,100)
#5B6E56
(91,110,86)
#4C5C48
(76,92,72)
#3D4A3A
(61,74,58)
#2E382C
(46,56,44)
#1F261E
(31,38,30)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #A6C89C

#A6C89C
(166,200,156)
#AECDA5
(174,205,165)
#B6D2AE
(182,210,174)
#BED7B7
(190,215,183)
#C6DCC0
(198,220,192)
#CEE1C9
(206,225,201)
#D6E6D2
(214,230,210)
#DEEBDB
(222,235,219)
#E6F0E4
(230,240,228)
#EEF5ED
(238,245,237)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C89C; }

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

This text font color is #A6C89C.


Background Color

.myBgColor { background-color: #A6C89C; }

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

This div background color is #A6C89C.


Border color

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

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

This div border color is #A6C89C.


Opacity

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

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

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

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

This text has shadow with #A6C89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C89C on black background.


Color preview on white background

This text has color #A6C89C on white background.



Black color preview on #A6C89C background

This text has black color on #A6C89C background.


White color preview on #A6C89C background

This text has white color on #A6C89C background.