COLOR #A6C2A3

HEX: #A6C2A3
RGB: (166,194,163)

Color info

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

RGB color model

#A6C2A3 color RGB value is (166,194,163).

  • red value is 166;
  • green value is 194;
  • blue value is 163.
RGB:
(166,194,163)
(65%,76%,64%)

RGB channels and saturation

R 166 of 255 = 65%
G 194 of 255 = 76%
B 163 of 255 = 64%

166
194
163

R + G + B ~ 68%. #A6C2A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 194 + 163 = 523 (100%)
R 166 of 523 ~ 31.74%
G 194 of 523 ~ 37.09%
B 163 of 523 ~ 31.17%

%31.74
%37.09
%31.17

CMYK color model

#A6C2A3 color CMYK value is (14,0,16,24).

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 23.92%
CMYK:
(14,0,16,24)
C14M0Y16K24 
(14%,0%,16%,24%)
(0.14/0.00/0.16/0.24)	

CMYK percentages

%14.43
%0
%15.98
%23.92

Codes

Color #A6C2A3 in popluar color models

A6C2A3
RGB166194163
HSL114°20.26%70.00%
HSB/HSV114°15.98%76.08%
CMYK14.43%0.00%15.98%
23.92%

Color #A6C2A3 in popluar number systems.

HEXA6C2A3
Decimal166194163
Binary101001101100001010100011
Octal246302243

Shades and tints

Shades of #A6C2A3

#A6C2A3
(166,194,163)
#97B195
(151,177,149)
#88A087
(136,160,135)
#798F79
(121,143,121)
#6A7E6B
(106,126,107)
#5B6D5D
(91,109,93)
#4C5C4F
(76,92,79)
#3D4B41
(61,75,65)
#2E3A33
(46,58,51)
#1F2925
(31,41,37)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6C2A3

#A6C2A3
(166,194,163)
#AEC7AB
(174,199,171)
#B6CCB3
(182,204,179)
#BED1BB
(190,209,187)
#C6D6C3
(198,214,195)
#CEDBCB
(206,219,203)
#D6E0D3
(214,224,211)
#DEE5DB
(222,229,219)
#E6EAE3
(230,234,227)
#EEEFEB
(238,239,235)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C2A3 color. Also use rgb(166,194,163) instead hex code.

Text Font Color

.myTextColor { color: #A6C2A3; }

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

This text font color is #A6C2A3.


Background Color

.myBgColor { background-color: #A6C2A3; }

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

This div background color is #A6C2A3.


Border color

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

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

This div border color is #A6C2A3.


Opacity

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

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

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

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

This text has shadow with #A6C2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C2A3 on black background.


Color preview on white background

This text has color #A6C2A3 on white background.



Black color preview on #A6C2A3 background

This text has black color on #A6C2A3 background.


White color preview on #A6C2A3 background

This text has white color on #A6C2A3 background.