COLOR #A6CAA3

HEX: #A6CAA3
RGB: (166,202,163)

Color info

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

RGB color model

#A6CAA3 color RGB value is (166,202,163).

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

RGB channels and saturation

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

166
202
163

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

Portions of RGB colors in percentages

R + G + B =
166 + 202 + 163 = 531 (100%)
R 166 of 531 ~ 31.26%
G 202 of 531 ~ 38.04%
B 163 of 531 ~ 30.7%

%31.26
%38.04
%30.7

CMYK color model

#A6CAA3 color CMYK value is (18,0,19,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 20.78%
CMYK:
(18,0,19,21)
C18M0Y19K21 
(18%,0%,19%,21%)
(0.18/0.00/0.19/0.21)	

CMYK percentages

%17.82
%0
%19.31
%20.78

Codes

Color #A6CAA3 in popluar color models

A6CAA3
RGB166202163
HSL115°26.90%71.57%
HSB/HSV115°19.31%79.22%
CMYK17.82%0.00%19.31%
20.78%

Color #A6CAA3 in popluar number systems.

HEXA6CAA3
Decimal166202163
Binary101001101100101010100011
Octal246312243

Shades and tints

Shades of #A6CAA3

#A6CAA3
(166,202,163)
#97B895
(151,184,149)
#88A687
(136,166,135)
#799479
(121,148,121)
#6A826B
(106,130,107)
#5B705D
(91,112,93)
#4C5E4F
(76,94,79)
#3D4C41
(61,76,65)
#2E3A33
(46,58,51)
#1F2825
(31,40,37)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A6CAA3

#A6CAA3
(166,202,163)
#AECEAB
(174,206,171)
#B6D2B3
(182,210,179)
#BED6BB
(190,214,187)
#C6DAC3
(198,218,195)
#CEDECB
(206,222,203)
#D6E2D3
(214,226,211)
#DEE6DB
(222,230,219)
#E6EAE3
(230,234,227)
#EEEEEB
(238,238,235)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CAA3; }

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

This text font color is #A6CAA3.


Background Color

.myBgColor { background-color: #A6CAA3; }

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

This div background color is #A6CAA3.


Border color

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

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

This div border color is #A6CAA3.


Opacity

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

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

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

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

This text has shadow with #A6CAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CAA3 on black background.


Color preview on white background

This text has color #A6CAA3 on white background.



Black color preview on #A6CAA3 background

This text has black color on #A6CAA3 background.


White color preview on #A6CAA3 background

This text has white color on #A6CAA3 background.