COLOR #A6C692

HEX: #A6C692
RGB: (166,198,146)

Color info

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

RGB color model

#A6C692 color RGB value is (166,198,146).

  • red value is 166;
  • green value is 198;
  • blue value is 146.
RGB:
(166,198,146)
(65%,78%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 198 of 255 = 78%
B 146 of 255 = 57%

166
198
146

R + G + B ~ 67%. #A6C692 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 198 + 146 = 510 (100%)
R 166 of 510 ~ 32.55%
G 198 of 510 ~ 38.82%
B 146 of 510 ~ 28.63%

%32.55
%38.82
%28.63

CMYK color model

#A6C692 color CMYK value is (16,0,26,22).

  • cyan value is 16.16%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 22.35%
CMYK:
(16,0,26,22)
C16M0Y26K22 
(16%,0%,26%,22%)
(0.16/0.00/0.26/0.22)	

CMYK percentages

%16.16
%0
%26.26
%22.35

Codes

Color #A6C692 in popluar color models

A6C692
RGB166198146
HSL97°31.33%67.45%
HSB/HSV97°26.26%77.65%
CMYK16.16%0.00%26.26%
22.35%

Color #A6C692 in popluar number systems.

HEXA6C692
Decimal166198146
Binary101001101100011010010010
Octal246306222

Shades and tints

Shades of #A6C692

#A6C692
(166,198,146)
#97B485
(151,180,133)
#88A278
(136,162,120)
#79906B
(121,144,107)
#6A7E5E
(106,126,94)
#5B6C51
(91,108,81)
#4C5A44
(76,90,68)
#3D4837
(61,72,55)
#2E362A
(46,54,42)
#1F241D
(31,36,29)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A6C692

#A6C692
(166,198,146)
#AECB9B
(174,203,155)
#B6D0A4
(182,208,164)
#BED5AD
(190,213,173)
#C6DAB6
(198,218,182)
#CEDFBF
(206,223,191)
#D6E4C8
(214,228,200)
#DEE9D1
(222,233,209)
#E6EEDA
(230,238,218)
#EEF3E3
(238,243,227)
#F6F8EC
(246,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C692 color. Also use rgb(166,198,146) instead hex code.

Text Font Color

.myTextColor { color: #A6C692; }

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

This text font color is #A6C692.


Background Color

.myBgColor { background-color: #A6C692; }

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

This div background color is #A6C692.


Border color

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

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

This div border color is #A6C692.


Opacity

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

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

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

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

This text has shadow with #A6C692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C692 on black background.


Color preview on white background

This text has color #A6C692 on white background.



Black color preview on #A6C692 background

This text has black color on #A6C692 background.


White color preview on #A6C692 background

This text has white color on #A6C692 background.