COLOR #A1BC9D

HEX: #A1BC9D
RGB: (161,188,157)

Color info

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

RGB color model

#A1BC9D color RGB value is (161,188,157).

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

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 157 of 255 = 62%

161
188
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 157 = 506 (100%)
R 161 of 506 ~ 31.82%
G 188 of 506 ~ 37.15%
B 157 of 506 ~ 31.03%

%31.82
%37.15
%31.03

CMYK color model

#A1BC9D color CMYK value is (14,0,16,26).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 26.27%
CMYK:
(14,0,16,26)
C14M0Y16K26 
(14%,0%,16%,26%)
(0.14/0.00/0.16/0.26)	

CMYK percentages

%14.36
%0
%16.49
%26.27

Codes

Color #A1BC9D in popluar color models

A1BC9D
RGB161188157
HSL112°18.79%67.65%
HSB/HSV112°16.49%73.73%
CMYK14.36%0.00%16.49%
26.27%

Color #A1BC9D in popluar number systems.

HEXA1BC9D
Decimal161188157
Binary101000011011110010011101
Octal241274235

Shades and tints

Shades of #A1BC9D

#A1BC9D
(161,188,157)
#93AB8F
(147,171,143)
#859A81
(133,154,129)
#778973
(119,137,115)
#697865
(105,120,101)
#5B6757
(91,103,87)
#4D5649
(77,86,73)
#3F453B
(63,69,59)
#31342D
(49,52,45)
#23231F
(35,35,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #A1BC9D

#A1BC9D
(161,188,157)
#A9C2A5
(169,194,165)
#B1C8AD
(177,200,173)
#B9CEB5
(185,206,181)
#C1D4BD
(193,212,189)
#C9DAC5
(201,218,197)
#D1E0CD
(209,224,205)
#D9E6D5
(217,230,213)
#E1ECDD
(225,236,221)
#E9F2E5
(233,242,229)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BC9D; }

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

This text font color is #A1BC9D.


Background Color

.myBgColor { background-color: #A1BC9D; }

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

This div background color is #A1BC9D.


Border color

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

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

This div border color is #A1BC9D.


Opacity

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

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

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

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

This text has shadow with #A1BC9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BC9D on black background.


Color preview on white background

This text has color #A1BC9D on white background.



Black color preview on #A1BC9D background

This text has black color on #A1BC9D background.


White color preview on #A1BC9D background

This text has white color on #A1BC9D background.