COLOR #A6C195

HEX: #A6C195
RGB: (166,193,149)

Color info

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

RGB color model

#A6C195 color RGB value is (166,193,149).

  • red value is 166;
  • green value is 193;
  • blue value is 149.
RGB:
(166,193,149)
(65%,76%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 193 of 255 = 76%
B 149 of 255 = 58%

166
193
149

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

Portions of RGB colors in percentages

R + G + B =
166 + 193 + 149 = 508 (100%)
R 166 of 508 ~ 32.68%
G 193 of 508 ~ 37.99%
B 149 of 508 ~ 29.33%

%32.68
%37.99
%29.33

CMYK color model

#A6C195 color CMYK value is (14,0,23,24).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%
CMYK:
(14,0,23,24)
C14M0Y23K24 
(14%,0%,23%,24%)
(0.14/0.00/0.23/0.24)	

CMYK percentages

%13.99
%0
%22.8
%24.31

Codes

Color #A6C195 in popluar color models

A6C195
RGB166193149
HSL97°26.19%67.06%
HSB/HSV97°22.80%75.69%
CMYK13.99%0.00%22.80%
24.31%

Color #A6C195 in popluar number systems.

HEXA6C195
Decimal166193149
Binary101001101100000110010101
Octal246301225

Shades and tints

Shades of #A6C195

#A6C195
(166,193,149)
#97B088
(151,176,136)
#889F7B
(136,159,123)
#798E6E
(121,142,110)
#6A7D61
(106,125,97)
#5B6C54
(91,108,84)
#4C5B47
(76,91,71)
#3D4A3A
(61,74,58)
#2E392D
(46,57,45)
#1F2820
(31,40,32)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #A6C195

#A6C195
(166,193,149)
#AEC69E
(174,198,158)
#B6CBA7
(182,203,167)
#BED0B0
(190,208,176)
#C6D5B9
(198,213,185)
#CEDAC2
(206,218,194)
#D6DFCB
(214,223,203)
#DEE4D4
(222,228,212)
#E6E9DD
(230,233,221)
#EEEEE6
(238,238,230)
#F6F3EF
(246,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C195 color. Also use rgb(166,193,149) instead hex code.

Text Font Color

.myTextColor { color: #A6C195; }

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

This text font color is #A6C195.


Background Color

.myBgColor { background-color: #A6C195; }

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

This div background color is #A6C195.


Border color

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

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

This div border color is #A6C195.


Opacity

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

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

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

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

This text has shadow with #A6C195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C195 on black background.


Color preview on white background

This text has color #A6C195 on white background.



Black color preview on #A6C195 background

This text has black color on #A6C195 background.


White color preview on #A6C195 background

This text has white color on #A6C195 background.