COLOR #A0BA7D

HEX: #A0BA7D
RGB: (160,186,125)

Color info

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

RGB color model

#A0BA7D color RGB value is (160,186,125).

  • red value is 160;
  • green value is 186;
  • blue value is 125.
RGB:
(160,186,125)
(63%,73%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 186 of 255 = 73%
B 125 of 255 = 49%

160
186
125

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

Portions of RGB colors in percentages

R + G + B =
160 + 186 + 125 = 471 (100%)
R 160 of 471 ~ 33.97%
G 186 of 471 ~ 39.49%
B 125 of 471 ~ 26.54%

%33.97
%39.49
%26.54

CMYK color model

#A0BA7D color CMYK value is (14,0,33,27).

  • cyan value is 13.98%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 27.06%
CMYK:
(14,0,33,27)
C14M0Y33K27 
(14%,0%,33%,27%)
(0.14/0.00/0.33/0.27)	

CMYK percentages

%13.98
%0
%32.8
%27.06

Codes

Color #A0BA7D in popluar color models

A0BA7D
RGB160186125
HSL86°30.65%60.98%
HSB/HSV86°32.80%72.94%
CMYK13.98%0.00%32.80%
27.06%

Color #A0BA7D in popluar number systems.

HEXA0BA7D
Decimal160186125
Binary10100000101110101111101
Octal240272175

Shades and tints

Shades of #A0BA7D

#A0BA7D
(160,186,125)
#92AA72
(146,170,114)
#849A67
(132,154,103)
#768A5C
(118,138,92)
#687A51
(104,122,81)
#5A6A46
(90,106,70)
#4C5A3B
(76,90,59)
#3E4A30
(62,74,48)
#303A25
(48,58,37)
#222A1A
(34,42,26)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #A0BA7D

#A0BA7D
(160,186,125)
#A8C088
(168,192,136)
#B0C693
(176,198,147)
#B8CC9E
(184,204,158)
#C0D2A9
(192,210,169)
#C8D8B4
(200,216,180)
#D0DEBF
(208,222,191)
#D8E4CA
(216,228,202)
#E0EAD5
(224,234,213)
#E8F0E0
(232,240,224)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BA7D color. Also use rgb(160,186,125) instead hex code.

Text Font Color

.myTextColor { color: #A0BA7D; }

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

This text font color is #A0BA7D.


Background Color

.myBgColor { background-color: #A0BA7D; }

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

This div background color is #A0BA7D.


Border color

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

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

This div border color is #A0BA7D.


Opacity

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

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

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

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

This text has shadow with #A0BA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BA7D on black background.


Color preview on white background

This text has color #A0BA7D on white background.



Black color preview on #A0BA7D background

This text has black color on #A0BA7D background.


White color preview on #A0BA7D background

This text has white color on #A0BA7D background.