COLOR #A1E8C1

HEX: #A1E8C1
RGB: (161,232,193)

Color info

#A1E8C1 contains mainly green and blue colors. Web safe color of #A1E8C1 is #99FFCC (or #9FC).

RGB color model

#A1E8C1 color RGB value is (161,232,193).

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

RGB channels and saturation

R 161 of 255 = 63%
G 232 of 255 = 91%
B 193 of 255 = 76%

161
232
193

R + G + B ~ 77%. #A1E8C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 232 + 193 = 586 (100%)
R 161 of 586 ~ 27.47%
G 232 of 586 ~ 39.59%
B 193 of 586 ~ 32.94%

%27.47
%39.59
%32.94

CMYK color model

#A1E8C1 color CMYK value is (31,0,17,9).

  • cyan value is 30.60%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 9.02%
CMYK:
(31,0,17,9)
C31M0Y17K9 
(31%,0%,17%,9%)
(0.31/0.00/0.17/0.09)	

CMYK percentages

%30.6
%0
%16.81
%9.02

Codes

Color #A1E8C1 in popluar color models

A1E8C1
RGB161232193
HSL147°60.68%77.06%
HSB/HSV147°30.60%90.98%
CMYK30.60%0.00%16.81%
9.02%

Color #A1E8C1 in popluar number systems.

HEXA1E8C1
Decimal161232193
Binary101000011110100011000001
Octal241350301

Shades and tints

Shades of #A1E8C1

#A1E8C1
(161,232,193)
#93D3B0
(147,211,176)
#85BE9F
(133,190,159)
#77A98E
(119,169,142)
#69947D
(105,148,125)
#5B7F6C
(91,127,108)
#4D6A5B
(77,106,91)
#3F554A
(63,85,74)
#314039
(49,64,57)
#232B28
(35,43,40)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #A1E8C1

#A1E8C1
(161,232,193)
#A9EAC6
(169,234,198)
#B1ECCB
(177,236,203)
#B9EED0
(185,238,208)
#C1F0D5
(193,240,213)
#C9F2DA
(201,242,218)
#D1F4DF
(209,244,223)
#D9F6E4
(217,246,228)
#E1F8E9
(225,248,233)
#E9FAEE
(233,250,238)
#F1FCF3
(241,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E8C1; }

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

This text font color is #A1E8C1.


Background Color

.myBgColor { background-color: #A1E8C1; }

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

This div background color is #A1E8C1.


Border color

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

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

This div border color is #A1E8C1.


Opacity

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

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

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

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

This text has shadow with #A1E8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E8C1 on black background.


Color preview on white background

This text has color #A1E8C1 on white background.



Black color preview on #A1E8C1 background

This text has black color on #A1E8C1 background.


White color preview on #A1E8C1 background

This text has white color on #A1E8C1 background.