COLOR #A6C89D

HEX: #A6C89D
RGB: (166,200,157)

Color info

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

RGB color model

#A6C89D color RGB value is (166,200,157).

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

RGB channels and saturation

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

166
200
157

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

Portions of RGB colors in percentages

R + G + B =
166 + 200 + 157 = 523 (100%)
R 166 of 523 ~ 31.74%
G 200 of 523 ~ 38.24%
B 157 of 523 ~ 30.02%

%31.74
%38.24
%30.02

CMYK color model

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

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 21.50%
  • 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
%21.5
%21.57

Codes

Color #A6C89D in popluar color models

A6C89D
RGB166200157
HSL107°28.10%70.00%
HSB/HSV107°21.50%78.43%
CMYK17.00%0.00%21.50%
21.57%

Color #A6C89D in popluar number systems.

HEXA6C89D
Decimal166200157
Binary101001101100100010011101
Octal246310235

Shades and tints

Shades of #A6C89D

#A6C89D
(166,200,157)
#97B68F
(151,182,143)
#88A481
(136,164,129)
#799273
(121,146,115)
#6A8065
(106,128,101)
#5B6E57
(91,110,87)
#4C5C49
(76,92,73)
#3D4A3B
(61,74,59)
#2E382D
(46,56,45)
#1F261F
(31,38,31)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #A6C89D

#A6C89D
(166,200,157)
#AECDA5
(174,205,165)
#B6D2AD
(182,210,173)
#BED7B5
(190,215,181)
#C6DCBD
(198,220,189)
#CEE1C5
(206,225,197)
#D6E6CD
(214,230,205)
#DEEBD5
(222,235,213)
#E6F0DD
(230,240,221)
#EEF5E5
(238,245,229)
#F6FAED
(246,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C89D; }

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

This text font color is #A6C89D.


Background Color

.myBgColor { background-color: #A6C89D; }

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

This div background color is #A6C89D.


Border color

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

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

This div border color is #A6C89D.


Opacity

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

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

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

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

This text has shadow with #A6C89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C89D on black background.


Color preview on white background

This text has color #A6C89D on white background.



Black color preview on #A6C89D background

This text has black color on #A6C89D background.


White color preview on #A6C89D background

This text has white color on #A6C89D background.