COLOR #A6C88D

HEX: #A6C88D
RGB: (166,200,141)

Color info

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

RGB color model

#A6C88D color RGB value is (166,200,141).

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

RGB channels and saturation

R 166 of 255 = 65%
G 200 of 255 = 78%
B 141 of 255 = 55%

166
200
141

R + G + B ~ 66%. #A6C88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 200 + 141 = 507 (100%)
R 166 of 507 ~ 32.74%
G 200 of 507 ~ 39.45%
B 141 of 507 ~ 27.81%

%32.74
%39.45
%27.81

CMYK color model

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

  • cyan value is 17.00%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(17,0,30,22)
C17M0Y30K22 
(17%,0%,30%,22%)
(0.17/0.00/0.30/0.22)	

CMYK percentages

%17
%0
%29.5
%21.57

Codes

Color #A6C88D in popluar color models

A6C88D
RGB166200141
HSL95°34.91%66.86%
HSB/HSV95°29.50%78.43%
CMYK17.00%0.00%29.50%
21.57%

Color #A6C88D in popluar number systems.

HEXA6C88D
Decimal166200141
Binary101001101100100010001101
Octal246310215

Shades and tints

Shades of #A6C88D

#A6C88D
(166,200,141)
#97B681
(151,182,129)
#88A475
(136,164,117)
#799269
(121,146,105)
#6A805D
(106,128,93)
#5B6E51
(91,110,81)
#4C5C45
(76,92,69)
#3D4A39
(61,74,57)
#2E382D
(46,56,45)
#1F2621
(31,38,33)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #A6C88D

#A6C88D
(166,200,141)
#AECD97
(174,205,151)
#B6D2A1
(182,210,161)
#BED7AB
(190,215,171)
#C6DCB5
(198,220,181)
#CEE1BF
(206,225,191)
#D6E6C9
(214,230,201)
#DEEBD3
(222,235,211)
#E6F0DD
(230,240,221)
#EEF5E7
(238,245,231)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C88D; }

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

This text font color is #A6C88D.


Background Color

.myBgColor { background-color: #A6C88D; }

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

This div background color is #A6C88D.


Border color

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

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

This div border color is #A6C88D.


Opacity

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

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

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

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

This text has shadow with #A6C88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C88D on black background.


Color preview on white background

This text has color #A6C88D on white background.



Black color preview on #A6C88D background

This text has black color on #A6C88D background.


White color preview on #A6C88D background

This text has white color on #A6C88D background.