COLOR #A6C5A7

HEX: #A6C5A7
RGB: (166,197,167)

Color info

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

RGB color model

#A6C5A7 color RGB value is (166,197,167).

  • red value is 166;
  • green value is 197;
  • blue value is 167.
RGB:
(166,197,167)
(65%,77%,65%)

RGB channels and saturation

R 166 of 255 = 65%
G 197 of 255 = 77%
B 167 of 255 = 65%

166
197
167

R + G + B ~ 69%. #A6C5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 197 + 167 = 530 (100%)
R 166 of 530 ~ 31.32%
G 197 of 530 ~ 37.17%
B 167 of 530 ~ 31.51%

%31.32
%37.17
%31.51

CMYK color model

#A6C5A7 color CMYK value is (16,0,15,23).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK:
(16,0,15,23)
C16M0Y15K23 
(16%,0%,15%,23%)
(0.16/0.00/0.15/0.23)	

CMYK percentages

%15.74
%0
%15.23
%22.75

Codes

Color #A6C5A7 in popluar color models

A6C5A7
RGB166197167
HSL122°21.09%71.18%
HSB/HSV122°15.74%77.25%
CMYK15.74%0.00%15.23%
22.75%

Color #A6C5A7 in popluar number systems.

HEXA6C5A7
Decimal166197167
Binary101001101100010110100111
Octal246305247

Shades and tints

Shades of #A6C5A7

#A6C5A7
(166,197,167)
#97B498
(151,180,152)
#88A389
(136,163,137)
#79927A
(121,146,122)
#6A816B
(106,129,107)
#5B705C
(91,112,92)
#4C5F4D
(76,95,77)
#3D4E3E
(61,78,62)
#2E3D2F
(46,61,47)
#1F2C20
(31,44,32)
#101B11
(16,27,17)
#000000
(0,0,0)

Tints of #A6C5A7

#A6C5A7
(166,197,167)
#AECAAF
(174,202,175)
#B6CFB7
(182,207,183)
#BED4BF
(190,212,191)
#C6D9C7
(198,217,199)
#CEDECF
(206,222,207)
#D6E3D7
(214,227,215)
#DEE8DF
(222,232,223)
#E6EDE7
(230,237,231)
#EEF2EF
(238,242,239)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C5A7 color. Also use rgb(166,197,167) instead hex code.

Text Font Color

.myTextColor { color: #A6C5A7; }

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

This text font color is #A6C5A7.


Background Color

.myBgColor { background-color: #A6C5A7; }

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

This div background color is #A6C5A7.


Border color

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

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

This div border color is #A6C5A7.


Opacity

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

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

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

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

This text has shadow with #A6C5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C5A7 on black background.


Color preview on white background

This text has color #A6C5A7 on white background.



Black color preview on #A6C5A7 background

This text has black color on #A6C5A7 background.


White color preview on #A6C5A7 background

This text has white color on #A6C5A7 background.