COLOR #A0BE93

HEX: #A0BE93
RGB: (160,190,147)

Color info

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

RGB color model

#A0BE93 color RGB value is (160,190,147).

  • red value is 160;
  • green value is 190;
  • blue value is 147.
RGB:
(160,190,147)
(63%,75%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 147 of 255 = 58%

160
190
147

R + G + B ~ 65%. #A0BE93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 147 = 497 (100%)
R 160 of 497 ~ 32.19%
G 190 of 497 ~ 38.23%
B 147 of 497 ~ 29.58%

%32.19
%38.23
%29.58

CMYK color model

#A0BE93 color CMYK value is (16,0,23,25).

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(16,0,23,25)
C16M0Y23K25 
(16%,0%,23%,25%)
(0.16/0.00/0.23/0.25)	

CMYK percentages

%15.79
%0
%22.63
%25.49

Codes

Color #A0BE93 in popluar color models

A0BE93
RGB160190147
HSL102°24.86%66.08%
HSB/HSV102°22.63%74.51%
CMYK15.79%0.00%22.63%
25.49%

Color #A0BE93 in popluar number systems.

HEXA0BE93
Decimal160190147
Binary101000001011111010010011
Octal240276223

Shades and tints

Shades of #A0BE93

#A0BE93
(160,190,147)
#92AD86
(146,173,134)
#849C79
(132,156,121)
#768B6C
(118,139,108)
#687A5F
(104,122,95)
#5A6952
(90,105,82)
#4C5845
(76,88,69)
#3E4738
(62,71,56)
#30362B
(48,54,43)
#22251E
(34,37,30)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A0BE93

#A0BE93
(160,190,147)
#A8C39C
(168,195,156)
#B0C8A5
(176,200,165)
#B8CDAE
(184,205,174)
#C0D2B7
(192,210,183)
#C8D7C0
(200,215,192)
#D0DCC9
(208,220,201)
#D8E1D2
(216,225,210)
#E0E6DB
(224,230,219)
#E8EBE4
(232,235,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BE93 color. Also use rgb(160,190,147) instead hex code.

Text Font Color

.myTextColor { color: #A0BE93; }

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

This text font color is #A0BE93.


Background Color

.myBgColor { background-color: #A0BE93; }

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

This div background color is #A0BE93.


Border color

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

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

This div border color is #A0BE93.


Opacity

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

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

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

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

This text has shadow with #A0BE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BE93 on black background.


Color preview on white background

This text has color #A0BE93 on white background.



Black color preview on #A0BE93 background

This text has black color on #A0BE93 background.


White color preview on #A0BE93 background

This text has white color on #A0BE93 background.