COLOR #A1BA7E

HEX: #A1BA7E
RGB: (161,186,126)

Color info

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

RGB color model

#A1BA7E color RGB value is (161,186,126).

  • red value is 161;
  • green value is 186;
  • blue value is 126.
RGB:
(161,186,126)
(63%,73%,49%)

RGB channels and saturation

R 161 of 255 = 63%
G 186 of 255 = 73%
B 126 of 255 = 49%

161
186
126

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

Portions of RGB colors in percentages

R + G + B =
161 + 186 + 126 = 473 (100%)
R 161 of 473 ~ 34.04%
G 186 of 473 ~ 39.32%
B 126 of 473 ~ 26.64%

%34.04
%39.32
%26.64

CMYK color model

#A1BA7E color CMYK value is (13,0,32,27).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 27.06%
CMYK:
(13,0,32,27)
C13M0Y32K27 
(13%,0%,32%,27%)
(0.13/0.00/0.32/0.27)	

CMYK percentages

%13.44
%0
%32.26
%27.06

Codes

Color #A1BA7E in popluar color models

A1BA7E
RGB161186126
HSL85°30.30%61.18%
HSB/HSV85°32.26%72.94%
CMYK13.44%0.00%32.26%
27.06%

Color #A1BA7E in popluar number systems.

HEXA1BA7E
Decimal161186126
Binary10100001101110101111110
Octal241272176

Shades and tints

Shades of #A1BA7E

#A1BA7E
(161,186,126)
#93AA73
(147,170,115)
#859A68
(133,154,104)
#778A5D
(119,138,93)
#697A52
(105,122,82)
#5B6A47
(91,106,71)
#4D5A3C
(77,90,60)
#3F4A31
(63,74,49)
#313A26
(49,58,38)
#232A1B
(35,42,27)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #A1BA7E

#A1BA7E
(161,186,126)
#A9C089
(169,192,137)
#B1C694
(177,198,148)
#B9CC9F
(185,204,159)
#C1D2AA
(193,210,170)
#C9D8B5
(201,216,181)
#D1DEC0
(209,222,192)
#D9E4CB
(217,228,203)
#E1EAD6
(225,234,214)
#E9F0E1
(233,240,225)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BA7E color. Also use rgb(161,186,126) instead hex code.

Text Font Color

.myTextColor { color: #A1BA7E; }

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

This text font color is #A1BA7E.


Background Color

.myBgColor { background-color: #A1BA7E; }

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

This div background color is #A1BA7E.


Border color

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

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

This div border color is #A1BA7E.


Opacity

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

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

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

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

This text has shadow with #A1BA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BA7E on black background.


Color preview on white background

This text has color #A1BA7E on white background.



Black color preview on #A1BA7E background

This text has black color on #A1BA7E background.


White color preview on #A1BA7E background

This text has white color on #A1BA7E background.