COLOR #A1E8B1

HEX: #A1E8B1
RGB: (161,232,177)

Color info

#A1E8B1 contains mainly green and blue colors. Web safe color of #A1E8B1 is #99FF99 (or #9F9).

RGB color model

#A1E8B1 color RGB value is (161,232,177).

  • red value is 161;
  • green value is 232;
  • blue value is 177.
RGB:
(161,232,177)
(63%,91%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 232 of 255 = 91%
B 177 of 255 = 69%

161
232
177

R + G + B ~ 74%. #A1E8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 232 + 177 = 570 (100%)
R 161 of 570 ~ 28.25%
G 232 of 570 ~ 40.7%
B 177 of 570 ~ 31.05%

%28.25
%40.7
%31.05

CMYK color model

#A1E8B1 color CMYK value is (31,0,24,9).

  • cyan value is 30.60%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 9.02%
CMYK:
(31,0,24,9)
C31M0Y24K9 
(31%,0%,24%,9%)
(0.31/0.00/0.24/0.09)	

CMYK percentages

%30.6
%0
%23.71
%9.02

Codes

Color #A1E8B1 in popluar color models

A1E8B1
RGB161232177
HSL134°60.68%77.06%
HSB/HSV134°30.60%90.98%
CMYK30.60%0.00%23.71%
9.02%

Color #A1E8B1 in popluar number systems.

HEXA1E8B1
Decimal161232177
Binary101000011110100010110001
Octal241350261

Shades and tints

Shades of #A1E8B1

#A1E8B1
(161,232,177)
#93D3A1
(147,211,161)
#85BE91
(133,190,145)
#77A981
(119,169,129)
#699471
(105,148,113)
#5B7F61
(91,127,97)
#4D6A51
(77,106,81)
#3F5541
(63,85,65)
#314031
(49,64,49)
#232B21
(35,43,33)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #A1E8B1

#A1E8B1
(161,232,177)
#A9EAB8
(169,234,184)
#B1ECBF
(177,236,191)
#B9EEC6
(185,238,198)
#C1F0CD
(193,240,205)
#C9F2D4
(201,242,212)
#D1F4DB
(209,244,219)
#D9F6E2
(217,246,226)
#E1F8E9
(225,248,233)
#E9FAF0
(233,250,240)
#F1FCF7
(241,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E8B1 color. Also use rgb(161,232,177) instead hex code.

Text Font Color

.myTextColor { color: #A1E8B1; }

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

This text font color is #A1E8B1.


Background Color

.myBgColor { background-color: #A1E8B1; }

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

This div background color is #A1E8B1.


Border color

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

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

This div border color is #A1E8B1.


Opacity

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

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

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

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

This text has shadow with #A1E8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E8B1 on black background.


Color preview on white background

This text has color #A1E8B1 on white background.



Black color preview on #A1E8B1 background

This text has black color on #A1E8B1 background.


White color preview on #A1E8B1 background

This text has white color on #A1E8B1 background.