COLOR #A0BC8C

HEX: #A0BC8C
RGB: (160,188,140)

Color info

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

RGB color model

#A0BC8C color RGB value is (160,188,140).

  • red value is 160;
  • green value is 188;
  • blue value is 140.
RGB:
(160,188,140)
(63%,74%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 188 of 255 = 74%
B 140 of 255 = 55%

160
188
140

R + G + B ~ 64%. #A0BC8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 188 + 140 = 488 (100%)
R 160 of 488 ~ 32.79%
G 188 of 488 ~ 38.52%
B 140 of 488 ~ 28.69%

%32.79
%38.52
%28.69

CMYK color model

#A0BC8C color CMYK value is (15,0,26,26).

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 25.53%
  • key color value is 26.27%
CMYK:
(15,0,26,26)
C15M0Y26K26 
(15%,0%,26%,26%)
(0.15/0.00/0.26/0.26)	

CMYK percentages

%14.89
%0
%25.53
%26.27

Codes

Color #A0BC8C in popluar color models

A0BC8C
RGB160188140
HSL95°26.37%64.31%
HSB/HSV95°25.53%73.73%
CMYK14.89%0.00%25.53%
26.27%

Color #A0BC8C in popluar number systems.

HEXA0BC8C
Decimal160188140
Binary101000001011110010001100
Octal240274214

Shades and tints

Shades of #A0BC8C

#A0BC8C
(160,188,140)
#92AB80
(146,171,128)
#849A74
(132,154,116)
#768968
(118,137,104)
#68785C
(104,120,92)
#5A6750
(90,103,80)
#4C5644
(76,86,68)
#3E4538
(62,69,56)
#30342C
(48,52,44)
#222320
(34,35,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #A0BC8C

#A0BC8C
(160,188,140)
#A8C296
(168,194,150)
#B0C8A0
(176,200,160)
#B8CEAA
(184,206,170)
#C0D4B4
(192,212,180)
#C8DABE
(200,218,190)
#D0E0C8
(208,224,200)
#D8E6D2
(216,230,210)
#E0ECDC
(224,236,220)
#E8F2E6
(232,242,230)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BC8C color. Also use rgb(160,188,140) instead hex code.

Text Font Color

.myTextColor { color: #A0BC8C; }

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

This text font color is #A0BC8C.


Background Color

.myBgColor { background-color: #A0BC8C; }

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

This div background color is #A0BC8C.


Border color

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

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

This div border color is #A0BC8C.


Opacity

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

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

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

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

This text has shadow with #A0BC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BC8C on black background.


Color preview on white background

This text has color #A0BC8C on white background.



Black color preview on #A0BC8C background

This text has black color on #A0BC8C background.


White color preview on #A0BC8C background

This text has white color on #A0BC8C background.