COLOR #A1E5E5

HEX: #A1E5E5
RGB: (161,229,229)

Color info

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

RGB color model

#A1E5E5 color RGB value is (161,229,229).

  • red value is 161;
  • green value is 229;
  • blue value is 229.
RGB:
(161,229,229)
(63%,90%,90%)

RGB channels and saturation

R 161 of 255 = 63%
G 229 of 255 = 90%
B 229 of 255 = 90%

161
229
229

R + G + B ~ 81%. #A1E5E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 229 + 229 = 619 (100%)
R 161 of 619 ~ 26.01%
G 229 of 619 ~ 37%
B 229 of 619 ~ 37%

%26.01
%37
%37

CMYK color model

#A1E5E5 color CMYK value is (30,0,0,10).

  • cyan value is 29.69%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(30,0,0,10)
C30M0Y0K10 
(30%,0%,0%,10%)
(0.30/0.00/0.00/0.10)	

CMYK percentages

%29.69
%0
%0
%10.2

Codes

Color #A1E5E5 in popluar color models

A1E5E5
RGB161229229
HSL180°56.67%76.47%
HSB/HSV180°29.69%89.80%
CMYK29.69%0.00%0.00%
10.20%

Color #A1E5E5 in popluar number systems.

HEXA1E5E5
Decimal161229229
Binary101000011110010111100101
Octal241345345

Shades and tints

Shades of #A1E5E5

#A1E5E5
(161,229,229)
#93D1D1
(147,209,209)
#85BDBD
(133,189,189)
#77A9A9
(119,169,169)
#699595
(105,149,149)
#5B8181
(91,129,129)
#4D6D6D
(77,109,109)
#3F5959
(63,89,89)
#314545
(49,69,69)
#233131
(35,49,49)
#151D1D
(21,29,29)
#000000
(0,0,0)

Tints of #A1E5E5

#A1E5E5
(161,229,229)
#A9E7E7
(169,231,231)
#B1E9E9
(177,233,233)
#B9EBEB
(185,235,235)
#C1EDED
(193,237,237)
#C9EFEF
(201,239,239)
#D1F1F1
(209,241,241)
#D9F3F3
(217,243,243)
#E1F5F5
(225,245,245)
#E9F7F7
(233,247,247)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E5E5; }

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

This text font color is #A1E5E5.


Background Color

.myBgColor { background-color: #A1E5E5; }

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

This div background color is #A1E5E5.


Border color

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

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

This div border color is #A1E5E5.


Opacity

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

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

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

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

This text has shadow with #A1E5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E5E5 on black background.


Color preview on white background

This text has color #A1E5E5 on white background.



Black color preview on #A1E5E5 background

This text has black color on #A1E5E5 background.


White color preview on #A1E5E5 background

This text has white color on #A1E5E5 background.