COLOR #A0BC99

HEX: #A0BC99
RGB: (160,188,153)

Color info

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

RGB color model

#A0BC99 color RGB value is (160,188,153).

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

RGB channels and saturation

R 160 of 255 = 63%
G 188 of 255 = 74%
B 153 of 255 = 60%

160
188
153

R + G + B ~ 66%. #A0BC99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 188 + 153 = 501 (100%)
R 160 of 501 ~ 31.94%
G 188 of 501 ~ 37.52%
B 153 of 501 ~ 30.54%

%31.94
%37.52
%30.54

CMYK color model

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

  • cyan value is 14.89%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(15,0,19,26)
C15M0Y19K26 
(15%,0%,19%,26%)
(0.15/0.00/0.19/0.26)	

CMYK percentages

%14.89
%0
%18.62
%26.27

Codes

Color #A0BC99 in popluar color models

A0BC99
RGB160188153
HSL108°20.71%66.86%
HSB/HSV108°18.62%73.73%
CMYK14.89%0.00%18.62%
26.27%

Color #A0BC99 in popluar number systems.

HEXA0BC99
Decimal160188153
Binary101000001011110010011001
Octal240274231

Shades and tints

Shades of #A0BC99

#A0BC99
(160,188,153)
#92AB8C
(146,171,140)
#849A7F
(132,154,127)
#768972
(118,137,114)
#687865
(104,120,101)
#5A6758
(90,103,88)
#4C564B
(76,86,75)
#3E453E
(62,69,62)
#303431
(48,52,49)
#222324
(34,35,36)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #A0BC99

#A0BC99
(160,188,153)
#A8C2A2
(168,194,162)
#B0C8AB
(176,200,171)
#B8CEB4
(184,206,180)
#C0D4BD
(192,212,189)
#C8DAC6
(200,218,198)
#D0E0CF
(208,224,207)
#D8E6D8
(216,230,216)
#E0ECE1
(224,236,225)
#E8F2EA
(232,242,234)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0BC99; }

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

This text font color is #A0BC99.


Background Color

.myBgColor { background-color: #A0BC99; }

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

This div background color is #A0BC99.


Border color

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

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

This div border color is #A0BC99.


Opacity

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

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

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

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

This text has shadow with #A0BC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BC99 on black background.


Color preview on white background

This text has color #A0BC99 on white background.



Black color preview on #A0BC99 background

This text has black color on #A0BC99 background.


White color preview on #A0BC99 background

This text has white color on #A0BC99 background.