COLOR #A0BE9D

HEX: #A0BE9D
RGB: (160,190,157)

Color info

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

RGB color model

#A0BE9D color RGB value is (160,190,157).

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

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 157 of 255 = 62%

160
190
157

R + G + B ~ 67%. #A0BE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 157 = 507 (100%)
R 160 of 507 ~ 31.56%
G 190 of 507 ~ 37.48%
B 157 of 507 ~ 30.97%

%31.56
%37.48
%30.97

CMYK color model

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

  • cyan value is 15.79%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(16,0,17,25)
C16M0Y17K25 
(16%,0%,17%,25%)
(0.16/0.00/0.17/0.25)	

CMYK percentages

%15.79
%0
%17.37
%25.49

Codes

Color #A0BE9D in popluar color models

A0BE9D
RGB160190157
HSL115°20.25%68.04%
HSB/HSV115°17.37%74.51%
CMYK15.79%0.00%17.37%
25.49%

Color #A0BE9D in popluar number systems.

HEXA0BE9D
Decimal160190157
Binary101000001011111010011101
Octal240276235

Shades and tints

Shades of #A0BE9D

#A0BE9D
(160,190,157)
#92AD8F
(146,173,143)
#849C81
(132,156,129)
#768B73
(118,139,115)
#687A65
(104,122,101)
#5A6957
(90,105,87)
#4C5849
(76,88,73)
#3E473B
(62,71,59)
#30362D
(48,54,45)
#22251F
(34,37,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A0BE9D

#A0BE9D
(160,190,157)
#A8C3A5
(168,195,165)
#B0C8AD
(176,200,173)
#B8CDB5
(184,205,181)
#C0D2BD
(192,210,189)
#C8D7C5
(200,215,197)
#D0DCCD
(208,220,205)
#D8E1D5
(216,225,213)
#E0E6DD
(224,230,221)
#E8EBE5
(232,235,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BE9D; }

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

This text font color is #A0BE9D.


Background Color

.myBgColor { background-color: #A0BE9D; }

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

This div background color is #A0BE9D.


Border color

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

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

This div border color is #A0BE9D.


Opacity

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

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

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

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

This text has shadow with #A0BE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BE9D on black background.


Color preview on white background

This text has color #A0BE9D on white background.



Black color preview on #A0BE9D background

This text has black color on #A0BE9D background.


White color preview on #A0BE9D background

This text has white color on #A0BE9D background.