COLOR #A1BE88

HEX: #A1BE88 RGB: (161,190,136)

Color info

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

RGB color model

#A1BE88 color RGB value is (161,190,136).

RGB: (161,190,136) (63%, 75%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 136 of 255 = 53%

161
190
136

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

Portions of RGB colors in percentages

R + G + B = 161 + 190 + 136 = 487 (100%)
R 161 of 487 ~ 33.06%
G 190 of 487 ~ 39.01%
B 136 of 487 ~ 27.93'%

%33.06
%39.01
%27.93

CMYK color model

#A1BE88 color CMYK value is (15,0,28,25).

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

CMYK: (15,0,28,25)
C15M0Y28K25 (15%, 0%, 28%, 25%)
(0.15 / 0.00 / 0.28 / 0.25)

CMYK percentages

%15.26
%0
%28.42
%25.49

Codes

Color #A1BE88 in popluar color models

A1 BE 88
RGB 161 190 136
HSL 92° 29.35% 63.92%
HSB/HSV 92° 28.42% 74.51%
CMYK 15.26% 0.00% 28.42%
25.49%

Color #A1BE88 in popluar number systems.

HEX A1 BE 88
Decimal 161 190 136
Binary 10100001 10111110 10001000
Octal 241 276 210

Shades and tints

Shades of #A1BE88

#A1BE88
(161,190,136)
#93AD7C
(147,173,124)
#859C70
(133,156,112)
#778B64
(119,139,100)
#697A58
(105,122,88)
#5B694C
(91,105,76)
#4D5840
(77,88,64)
#3F4734
(63,71,52)
#313628
(49,54,40)
#23251C
(35,37,28)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A1BE88

#A1BE88
(161,190,136)
#A9C392
(169,195,146)
#B1C89C
(177,200,156)
#B9CDA6
(185,205,166)
#C1D2B0
(193,210,176)
#C9D7BA
(201,215,186)
#D1DCC4
(209,220,196)
#D9E1CE
(217,225,206)
#E1E6D8
(225,230,216)
#E9EBE2
(233,235,226)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BE88; }

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

This text font color is #A1BE88.

Background Color

.myBgColor { background-color: #A1BE88; }

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

This div background color is #A1BE88.

Border color

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

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

This div border color is #A1BE88.

Opacity

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

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

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

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

This text has shadow with #A1BE88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BE88.

Preview

Color preview on black background

This text has color #A1BE88 on black background.


Color preview on white background

This text has color #A1BE88 on white background.


Black color preview on #A1BE88 background

This text has black color on #A1BE88 background.


White color preview on #A1BE88 background

This text has white color on #A1BE88 background.


Related colors

Complementary color

Complementary color for #hex is #5E4177.


I love getcolorcode.com

Triadic colors

1 #88A1BE and #BE88A1 with #A1BE88 are triadic colors.

2 #88BEA1 and #BEA188 with #A1BE88 are triadic colors.