COLOR #A3BA80

HEX: #A3BA80
RGB: (163,186,128)

Color info

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

RGB color model

#A3BA80 color RGB value is (163,186,128).

  • red value is 163;
  • green value is 186;
  • blue value is 128.
RGB:
(163,186,128)
(64%,73%,50%)

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 128 of 255 = 50%

163
186
128

R + G + B ~ 62%. #A3BA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 128 = 477 (100%)
R 163 of 477 ~ 34.17%
G 186 of 477 ~ 38.99%
B 128 of 477 ~ 26.83%

%34.17
%38.99
%26.83

CMYK color model

#A3BA80 color CMYK value is (12,0,31,27).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 31.18%
  • key color value is 27.06%
CMYK:
(12,0,31,27)
C12M0Y31K27 
(12%,0%,31%,27%)
(0.12/0.00/0.31/0.27)	

CMYK percentages

%12.37
%0
%31.18
%27.06

Codes

Color #A3BA80 in popluar color models

A3BA80
RGB163186128
HSL84°29.59%61.57%
HSB/HSV84°31.18%72.94%
CMYK12.37%0.00%31.18%
27.06%

Color #A3BA80 in popluar number systems.

HEXA3BA80
Decimal163186128
Binary101000111011101010000000
Octal243272200

Shades and tints

Shades of #A3BA80

#A3BA80
(163,186,128)
#95AA75
(149,170,117)
#879A6A
(135,154,106)
#798A5F
(121,138,95)
#6B7A54
(107,122,84)
#5D6A49
(93,106,73)
#4F5A3E
(79,90,62)
#414A33
(65,74,51)
#333A28
(51,58,40)
#252A1D
(37,42,29)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #A3BA80

#A3BA80
(163,186,128)
#ABC08B
(171,192,139)
#B3C696
(179,198,150)
#BBCCA1
(187,204,161)
#C3D2AC
(195,210,172)
#CBD8B7
(203,216,183)
#D3DEC2
(211,222,194)
#DBE4CD
(219,228,205)
#E3EAD8
(227,234,216)
#EBF0E3
(235,240,227)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BA80 color. Also use rgb(163,186,128) instead hex code.

Text Font Color

.myTextColor { color: #A3BA80; }

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

This text font color is #A3BA80.


Background Color

.myBgColor { background-color: #A3BA80; }

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

This div background color is #A3BA80.


Border color

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

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

This div border color is #A3BA80.


Opacity

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

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

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

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

This text has shadow with #A3BA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BA80 on black background.


Color preview on white background

This text has color #A3BA80 on white background.



Black color preview on #A3BA80 background

This text has black color on #A3BA80 background.


White color preview on #A3BA80 background

This text has white color on #A3BA80 background.