COLOR #A1E2B0

HEX: #A1E2B0
RGB: (161,226,176)

Color info

#A1E2B0 contains mainly green and blue colors. Web safe color of #A1E2B0 is #99CC99 (or #9C9).

RGB color model

#A1E2B0 color RGB value is (161,226,176).

  • red value is 161;
  • green value is 226;
  • blue value is 176.
RGB:
(161,226,176)
(63%,89%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 226 of 255 = 89%
B 176 of 255 = 69%

161
226
176

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

Portions of RGB colors in percentages

R + G + B =
161 + 226 + 176 = 563 (100%)
R 161 of 563 ~ 28.6%
G 226 of 563 ~ 40.14%
B 176 of 563 ~ 31.26%

%28.6
%40.14
%31.26

CMYK color model

#A1E2B0 color CMYK value is (29,0,22,11).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 11.37%
CMYK:
(29,0,22,11)
C29M0Y22K11 
(29%,0%,22%,11%)
(0.29/0.00/0.22/0.11)	

CMYK percentages

%28.76
%0
%22.12
%11.37

Codes

Color #A1E2B0 in popluar color models

A1E2B0
RGB161226176
HSL134°52.85%75.88%
HSB/HSV134°28.76%88.63%
CMYK28.76%0.00%22.12%
11.37%

Color #A1E2B0 in popluar number systems.

HEXA1E2B0
Decimal161226176
Binary101000011110001010110000
Octal241342260

Shades and tints

Shades of #A1E2B0

#A1E2B0
(161,226,176)
#93CEA0
(147,206,160)
#85BA90
(133,186,144)
#77A680
(119,166,128)
#699270
(105,146,112)
#5B7E60
(91,126,96)
#4D6A50
(77,106,80)
#3F5640
(63,86,64)
#314230
(49,66,48)
#232E20
(35,46,32)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #A1E2B0

#A1E2B0
(161,226,176)
#A9E4B7
(169,228,183)
#B1E6BE
(177,230,190)
#B9E8C5
(185,232,197)
#C1EACC
(193,234,204)
#C9ECD3
(201,236,211)
#D1EEDA
(209,238,218)
#D9F0E1
(217,240,225)
#E1F2E8
(225,242,232)
#E9F4EF
(233,244,239)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E2B0 color. Also use rgb(161,226,176) instead hex code.

Text Font Color

.myTextColor { color: #A1E2B0; }

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

This text font color is #A1E2B0.


Background Color

.myBgColor { background-color: #A1E2B0; }

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

This div background color is #A1E2B0.


Border color

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

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

This div border color is #A1E2B0.


Opacity

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

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

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

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

This text has shadow with #A1E2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E2B0 on black background.


Color preview on white background

This text has color #A1E2B0 on white background.



Black color preview on #A1E2B0 background

This text has black color on #A1E2B0 background.


White color preview on #A1E2B0 background

This text has white color on #A1E2B0 background.