COLOR #A1E0BE

HEX: #A1E0BE
RGB: (161,224,190)

Color info

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

RGB color model

#A1E0BE color RGB value is (161,224,190).

  • red value is 161;
  • green value is 224;
  • blue value is 190.
RGB:
(161,224,190)
(63%,88%,75%)

RGB channels and saturation

R 161 of 255 = 63%
G 224 of 255 = 88%
B 190 of 255 = 75%

161
224
190

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

Portions of RGB colors in percentages

R + G + B =
161 + 224 + 190 = 575 (100%)
R 161 of 575 ~ 28%
G 224 of 575 ~ 38.96%
B 190 of 575 ~ 33.04%

%28
%38.96
%33.04

CMYK color model

#A1E0BE color CMYK value is (28,0,15,12).

  • cyan value is 28.13%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK:
(28,0,15,12)
C28M0Y15K12 
(28%,0%,15%,12%)
(0.28/0.00/0.15/0.12)	

CMYK percentages

%28.13
%0
%15.18
%12.16

Codes

Color #A1E0BE in popluar color models

A1E0BE
RGB161224190
HSL148°50.40%75.49%
HSB/HSV148°28.13%87.84%
CMYK28.13%0.00%15.18%
12.16%

Color #A1E0BE in popluar number systems.

HEXA1E0BE
Decimal161224190
Binary101000011110000010111110
Octal241340276

Shades and tints

Shades of #A1E0BE

#A1E0BE
(161,224,190)
#93CCAD
(147,204,173)
#85B89C
(133,184,156)
#77A48B
(119,164,139)
#69907A
(105,144,122)
#5B7C69
(91,124,105)
#4D6858
(77,104,88)
#3F5447
(63,84,71)
#314036
(49,64,54)
#232C25
(35,44,37)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #A1E0BE

#A1E0BE
(161,224,190)
#A9E2C3
(169,226,195)
#B1E4C8
(177,228,200)
#B9E6CD
(185,230,205)
#C1E8D2
(193,232,210)
#C9EAD7
(201,234,215)
#D1ECDC
(209,236,220)
#D9EEE1
(217,238,225)
#E1F0E6
(225,240,230)
#E9F2EB
(233,242,235)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E0BE; }

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

This text font color is #A1E0BE.


Background Color

.myBgColor { background-color: #A1E0BE; }

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

This div background color is #A1E0BE.


Border color

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

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

This div border color is #A1E0BE.


Opacity

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

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

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

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

This text has shadow with #A1E0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E0BE on black background.


Color preview on white background

This text has color #A1E0BE on white background.



Black color preview on #A1E0BE background

This text has black color on #A1E0BE background.


White color preview on #A1E0BE background

This text has white color on #A1E0BE background.