COLOR #A6C983

HEX: #A6C983
RGB: (166,201,131)

Color info

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

RGB color model

#A6C983 color RGB value is (166,201,131).

  • red value is 166;
  • green value is 201;
  • blue value is 131.
RGB:
(166,201,131)
(65%,79%,51%)

RGB channels and saturation

R 166 of 255 = 65%
G 201 of 255 = 79%
B 131 of 255 = 51%

166
201
131

R + G + B ~ 65%. #A6C983 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 201 + 131 = 498 (100%)
R 166 of 498 ~ 33.33%
G 201 of 498 ~ 40.36%
B 131 of 498 ~ 26.31%

%33.33
%40.36
%26.31

CMYK color model

#A6C983 color CMYK value is (17,0,35,21).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 21.18%
CMYK:
(17,0,35,21)
C17M0Y35K21 
(17%,0%,35%,21%)
(0.17/0.00/0.35/0.21)	

CMYK percentages

%17.41
%0
%34.83
%21.18

Codes

Color #A6C983 in popluar color models

A6C983
RGB166201131
HSL90°39.33%65.10%
HSB/HSV90°34.83%78.82%
CMYK17.41%0.00%34.83%
21.18%

Color #A6C983 in popluar number systems.

HEXA6C983
Decimal166201131
Binary101001101100100110000011
Octal246311203

Shades and tints

Shades of #A6C983

#A6C983
(166,201,131)
#97B778
(151,183,120)
#88A56D
(136,165,109)
#799362
(121,147,98)
#6A8157
(106,129,87)
#5B6F4C
(91,111,76)
#4C5D41
(76,93,65)
#3D4B36
(61,75,54)
#2E392B
(46,57,43)
#1F2720
(31,39,32)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #A6C983

#A6C983
(166,201,131)
#AECD8E
(174,205,142)
#B6D199
(182,209,153)
#BED5A4
(190,213,164)
#C6D9AF
(198,217,175)
#CEDDBA
(206,221,186)
#D6E1C5
(214,225,197)
#DEE5D0
(222,229,208)
#E6E9DB
(230,233,219)
#EEEDE6
(238,237,230)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C983 color. Also use rgb(166,201,131) instead hex code.

Text Font Color

.myTextColor { color: #A6C983; }

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

This text font color is #A6C983.


Background Color

.myBgColor { background-color: #A6C983; }

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

This div background color is #A6C983.


Border color

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

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

This div border color is #A6C983.


Opacity

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

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

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

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

This text has shadow with #A6C983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C983 on black background.


Color preview on white background

This text has color #A6C983 on white background.



Black color preview on #A6C983 background

This text has black color on #A6C983 background.


White color preview on #A6C983 background

This text has white color on #A6C983 background.