COLOR #A6C88C

HEX: #A6C88C
RGB: (166,200,140)

Color info

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

RGB color model

#A6C88C color RGB value is (166,200,140).

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

RGB channels and saturation

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

166
200
140

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

Portions of RGB colors in percentages

R + G + B =
166 + 200 + 140 = 506 (100%)
R 166 of 506 ~ 32.81%
G 200 of 506 ~ 39.53%
B 140 of 506 ~ 27.67%

%32.81
%39.53
%27.67

CMYK color model

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

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

Codes

Color #A6C88C in popluar color models

A6C88C
RGB166200140
HSL94°35.29%66.67%
HSB/HSV94°30.00%78.43%
CMYK17.00%0.00%30.00%
21.57%

Color #A6C88C in popluar number systems.

HEXA6C88C
Decimal166200140
Binary101001101100100010001100
Octal246310214

Shades and tints

Shades of #A6C88C

#A6C88C
(166,200,140)
#97B680
(151,182,128)
#88A474
(136,164,116)
#799268
(121,146,104)
#6A805C
(106,128,92)
#5B6E50
(91,110,80)
#4C5C44
(76,92,68)
#3D4A38
(61,74,56)
#2E382C
(46,56,44)
#1F2620
(31,38,32)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #A6C88C

#A6C88C
(166,200,140)
#AECD96
(174,205,150)
#B6D2A0
(182,210,160)
#BED7AA
(190,215,170)
#C6DCB4
(198,220,180)
#CEE1BE
(206,225,190)
#D6E6C8
(214,230,200)
#DEEBD2
(222,235,210)
#E6F0DC
(230,240,220)
#EEF5E6
(238,245,230)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C88C; }

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

This text font color is #A6C88C.


Background Color

.myBgColor { background-color: #A6C88C; }

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

This div background color is #A6C88C.


Border color

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

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

This div border color is #A6C88C.


Opacity

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

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

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

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

This text has shadow with #A6C88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C88C on black background.


Color preview on white background

This text has color #A6C88C on white background.



Black color preview on #A6C88C background

This text has black color on #A6C88C background.


White color preview on #A6C88C background

This text has white color on #A6C88C background.