COLOR #A2BD80

HEX: #A2BD80
RGB: (162,189,128)

Color info

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

RGB color model

#A2BD80 color RGB value is (162,189,128).

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

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 128 of 255 = 50%

162
189
128

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

Portions of RGB colors in percentages

R + G + B =
162 + 189 + 128 = 479 (100%)
R 162 of 479 ~ 33.82%
G 189 of 479 ~ 39.46%
B 128 of 479 ~ 26.72%

%33.82
%39.46
%26.72

CMYK color model

#A2BD80 color CMYK value is (14,0,32,26).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 32.28%
  • key color value is 25.88%
CMYK:
(14,0,32,26)
C14M0Y32K26 
(14%,0%,32%,26%)
(0.14/0.00/0.32/0.26)	

CMYK percentages

%14.29
%0
%32.28
%25.88

Codes

Color #A2BD80 in popluar color models

A2BD80
RGB162189128
HSL87°31.61%62.16%
HSB/HSV87°32.28%74.12%
CMYK14.29%0.00%32.28%
25.88%

Color #A2BD80 in popluar number systems.

HEXA2BD80
Decimal162189128
Binary101000101011110110000000
Octal242275200

Shades and tints

Shades of #A2BD80

#A2BD80
(162,189,128)
#94AC75
(148,172,117)
#869B6A
(134,155,106)
#788A5F
(120,138,95)
#6A7954
(106,121,84)
#5C6849
(92,104,73)
#4E573E
(78,87,62)
#404633
(64,70,51)
#323528
(50,53,40)
#24241D
(36,36,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #A2BD80

#A2BD80
(162,189,128)
#AAC38B
(170,195,139)
#B2C996
(178,201,150)
#BACFA1
(186,207,161)
#C2D5AC
(194,213,172)
#CADBB7
(202,219,183)
#D2E1C2
(210,225,194)
#DAE7CD
(218,231,205)
#E2EDD8
(226,237,216)
#EAF3E3
(234,243,227)
#F2F9EE
(242,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BD80; }

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

This text font color is #A2BD80.


Background Color

.myBgColor { background-color: #A2BD80; }

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

This div background color is #A2BD80.


Border color

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

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

This div border color is #A2BD80.


Opacity

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

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

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

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

This text has shadow with #A2BD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BD80 on black background.


Color preview on white background

This text has color #A2BD80 on white background.



Black color preview on #A2BD80 background

This text has black color on #A2BD80 background.


White color preview on #A2BD80 background

This text has white color on #A2BD80 background.