COLOR #A6C794

HEX: #A6C794
RGB: (166,199,148)

Color info

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

RGB color model

#A6C794 color RGB value is (166,199,148).

  • red value is 166;
  • green value is 199;
  • blue value is 148.
RGB:
(166,199,148)
(65%,78%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 148 of 255 = 58%

166
199
148

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 148 = 513 (100%)
R 166 of 513 ~ 32.36%
G 199 of 513 ~ 38.79%
B 148 of 513 ~ 28.85%

%32.36
%38.79
%28.85

CMYK color model

#A6C794 color CMYK value is (17,0,26,22).

  • cyan value is 16.58%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 21.96%
CMYK:
(17,0,26,22)
C17M0Y26K22 
(17%,0%,26%,22%)
(0.17/0.00/0.26/0.22)	

CMYK percentages

%16.58
%0
%25.63
%21.96

Codes

Color #A6C794 in popluar color models

A6C794
RGB166199148
HSL99°31.29%68.04%
HSB/HSV99°25.63%78.04%
CMYK16.58%0.00%25.63%
21.96%

Color #A6C794 in popluar number systems.

HEXA6C794
Decimal166199148
Binary101001101100011110010100
Octal246307224

Shades and tints

Shades of #A6C794

#A6C794
(166,199,148)
#97B587
(151,181,135)
#88A37A
(136,163,122)
#79916D
(121,145,109)
#6A7F60
(106,127,96)
#5B6D53
(91,109,83)
#4C5B46
(76,91,70)
#3D4939
(61,73,57)
#2E372C
(46,55,44)
#1F251F
(31,37,31)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #A6C794

#A6C794
(166,199,148)
#AECC9D
(174,204,157)
#B6D1A6
(182,209,166)
#BED6AF
(190,214,175)
#C6DBB8
(198,219,184)
#CEE0C1
(206,224,193)
#D6E5CA
(214,229,202)
#DEEAD3
(222,234,211)
#E6EFDC
(230,239,220)
#EEF4E5
(238,244,229)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C794 color. Also use rgb(166,199,148) instead hex code.

Text Font Color

.myTextColor { color: #A6C794; }

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

This text font color is #A6C794.


Background Color

.myBgColor { background-color: #A6C794; }

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

This div background color is #A6C794.


Border color

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

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

This div border color is #A6C794.


Opacity

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

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

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

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

This text has shadow with #A6C794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C794 on black background.


Color preview on white background

This text has color #A6C794 on white background.



Black color preview on #A6C794 background

This text has black color on #A6C794 background.


White color preview on #A6C794 background

This text has white color on #A6C794 background.