COLOR #A6CA81

HEX: #A6CA81 RGB: (166,202,129)

Color info

#A6CA81 contains mainly red and green colors. Web safe color of #A6CA81 is #99CC99 (or #9C9).

RGB color model

#A6CA81 color RGB value is (166,202,129).

RGB: (166,202,129) (65%, 79%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 202 of 255 = 79%
B 129 of 255 = 51%

166
202
129

R + G + B ~ 65%. #A6CA81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 202 + 129 = 497 (100%)
R 166 of 497 ~ 33.4%
G 202 of 497 ~ 40.64%
B 129 of 497 ~ 25.96'%

%33.4
%40.64
%25.96

CMYK color model

#A6CA81 color CMYK value is (18,0,36,21).

  • cyan value is 17.82%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 20.78%
CMYK: (18,0,36,21) C18M0Y36K21 (18%,0%,36%,21%) (0.18/0.00/0.36/0.21) 

CMYK percentages

%17.82
%0
%36.14
%20.78

Codes

Color #A6CA81 in popluar color models

A6 CA 81
RGB 166 202 129
HSL 90° 40.78% 64.90%
HSB/HSV 90° 36.14% 79.22%
CMYK 17.82% 0.00% 36.14%
20.78%

Color #A6CA81 in popluar number systems.

HEX A6 CA 81
Decimal 166 202 129
Binary 10100110 11001010 10000001
Octal 246 312 201

Shades and tints

Shades of #A6CA81

#A6CA81
(166,202,129)
#97B876
(151,184,118)
#88A66B
(136,166,107)
#799460
(121,148,96)
#6A8255
(106,130,85)
#5B704A
(91,112,74)
#4C5E3F
(76,94,63)
#3D4C34
(61,76,52)
#2E3A29
(46,58,41)
#1F281E
(31,40,30)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #A6CA81

#A6CA81
(166,202,129)
#AECE8C
(174,206,140)
#B6D297
(182,210,151)
#BED6A2
(190,214,162)
#C6DAAD
(198,218,173)
#CEDEB8
(206,222,184)
#D6E2C3
(214,226,195)
#DEE6CE
(222,230,206)
#E6EAD9
(230,234,217)
#EEEEE4
(238,238,228)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CA81; }

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

This text font color is #A6CA81.

Background Color

.myBgColor { background-color: #A6CA81; }

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

This div background color is #A6CA81.

Border color

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

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

This div border color is #A6CA81.

Opacity

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

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

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

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

This text has shadow with #A6CA81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CA81.

Preview

Color preview on black background

This text has color #A6CA81 on black background.


Color preview on white background

This text has color #A6CA81 on white background.


Black color preview on #A6CA81 background

This text has black color on #A6CA81 background.


White color preview on #A6CA81 background

This text has white color on #A6CA81 background.


Related colors

Complementary color

Complementary color for #hex is #59357E.


I love getcolorcode.com

Triadic colors

1 #81A6CA and #CA81A6 with #A6CA81 are triadic colors.

2 #81CAA6 and #CAA681 with #A6CA81 are triadic colors.