COLOR #A0BE8F

HEX: #A0BE8F
RGB: (160,190,143)

Color info

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

RGB color model

#A0BE8F color RGB value is (160,190,143).

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

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 143 of 255 = 56%

160
190
143

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

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 143 = 493 (100%)
R 160 of 493 ~ 32.45%
G 190 of 493 ~ 38.54%
B 143 of 493 ~ 29.01%

%32.45
%38.54
%29.01

CMYK color model

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

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(16,0,25,25)
C16M0Y25K25 
(16%,0%,25%,25%)
(0.16/0.00/0.25/0.25)	

CMYK percentages

%15.79
%0
%24.74
%25.49

Codes

Color #A0BE8F in popluar color models

A0BE8F
RGB160190143
HSL98°26.55%65.29%
HSB/HSV98°24.74%74.51%
CMYK15.79%0.00%24.74%
25.49%

Color #A0BE8F in popluar number systems.

HEXA0BE8F
Decimal160190143
Binary101000001011111010001111
Octal240276217

Shades and tints

Shades of #A0BE8F

#A0BE8F
(160,190,143)
#92AD82
(146,173,130)
#849C75
(132,156,117)
#768B68
(118,139,104)
#687A5B
(104,122,91)
#5A694E
(90,105,78)
#4C5841
(76,88,65)
#3E4734
(62,71,52)
#303627
(48,54,39)
#22251A
(34,37,26)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #A0BE8F

#A0BE8F
(160,190,143)
#A8C399
(168,195,153)
#B0C8A3
(176,200,163)
#B8CDAD
(184,205,173)
#C0D2B7
(192,210,183)
#C8D7C1
(200,215,193)
#D0DCCB
(208,220,203)
#D8E1D5
(216,225,213)
#E0E6DF
(224,230,223)
#E8EBE9
(232,235,233)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BE8F; }

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

This text font color is #A0BE8F.


Background Color

.myBgColor { background-color: #A0BE8F; }

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

This div background color is #A0BE8F.


Border color

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

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

This div border color is #A0BE8F.


Opacity

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

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

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

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

This text has shadow with #A0BE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BE8F on black background.


Color preview on white background

This text has color #A0BE8F on white background.



Black color preview on #A0BE8F background

This text has black color on #A0BE8F background.


White color preview on #A0BE8F background

This text has white color on #A0BE8F background.