COLOR #A1BE8D

HEX: #A1BE8D RGB: (161,190,141)

Color info

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

RGB color model

#A1BE8D color RGB value is (161,190,141).

RGB: (161,190,141) (63%, 75%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 141 of 255 = 55%

161
190
141

R + G + B ~ 64%. #A1BE8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 190 + 141 = 492 (100%)
R 161 of 492 ~ 32.72%
G 190 of 492 ~ 38.62%
B 141 of 492 ~ 28.66'%

%32.72
%38.62
%28.66

CMYK color model

#A1BE8D color CMYK value is (15,0,26,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 25.49%

CMYK: (15,0,26,25)
C15M0Y26K25 (15%, 0%, 26%, 25%)
(0.15 / 0.00 / 0.26 / 0.25)

CMYK percentages

%15.26
%0
%25.79
%25.49

Codes

Color #A1BE8D in popluar color models

A1 BE 8D
RGB 161 190 141
HSL 96° 27.37% 64.90%
HSB/HSV 96° 25.79% 74.51%
CMYK 15.26% 0.00% 25.79%
25.49%

Color #A1BE8D in popluar number systems.

HEX A1 BE 8D
Decimal 161 190 141
Binary 10100001 10111110 10001101
Octal 241 276 215

Shades and tints

Shades of #A1BE8D

#A1BE8D
(161,190,141)
#93AD81
(147,173,129)
#859C75
(133,156,117)
#778B69
(119,139,105)
#697A5D
(105,122,93)
#5B6951
(91,105,81)
#4D5845
(77,88,69)
#3F4739
(63,71,57)
#31362D
(49,54,45)
#232521
(35,37,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #A1BE8D

#A1BE8D
(161,190,141)
#A9C397
(169,195,151)
#B1C8A1
(177,200,161)
#B9CDAB
(185,205,171)
#C1D2B5
(193,210,181)
#C9D7BF
(201,215,191)
#D1DCC9
(209,220,201)
#D9E1D3
(217,225,211)
#E1E6DD
(225,230,221)
#E9EBE7
(233,235,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1BE8D color. Also use rgb(161,190,141) instead hex code.

Text Font Color

.myTextColor { color: #A1BE8D; }

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

This text font color is #A1BE8D.

Background Color

.myBgColor { background-color: #A1BE8D; }

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

This div background color is #A1BE8D.

Border color

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

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

This div border color is #A1BE8D.

Opacity

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

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

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

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

This text has shadow with #A1BE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BE8D.

Preview

Color preview on black background

This text has color #A1BE8D on black background.


Color preview on white background

This text has color #A1BE8D on white background.


Black color preview on #A1BE8D background

This text has black color on #A1BE8D background.


White color preview on #A1BE8D background

This text has white color on #A1BE8D background.


Related colors

Complementary color

Complementary color for #hex is #5E4172.


I love getcolorcode.com

Triadic colors

1 #8DA1BE and #BE8DA1 with #A1BE8D are triadic colors.

2 #8DBEA1 and #BEA18D with #A1BE8D are triadic colors.