COLOR #A6C485

HEX: #A6C485
RGB: (166,196,133)

Color info

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

RGB color model

#A6C485 color RGB value is (166,196,133).

  • red value is 166;
  • green value is 196;
  • blue value is 133.
RGB:
(166,196,133)
(65%,77%,52%)

RGB channels and saturation

R 166 of 255 = 65%
G 196 of 255 = 77%
B 133 of 255 = 52%

166
196
133

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

Portions of RGB colors in percentages

R + G + B =
166 + 196 + 133 = 495 (100%)
R 166 of 495 ~ 33.54%
G 196 of 495 ~ 39.6%
B 133 of 495 ~ 26.87%

%33.54
%39.6
%26.87

CMYK color model

#A6C485 color CMYK value is (15,0,32,23).

  • cyan value is 15.31%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 23.14%
CMYK:
(15,0,32,23)
C15M0Y32K23 
(15%,0%,32%,23%)
(0.15/0.00/0.32/0.23)	

CMYK percentages

%15.31
%0
%32.14
%23.14

Codes

Color #A6C485 in popluar color models

A6C485
RGB166196133
HSL89°34.81%64.51%
HSB/HSV89°32.14%76.86%
CMYK15.31%0.00%32.14%
23.14%

Color #A6C485 in popluar number systems.

HEXA6C485
Decimal166196133
Binary101001101100010010000101
Octal246304205

Shades and tints

Shades of #A6C485

#A6C485
(166,196,133)
#97B379
(151,179,121)
#88A26D
(136,162,109)
#799161
(121,145,97)
#6A8055
(106,128,85)
#5B6F49
(91,111,73)
#4C5E3D
(76,94,61)
#3D4D31
(61,77,49)
#2E3C25
(46,60,37)
#1F2B19
(31,43,25)
#101A0D
(16,26,13)
#000000
(0,0,0)

Tints of #A6C485

#A6C485
(166,196,133)
#AEC990
(174,201,144)
#B6CE9B
(182,206,155)
#BED3A6
(190,211,166)
#C6D8B1
(198,216,177)
#CEDDBC
(206,221,188)
#D6E2C7
(214,226,199)
#DEE7D2
(222,231,210)
#E6ECDD
(230,236,221)
#EEF1E8
(238,241,232)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C485 color. Also use rgb(166,196,133) instead hex code.

Text Font Color

.myTextColor { color: #A6C485; }

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

This text font color is #A6C485.


Background Color

.myBgColor { background-color: #A6C485; }

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

This div background color is #A6C485.


Border color

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

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

This div border color is #A6C485.


Opacity

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

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

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

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

This text has shadow with #A6C485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C485 on black background.


Color preview on white background

This text has color #A6C485 on white background.



Black color preview on #A6C485 background

This text has black color on #A6C485 background.


White color preview on #A6C485 background

This text has white color on #A6C485 background.