COLOR #A1BA9E

HEX: #A1BA9E RGB: (161,186,158)

Color info

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

RGB color model

#A1BA9E color RGB value is (161,186,158).

RGB: (161,186,158) (63%, 73%, 62%)

RGB channels and saturation

R 161 of 255 = 63%
G 186 of 255 = 73%
B 158 of 255 = 62%

161
186
158

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

Portions of RGB colors in percentages

R + G + B = 161 + 186 + 158 = 505 (100%)
R 161 of 505 ~ 31.88%
G 186 of 505 ~ 36.83%
B 158 of 505 ~ 31.29'%

%31.88
%36.83
%31.29

CMYK color model

#A1BA9E color CMYK value is (13,0,15,27).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 27.06%

CMYK: (13,0,15,27)
C13M0Y15K27 (13%, 0%, 15%, 27%)
(0.13 / 0.00 / 0.15 / 0.27)

CMYK percentages

%13.44
%0
%15.05
%27.06

Codes

Color #A1BA9E in popluar color models

A1 BA 9E
RGB 161 186 158
HSL 114° 16.87% 67.45%
HSB/HSV 114° 15.05% 72.94%
CMYK 13.44% 0.00% 15.05%
27.06%

Color #A1BA9E in popluar number systems.

HEX A1 BA 9E
Decimal 161 186 158
Binary 10100001 10111010 10011110
Octal 241 272 236

Shades and tints

Shades of #A1BA9E

#A1BA9E
(161,186,158)
#93AA90
(147,170,144)
#859A82
(133,154,130)
#778A74
(119,138,116)
#697A66
(105,122,102)
#5B6A58
(91,106,88)
#4D5A4A
(77,90,74)
#3F4A3C
(63,74,60)
#313A2E
(49,58,46)
#232A20
(35,42,32)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #A1BA9E

#A1BA9E
(161,186,158)
#A9C0A6
(169,192,166)
#B1C6AE
(177,198,174)
#B9CCB6
(185,204,182)
#C1D2BE
(193,210,190)
#C9D8C6
(201,216,198)
#D1DECE
(209,222,206)
#D9E4D6
(217,228,214)
#E1EADE
(225,234,222)
#E9F0E6
(233,240,230)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BA9E; }

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

This text font color is #A1BA9E.

Background Color

.myBgColor { background-color: #A1BA9E; }

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

This div background color is #A1BA9E.

Border color

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

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

This div border color is #A1BA9E.

Opacity

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

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

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

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

This text has shadow with #A1BA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BA9E.

Preview

Color preview on black background

This text has color #A1BA9E on black background.


Color preview on white background

This text has color #A1BA9E on white background.


Black color preview on #A1BA9E background

This text has black color on #A1BA9E background.


White color preview on #A1BA9E background

This text has white color on #A1BA9E background.


Related colors

Complementary color

Complementary color for #hex is #5E4561.


I love getcolorcode.com

Triadic colors

1 #9EA1BA and #BA9EA1 with #A1BA9E are triadic colors.

2 #9EBAA1 and #BAA19E with #A1BA9E are triadic colors.