COLOR #A1BC7C

HEX: #A1BC7C
RGB: (161,188,124)

Color info

#A1BC7C contains mainly red and green colors. Web safe color of #A1BC7C is #99CC66 (or #9C6).

RGB color model

#A1BC7C color RGB value is (161,188,124).

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

RGB channels and saturation

R 161 of 255 = 63%
G 188 of 255 = 74%
B 124 of 255 = 49%

161
188
124

R + G + B ~ 62%. #A1BC7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 188 + 124 = 473 (100%)
R 161 of 473 ~ 34.04%
G 188 of 473 ~ 39.75%
B 124 of 473 ~ 26.22%

%34.04
%39.75
%26.22

CMYK color model

#A1BC7C color CMYK value is (14,0,34,26).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 26.27%
CMYK:
(14,0,34,26)
C14M0Y34K26 
(14%,0%,34%,26%)
(0.14/0.00/0.34/0.26)	

CMYK percentages

%14.36
%0
%34.04
%26.27

Codes

Color #A1BC7C in popluar color models

A1BC7C
RGB161188124
HSL85°32.32%61.18%
HSB/HSV85°34.04%73.73%
CMYK14.36%0.00%34.04%
26.27%

Color #A1BC7C in popluar number systems.

HEXA1BC7C
Decimal161188124
Binary10100001101111001111100
Octal241274174

Shades and tints

Shades of #A1BC7C

#A1BC7C
(161,188,124)
#93AB71
(147,171,113)
#859A66
(133,154,102)
#77895B
(119,137,91)
#697850
(105,120,80)
#5B6745
(91,103,69)
#4D563A
(77,86,58)
#3F452F
(63,69,47)
#313424
(49,52,36)
#232319
(35,35,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #A1BC7C

#A1BC7C
(161,188,124)
#A9C287
(169,194,135)
#B1C892
(177,200,146)
#B9CE9D
(185,206,157)
#C1D4A8
(193,212,168)
#C9DAB3
(201,218,179)
#D1E0BE
(209,224,190)
#D9E6C9
(217,230,201)
#E1ECD4
(225,236,212)
#E9F2DF
(233,242,223)
#F1F8EA
(241,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BC7C; }

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

This text font color is #A1BC7C.


Background Color

.myBgColor { background-color: #A1BC7C; }

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

This div background color is #A1BC7C.


Border color

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

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

This div border color is #A1BC7C.


Opacity

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

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

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

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

This text has shadow with #A1BC7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BC7C on black background.


Color preview on white background

This text has color #A1BC7C on white background.



Black color preview on #A1BC7C background

This text has black color on #A1BC7C background.


White color preview on #A1BC7C background

This text has white color on #A1BC7C background.