COLOR #A6C9A3

HEX: #A6C9A3
RGB: (166,201,163)

Color info

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

RGB color model

#A6C9A3 color RGB value is (166,201,163).

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

RGB channels and saturation

R 166 of 255 = 65%
G 201 of 255 = 79%
B 163 of 255 = 64%

166
201
163

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

Portions of RGB colors in percentages

R + G + B =
166 + 201 + 163 = 530 (100%)
R 166 of 530 ~ 31.32%
G 201 of 530 ~ 37.92%
B 163 of 530 ~ 30.75%

%31.32
%37.92
%30.75

CMYK color model

#A6C9A3 color CMYK value is (17,0,19,21).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 21.18%
CMYK:
(17,0,19,21)
C17M0Y19K21 
(17%,0%,19%,21%)
(0.17/0.00/0.19/0.21)	

CMYK percentages

%17.41
%0
%18.91
%21.18

Codes

Color #A6C9A3 in popluar color models

A6C9A3
RGB166201163
HSL115°26.03%71.37%
HSB/HSV115°18.91%78.82%
CMYK17.41%0.00%18.91%
21.18%

Color #A6C9A3 in popluar number systems.

HEXA6C9A3
Decimal166201163
Binary101001101100100110100011
Octal246311243

Shades and tints

Shades of #A6C9A3

#A6C9A3
(166,201,163)
#97B795
(151,183,149)
#88A587
(136,165,135)
#799379
(121,147,121)
#6A816B
(106,129,107)
#5B6F5D
(91,111,93)
#4C5D4F
(76,93,79)
#3D4B41
(61,75,65)
#2E3933
(46,57,51)
#1F2725
(31,39,37)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #A6C9A3

#A6C9A3
(166,201,163)
#AECDAB
(174,205,171)
#B6D1B3
(182,209,179)
#BED5BB
(190,213,187)
#C6D9C3
(198,217,195)
#CEDDCB
(206,221,203)
#D6E1D3
(214,225,211)
#DEE5DB
(222,229,219)
#E6E9E3
(230,233,227)
#EEEDEB
(238,237,235)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C9A3; }

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

This text font color is #A6C9A3.


Background Color

.myBgColor { background-color: #A6C9A3; }

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

This div background color is #A6C9A3.


Border color

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

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

This div border color is #A6C9A3.


Opacity

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

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

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

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

This text has shadow with #A6C9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C9A3 on black background.


Color preview on white background

This text has color #A6C9A3 on white background.



Black color preview on #A6C9A3 background

This text has black color on #A6C9A3 background.


White color preview on #A6C9A3 background

This text has white color on #A6C9A3 background.