COLOR #A6CAA2

HEX: #A6CAA2
RGB: (166,202,162)

Color info

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

RGB color model

#A6CAA2 color RGB value is (166,202,162).

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

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 162 of 255 = 64%

166
202
162

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

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 162 = 530 (100%)
R 166 of 530 ~ 31.32%
G 202 of 530 ~ 38.11%
B 162 of 530 ~ 30.57%

%31.32
%38.11
%30.57

CMYK color model

#A6CAA2 color CMYK value is (18,0,20,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 20.78%
CMYK:
(18,0,20,21)
C18M0Y20K21 
(18%,0%,20%,21%)
(0.18/0.00/0.20/0.21)	

CMYK percentages

%17.82
%0
%19.8
%20.78

Codes

Color #A6CAA2 in popluar color models

A6CAA2
RGB166202162
HSL114°27.40%71.37%
HSB/HSV114°19.80%79.22%
CMYK17.82%0.00%19.80%
20.78%

Color #A6CAA2 in popluar number systems.

HEXA6CAA2
Decimal166202162
Binary101001101100101010100010
Octal246312242

Shades and tints

Shades of #A6CAA2

#A6CAA2
(166,202,162)
#97B894
(151,184,148)
#88A686
(136,166,134)
#799478
(121,148,120)
#6A826A
(106,130,106)
#5B705C
(91,112,92)
#4C5E4E
(76,94,78)
#3D4C40
(61,76,64)
#2E3A32
(46,58,50)
#1F2824
(31,40,36)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #A6CAA2

#A6CAA2
(166,202,162)
#AECEAA
(174,206,170)
#B6D2B2
(182,210,178)
#BED6BA
(190,214,186)
#C6DAC2
(198,218,194)
#CEDECA
(206,222,202)
#D6E2D2
(214,226,210)
#DEE6DA
(222,230,218)
#E6EAE2
(230,234,226)
#EEEEEA
(238,238,234)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CAA2; }

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

This text font color is #A6CAA2.


Background Color

.myBgColor { background-color: #A6CAA2; }

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

This div background color is #A6CAA2.


Border color

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

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

This div border color is #A6CAA2.


Opacity

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

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

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

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

This text has shadow with #A6CAA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CAA2 on black background.


Color preview on white background

This text has color #A6CAA2 on white background.



Black color preview on #A6CAA2 background

This text has black color on #A6CAA2 background.


White color preview on #A6CAA2 background

This text has white color on #A6CAA2 background.