COLOR #A6CB8A

HEX: #A6CB8A RGB: (166,203,138)

Color info

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

RGB color model

#A6CB8A color RGB value is (166,203,138).

RGB: (166,203,138) (65%, 80%, 54%)

RGB channels and saturation

R 166 of 255 = 65%
G 203 of 255 = 80%
B 138 of 255 = 54%

166
203
138

R + G + B ~ 66%. #A6CB8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 203 + 138 = 507 (100%)
R 166 of 507 ~ 32.74%
G 203 of 507 ~ 40.04%
B 138 of 507 ~ 27.22'%

%32.74
%40.04
%27.22

CMYK color model

#A6CB8A color CMYK value is (18,0,32,20).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 20.39%

CMYK: (18,0,32,20)
C18M0Y32K20 (18%, 0%, 32%, 20%)
(0.18 / 0.00 / 0.32 / 0.20)

CMYK percentages

%18.23
%0
%32.02
%20.39

Codes

Color #A6CB8A in popluar color models

A6 CB 8A
RGB 166 203 138
HSL 94° 38.46% 66.86%
HSB/HSV 94° 32.02% 79.61%
CMYK 18.23% 0.00% 32.02%
20.39%

Color #A6CB8A in popluar number systems.

HEX A6 CB 8A
Decimal 166 203 138
Binary 10100110 11001011 10001010
Octal 246 313 212

Shades and tints

Shades of #A6CB8A

#A6CB8A
(166,203,138)
#97B97E
(151,185,126)
#88A772
(136,167,114)
#799566
(121,149,102)
#6A835A
(106,131,90)
#5B714E
(91,113,78)
#4C5F42
(76,95,66)
#3D4D36
(61,77,54)
#2E3B2A
(46,59,42)
#1F291E
(31,41,30)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #A6CB8A

#A6CB8A
(166,203,138)
#AECF94
(174,207,148)
#B6D39E
(182,211,158)
#BED7A8
(190,215,168)
#C6DBB2
(198,219,178)
#CEDFBC
(206,223,188)
#D6E3C6
(214,227,198)
#DEE7D0
(222,231,208)
#E6EBDA
(230,235,218)
#EEEFE4
(238,239,228)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CB8A color. Also use rgb(166,203,138) instead hex code.

Text Font Color

.myTextColor { color: #A6CB8A; }

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

This text font color is #A6CB8A.

Background Color

.myBgColor { background-color: #A6CB8A; }

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

This div background color is #A6CB8A.

Border color

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

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

This div border color is #A6CB8A.

Opacity

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

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

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

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

This text has shadow with #A6CB8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6CB8A.

Preview

Color preview on black background

This text has color #A6CB8A on black background.


Color preview on white background

This text has color #A6CB8A on white background.


Black color preview on #A6CB8A background

This text has black color on #A6CB8A background.


White color preview on #A6CB8A background

This text has white color on #A6CB8A background.


Related colors

Complementary color

Complementary color for #hex is #593475.


I love getcolorcode.com

Triadic colors

1 #8AA6CB and #CB8AA6 with #A6CB8A are triadic colors.

2 #8ACBA6 and #CBA68A with #A6CB8A are triadic colors.