COLOR #A6BD80

HEX: #A6BD80
RGB: (166,189,128)

Color info

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

RGB color model

#A6BD80 color RGB value is (166,189,128).

  • red value is 166;
  • green value is 189;
  • blue value is 128.
RGB:
(166,189,128)
(65%,74%,50%)

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 128 of 255 = 50%

166
189
128

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

Portions of RGB colors in percentages

R + G + B =
166 + 189 + 128 = 483 (100%)
R 166 of 483 ~ 34.37%
G 189 of 483 ~ 39.13%
B 128 of 483 ~ 26.5%

%34.37
%39.13
%26.5

CMYK color model

#A6BD80 color CMYK value is (12,0,32,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 32.28%
  • key color value is 25.88%
CMYK:
(12,0,32,26)
C12M0Y32K26 
(12%,0%,32%,26%)
(0.12/0.00/0.32/0.26)	

CMYK percentages

%12.17
%0
%32.28
%25.88

Codes

Color #A6BD80 in popluar color models

A6BD80
RGB166189128
HSL83°31.61%62.16%
HSB/HSV83°32.28%74.12%
CMYK12.17%0.00%32.28%
25.88%

Color #A6BD80 in popluar number systems.

HEXA6BD80
Decimal166189128
Binary101001101011110110000000
Octal246275200

Shades and tints

Shades of #A6BD80

#A6BD80
(166,189,128)
#97AC75
(151,172,117)
#889B6A
(136,155,106)
#798A5F
(121,138,95)
#6A7954
(106,121,84)
#5B6849
(91,104,73)
#4C573E
(76,87,62)
#3D4633
(61,70,51)
#2E3528
(46,53,40)
#1F241D
(31,36,29)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #A6BD80

#A6BD80
(166,189,128)
#AEC38B
(174,195,139)
#B6C996
(182,201,150)
#BECFA1
(190,207,161)
#C6D5AC
(198,213,172)
#CEDBB7
(206,219,183)
#D6E1C2
(214,225,194)
#DEE7CD
(222,231,205)
#E6EDD8
(230,237,216)
#EEF3E3
(238,243,227)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BD80; }

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

This text font color is #A6BD80.


Background Color

.myBgColor { background-color: #A6BD80; }

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

This div background color is #A6BD80.


Border color

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

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

This div border color is #A6BD80.


Opacity

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

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

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

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

This text has shadow with #A6BD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BD80 on black background.


Color preview on white background

This text has color #A6BD80 on white background.



Black color preview on #A6BD80 background

This text has black color on #A6BD80 background.


White color preview on #A6BD80 background

This text has white color on #A6BD80 background.