COLOR #A6BF80

HEX: #A6BF80 RGB: (166,191,128)

Color info

#A6BF80 contains mainly red and green colors. Web safe color of #A6BF80 is #99CC66 (or #9C6).

RGB color model

#A6BF80 color RGB value is (166,191,128).

RGB: (166,191,128) (65%, 75%, 50%)

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 128 of 255 = 50%

166
191
128

R + G + B ~ 63%. #A6BF80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 191 + 128 = 485 (100%)
R 166 of 485 ~ 34.23%
G 191 of 485 ~ 39.38%
B 128 of 485 ~ 26.39'%

%34.23
%39.38
%26.39

CMYK color model

#A6BF80 color CMYK value is (13,0,33,25).

  • cyan value is 13.09%
  • magenta value is 0.00%
  • yellow value is 32.98%
  • key color value is 25.10%
CMYK: (13,0,33,25) C13M0Y33K25 (13%,0%,33%,25%) (0.13/0.00/0.33/0.25) 

CMYK percentages

%13.09
%0
%32.98
%25.1

Codes

Color #A6BF80 in popluar color models

A6 BF 80
RGB 166 191 128
HSL 84° 32.98% 62.55%
HSB/HSV 84° 32.98% 74.90%
CMYK 13.09% 0.00% 32.98%
25.10%

Color #A6BF80 in popluar number systems.

HEX A6 BF 80
Decimal 166 191 128
Binary 10100110 10111111 10000000
Octal 246 277 200

Shades and tints

Shades of #A6BF80

#A6BF80
(166,191,128)
#97AE75
(151,174,117)
#889D6A
(136,157,106)
#798C5F
(121,140,95)
#6A7B54
(106,123,84)
#5B6A49
(91,106,73)
#4C593E
(76,89,62)
#3D4833
(61,72,51)
#2E3728
(46,55,40)
#1F261D
(31,38,29)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #A6BF80

#A6BF80
(166,191,128)
#AEC48B
(174,196,139)
#B6C996
(182,201,150)
#BECEA1
(190,206,161)
#C6D3AC
(198,211,172)
#CED8B7
(206,216,183)
#D6DDC2
(214,221,194)
#DEE2CD
(222,226,205)
#E6E7D8
(230,231,216)
#EEECE3
(238,236,227)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BF80 color. Also use rgb(166,191,128) instead hex code.

Text Font Color

.myTextColor { color: #A6BF80; }

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

This text font color is #A6BF80.

Background Color

.myBgColor { background-color: #A6BF80; }

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

This div background color is #A6BF80.

Border color

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

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

This div border color is #A6BF80.

Opacity

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

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

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

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

This text has shadow with #A6BF80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BF80.

Preview

Color preview on black background

This text has color #A6BF80 on black background.


Color preview on white background

This text has color #A6BF80 on white background.


Black color preview on #A6BF80 background

This text has black color on #A6BF80 background.


White color preview on #A6BF80 background

This text has white color on #A6BF80 background.


Related colors

Complementary color

Complementary color for #hex is #59407F.


I love getcolorcode.com

Triadic colors

1 #80A6BF and #BF80A6 with #A6BF80 are triadic colors.

2 #80BFA6 and #BFA680 with #A6BF80 are triadic colors.