COLOR #A1E3C0

HEX: #A1E3C0
RGB: (161,227,192)

Color info

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

RGB color model

#A1E3C0 color RGB value is (161,227,192).

  • red value is 161;
  • green value is 227;
  • blue value is 192.
RGB:
(161,227,192)
(63%,89%,75%)

RGB channels and saturation

R 161 of 255 = 63%
G 227 of 255 = 89%
B 192 of 255 = 75%

161
227
192

R + G + B ~ 76%. #A1E3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 227 + 192 = 580 (100%)
R 161 of 580 ~ 27.76%
G 227 of 580 ~ 39.14%
B 192 of 580 ~ 33.1%

%27.76
%39.14
%33.1

CMYK color model

#A1E3C0 color CMYK value is (29,0,15,11).

  • cyan value is 29.07%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 10.98%
CMYK:
(29,0,15,11)
C29M0Y15K11 
(29%,0%,15%,11%)
(0.29/0.00/0.15/0.11)	

CMYK percentages

%29.07
%0
%15.42
%10.98

Codes

Color #A1E3C0 in popluar color models

A1E3C0
RGB161227192
HSL148°54.10%76.08%
HSB/HSV148°29.07%89.02%
CMYK29.07%0.00%15.42%
10.98%

Color #A1E3C0 in popluar number systems.

HEXA1E3C0
Decimal161227192
Binary101000011110001111000000
Octal241343300

Shades and tints

Shades of #A1E3C0

#A1E3C0
(161,227,192)
#93CFAF
(147,207,175)
#85BB9E
(133,187,158)
#77A78D
(119,167,141)
#69937C
(105,147,124)
#5B7F6B
(91,127,107)
#4D6B5A
(77,107,90)
#3F5749
(63,87,73)
#314338
(49,67,56)
#232F27
(35,47,39)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #A1E3C0

#A1E3C0
(161,227,192)
#A9E5C5
(169,229,197)
#B1E7CA
(177,231,202)
#B9E9CF
(185,233,207)
#C1EBD4
(193,235,212)
#C9EDD9
(201,237,217)
#D1EFDE
(209,239,222)
#D9F1E3
(217,241,227)
#E1F3E8
(225,243,232)
#E9F5ED
(233,245,237)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E3C0 color. Also use rgb(161,227,192) instead hex code.

Text Font Color

.myTextColor { color: #A1E3C0; }

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

This text font color is #A1E3C0.


Background Color

.myBgColor { background-color: #A1E3C0; }

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

This div background color is #A1E3C0.


Border color

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

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

This div border color is #A1E3C0.


Opacity

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

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

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

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

This text has shadow with #A1E3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E3C0 on black background.


Color preview on white background

This text has color #A1E3C0 on white background.



Black color preview on #A1E3C0 background

This text has black color on #A1E3C0 background.


White color preview on #A1E3C0 background

This text has white color on #A1E3C0 background.