COLOR #A0B680

HEX: #A0B680
RGB: (160,182,128)

Color info

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

RGB color model

#A0B680 color RGB value is (160,182,128).

  • red value is 160;
  • green value is 182;
  • blue value is 128.
RGB:
(160,182,128)
(63%,71%,50%)

RGB channels and saturation

R 160 of 255 = 63%
G 182 of 255 = 71%
B 128 of 255 = 50%

160
182
128

R + G + B ~ 61%. #A0B680 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 182 + 128 = 470 (100%)
R 160 of 470 ~ 34.04%
G 182 of 470 ~ 38.72%
B 128 of 470 ~ 27.23%

%34.04
%38.72
%27.23

CMYK color model

#A0B680 color CMYK value is (12,0,30,29).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 28.63%
CMYK:
(12,0,30,29)
C12M0Y30K29 
(12%,0%,30%,29%)
(0.12/0.00/0.30/0.29)	

CMYK percentages

%12.09
%0
%29.67
%28.63

Codes

Color #A0B680 in popluar color models

A0B680
RGB160182128
HSL84°27.00%60.78%
HSB/HSV84°29.67%71.37%
CMYK12.09%0.00%29.67%
28.63%

Color #A0B680 in popluar number systems.

HEXA0B680
Decimal160182128
Binary101000001011011010000000
Octal240266200

Shades and tints

Shades of #A0B680

#A0B680
(160,182,128)
#92A675
(146,166,117)
#84966A
(132,150,106)
#76865F
(118,134,95)
#687654
(104,118,84)
#5A6649
(90,102,73)
#4C563E
(76,86,62)
#3E4633
(62,70,51)
#303628
(48,54,40)
#22261D
(34,38,29)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #A0B680

#A0B680
(160,182,128)
#A8BC8B
(168,188,139)
#B0C296
(176,194,150)
#B8C8A1
(184,200,161)
#C0CEAC
(192,206,172)
#C8D4B7
(200,212,183)
#D0DAC2
(208,218,194)
#D8E0CD
(216,224,205)
#E0E6D8
(224,230,216)
#E8ECE3
(232,236,227)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B680 color. Also use rgb(160,182,128) instead hex code.

Text Font Color

.myTextColor { color: #A0B680; }

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

This text font color is #A0B680.


Background Color

.myBgColor { background-color: #A0B680; }

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

This div background color is #A0B680.


Border color

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

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

This div border color is #A0B680.


Opacity

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

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

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

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

This text has shadow with #A0B680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B680 on black background.


Color preview on white background

This text has color #A0B680 on white background.



Black color preview on #A0B680 background

This text has black color on #A0B680 background.


White color preview on #A0B680 background

This text has white color on #A0B680 background.