COLOR #A6CA9B

HEX: #A6CA9B
RGB: (166,202,155)

Color info

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

RGB color model

#A6CA9B color RGB value is (166,202,155).

  • red value is 166;
  • green value is 202;
  • blue value is 155.
RGB:
(166,202,155)
(65%,79%,61%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 155 of 255 = 61%

166
202
155

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

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 155 = 523 (100%)
R 166 of 523 ~ 31.74%
G 202 of 523 ~ 38.62%
B 155 of 523 ~ 29.64%

%31.74
%38.62
%29.64

CMYK color model

#A6CA9B color CMYK value is (18,0,23,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 20.78%
CMYK:
(18,0,23,21)
C18M0Y23K21 
(18%,0%,23%,21%)
(0.18/0.00/0.23/0.21)	

CMYK percentages

%17.82
%0
%23.27
%20.78

Codes

Color #A6CA9B in popluar color models

A6CA9B
RGB166202155
HSL106°30.72%70.00%
HSB/HSV106°23.27%79.22%
CMYK17.82%0.00%23.27%
20.78%

Color #A6CA9B in popluar number systems.

HEXA6CA9B
Decimal166202155
Binary101001101100101010011011
Octal246312233

Shades and tints

Shades of #A6CA9B

#A6CA9B
(166,202,155)
#97B88D
(151,184,141)
#88A67F
(136,166,127)
#799471
(121,148,113)
#6A8263
(106,130,99)
#5B7055
(91,112,85)
#4C5E47
(76,94,71)
#3D4C39
(61,76,57)
#2E3A2B
(46,58,43)
#1F281D
(31,40,29)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #A6CA9B

#A6CA9B
(166,202,155)
#AECEA4
(174,206,164)
#B6D2AD
(182,210,173)
#BED6B6
(190,214,182)
#C6DABF
(198,218,191)
#CEDEC8
(206,222,200)
#D6E2D1
(214,226,209)
#DEE6DA
(222,230,218)
#E6EAE3
(230,234,227)
#EEEEEC
(238,238,236)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CA9B color. Also use rgb(166,202,155) instead hex code.

Text Font Color

.myTextColor { color: #A6CA9B; }

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

This text font color is #A6CA9B.


Background Color

.myBgColor { background-color: #A6CA9B; }

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

This div background color is #A6CA9B.


Border color

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

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

This div border color is #A6CA9B.


Opacity

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

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

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

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

This text has shadow with #A6CA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CA9B on black background.


Color preview on white background

This text has color #A6CA9B on white background.



Black color preview on #A6CA9B background

This text has black color on #A6CA9B background.


White color preview on #A6CA9B background

This text has white color on #A6CA9B background.