COLOR #A1BC99

HEX: #A1BC99
RGB: (161,188,153)

Color info

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

RGB color model

#A1BC99 color RGB value is (161,188,153).

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

RGB channels and saturation

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

161
188
153

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

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 153 = 502 (100%)
R 161 of 502 ~ 32.07%
G 188 of 502 ~ 37.45%
B 153 of 502 ~ 30.48%

%32.07
%37.45
%30.48

CMYK color model

#A1BC99 color CMYK value is (14,0,19,26).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(14,0,19,26)
C14M0Y19K26 
(14%,0%,19%,26%)
(0.14/0.00/0.19/0.26)	

CMYK percentages

%14.36
%0
%18.62
%26.27

Codes

Color #A1BC99 in popluar color models

A1BC99
RGB161188153
HSL106°20.71%66.86%
HSB/HSV106°18.62%73.73%
CMYK14.36%0.00%18.62%
26.27%

Color #A1BC99 in popluar number systems.

HEXA1BC99
Decimal161188153
Binary101000011011110010011001
Octal241274231

Shades and tints

Shades of #A1BC99

#A1BC99
(161,188,153)
#93AB8C
(147,171,140)
#859A7F
(133,154,127)
#778972
(119,137,114)
#697865
(105,120,101)
#5B6758
(91,103,88)
#4D564B
(77,86,75)
#3F453E
(63,69,62)
#313431
(49,52,49)
#232324
(35,35,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #A1BC99

#A1BC99
(161,188,153)
#A9C2A2
(169,194,162)
#B1C8AB
(177,200,171)
#B9CEB4
(185,206,180)
#C1D4BD
(193,212,189)
#C9DAC6
(201,218,198)
#D1E0CF
(209,224,207)
#D9E6D8
(217,230,216)
#E1ECE1
(225,236,225)
#E9F2EA
(233,242,234)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BC99; }

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

This text font color is #A1BC99.


Background Color

.myBgColor { background-color: #A1BC99; }

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

This div background color is #A1BC99.


Border color

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

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

This div border color is #A1BC99.


Opacity

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

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

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

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

This text has shadow with #A1BC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BC99 on black background.


Color preview on white background

This text has color #A1BC99 on white background.



Black color preview on #A1BC99 background

This text has black color on #A1BC99 background.


White color preview on #A1BC99 background

This text has white color on #A1BC99 background.