COLOR #A1E2BB

HEX: #A1E2BB
RGB: (161,226,187)

Color info

#A1E2BB contains mainly green and blue colors. Web safe color of #A1E2BB is #99CCCC (or #9CC).

RGB color model

#A1E2BB color RGB value is (161,226,187).

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

RGB channels and saturation

R 161 of 255 = 63%
G 226 of 255 = 89%
B 187 of 255 = 73%

161
226
187

R + G + B ~ 75%. #A1E2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 226 + 187 = 574 (100%)
R 161 of 574 ~ 28.05%
G 226 of 574 ~ 39.37%
B 187 of 574 ~ 32.58%

%28.05
%39.37
%32.58

CMYK color model

#A1E2BB color CMYK value is (29,0,17,11).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(29,0,17,11)
C29M0Y17K11 
(29%,0%,17%,11%)
(0.29/0.00/0.17/0.11)	

CMYK percentages

%28.76
%0
%17.26
%11.37

Codes

Color #A1E2BB in popluar color models

A1E2BB
RGB161226187
HSL144°52.85%75.88%
HSB/HSV144°28.76%88.63%
CMYK28.76%0.00%17.26%
11.37%

Color #A1E2BB in popluar number systems.

HEXA1E2BB
Decimal161226187
Binary101000011110001010111011
Octal241342273

Shades and tints

Shades of #A1E2BB

#A1E2BB
(161,226,187)
#93CEAA
(147,206,170)
#85BA99
(133,186,153)
#77A688
(119,166,136)
#699277
(105,146,119)
#5B7E66
(91,126,102)
#4D6A55
(77,106,85)
#3F5644
(63,86,68)
#314233
(49,66,51)
#232E22
(35,46,34)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #A1E2BB

#A1E2BB
(161,226,187)
#A9E4C1
(169,228,193)
#B1E6C7
(177,230,199)
#B9E8CD
(185,232,205)
#C1EAD3
(193,234,211)
#C9ECD9
(201,236,217)
#D1EEDF
(209,238,223)
#D9F0E5
(217,240,229)
#E1F2EB
(225,242,235)
#E9F4F1
(233,244,241)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E2BB; }

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

This text font color is #A1E2BB.


Background Color

.myBgColor { background-color: #A1E2BB; }

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

This div background color is #A1E2BB.


Border color

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

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

This div border color is #A1E2BB.


Opacity

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

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

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

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

This text has shadow with #A1E2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E2BB on black background.


Color preview on white background

This text has color #A1E2BB on white background.



Black color preview on #A1E2BB background

This text has black color on #A1E2BB background.


White color preview on #A1E2BB background

This text has white color on #A1E2BB background.