COLOR #A6CA9C

HEX: #A6CA9C RGB: (166,202,156)

Color info

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

RGB color model

#A6CA9C color RGB value is (166,202,156).

RGB: (166,202,156) (65%, 79%, 61%)

RGB channels and saturation

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

166
202
156

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

Portions of RGB colors in percentages

R + G + B = 166 + 202 + 156 = 524 (100%)
R 166 of 524 ~ 31.68%
G 202 of 524 ~ 38.55%
B 156 of 524 ~ 29.77'%

%31.68
%38.55
%29.77

CMYK color model

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

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 22.77%
  • 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
%22.77
%20.78

Codes

Color #A6CA9C in popluar color models

A6 CA 9C
RGB 166 202 156
HSL 107° 30.26% 70.20%
HSB/HSV 107° 22.77% 79.22%
CMYK 17.82% 0.00% 22.77%
20.78%

Color #A6CA9C in popluar number systems.

HEX A6 CA 9C
Decimal 166 202 156
Binary 10100110 11001010 10011100
Octal 246 312 234

Shades and tints

Shades of #A6CA9C

#A6CA9C
(166,202,156)
#97B88E
(151,184,142)
#88A680
(136,166,128)
#799472
(121,148,114)
#6A8264
(106,130,100)
#5B7056
(91,112,86)
#4C5E48
(76,94,72)
#3D4C3A
(61,76,58)
#2E3A2C
(46,58,44)
#1F281E
(31,40,30)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #A6CA9C

#A6CA9C
(166,202,156)
#AECEA5
(174,206,165)
#B6D2AE
(182,210,174)
#BED6B7
(190,214,183)
#C6DAC0
(198,218,192)
#CEDEC9
(206,222,201)
#D6E2D2
(214,226,210)
#DEE6DB
(222,230,219)
#E6EAE4
(230,234,228)
#EEEEED
(238,238,237)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CA9C; }

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

This text font color is #A6CA9C.

Background Color

.myBgColor { background-color: #A6CA9C; }

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

This div background color is #A6CA9C.

Border color

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

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

This div border color is #A6CA9C.

Opacity

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

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

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

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

This text has shadow with #A6CA9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CA9C.

Preview

Color preview on black background

This text has color #A6CA9C on black background.


Color preview on white background

This text has color #A6CA9C on white background.


Black color preview on #A6CA9C background

This text has black color on #A6CA9C background.


White color preview on #A6CA9C background

This text has white color on #A6CA9C background.


Related colors

Complementary color

Complementary color for #hex is #593563.


I love getcolorcode.com

Triadic colors

1 #9CA6CA and #CA9CA6 with #A6CA9C are triadic colors.

2 #9CCAA6 and #CAA69C with #A6CA9C are triadic colors.