COLOR #A1BB7E

HEX: #A1BB7E RGB: (161,187,126)

Color info

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

RGB color model

#A1BB7E color RGB value is (161,187,126).

RGB: (161,187,126) (63%, 73%, 49%)

RGB channels and saturation

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

161
187
126

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

Portions of RGB colors in percentages

R + G + B = 161 + 187 + 126 = 474 (100%)
R 161 of 474 ~ 33.97%
G 187 of 474 ~ 39.45%
B 126 of 474 ~ 26.58'%

%33.97
%39.45
%26.58

CMYK color model

#A1BB7E color CMYK value is (14,0,33,27).

  • cyan value is 13.90%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 26.67%

CMYK: (14,0,33,27)
C14M0Y33K27 (14%, 0%, 33%, 27%)
(0.14 / 0.00 / 0.33 / 0.27)

CMYK percentages

%13.9
%0
%32.62
%26.67

Codes

Color #A1BB7E in popluar color models

A1 BB 7E
RGB 161 187 126
HSL 86° 30.96% 61.37%
HSB/HSV 86° 32.62% 73.33%
CMYK 13.90% 0.00% 32.62%
26.67%

Color #A1BB7E in popluar number systems.

HEX A1 BB 7E
Decimal 161 187 126
Binary 10100001 10111011 1111110
Octal 241 273 176

Shades and tints

Shades of #A1BB7E

#A1BB7E
(161,187,126)
#93AA73
(147,170,115)
#859968
(133,153,104)
#77885D
(119,136,93)
#697752
(105,119,82)
#5B6647
(91,102,71)
#4D553C
(77,85,60)
#3F4431
(63,68,49)
#313326
(49,51,38)
#23221B
(35,34,27)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A1BB7E

#A1BB7E
(161,187,126)
#A9C189
(169,193,137)
#B1C794
(177,199,148)
#B9CD9F
(185,205,159)
#C1D3AA
(193,211,170)
#C9D9B5
(201,217,181)
#D1DFC0
(209,223,192)
#D9E5CB
(217,229,203)
#E1EBD6
(225,235,214)
#E9F1E1
(233,241,225)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BB7E; }

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

This text font color is #A1BB7E.

Background Color

.myBgColor { background-color: #A1BB7E; }

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

This div background color is #A1BB7E.

Border color

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

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

This div border color is #A1BB7E.

Opacity

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

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

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

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

This text has shadow with #A1BB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BB7E.

Preview

Color preview on black background

This text has color #A1BB7E on black background.


Color preview on white background

This text has color #A1BB7E on white background.


Black color preview on #A1BB7E background

This text has black color on #A1BB7E background.


White color preview on #A1BB7E background

This text has white color on #A1BB7E background.


Related colors

Complementary color

Complementary color for #hex is #5E4481.


I love getcolorcode.com

Triadic colors

1 #7EA1BB and #BB7EA1 with #A1BB7E are triadic colors.

2 #7EBBA1 and #BBA17E with #A1BB7E are triadic colors.