COLOR #A1E6DD

HEX: #A1E6DD
RGB: (161,230,221)

Color info

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

RGB color model

#A1E6DD color RGB value is (161,230,221).

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

RGB channels and saturation

R 161 of 255 = 63%
G 230 of 255 = 90%
B 221 of 255 = 87%

161
230
221

R + G + B ~ 80%. #A1E6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 230 + 221 = 612 (100%)
R 161 of 612 ~ 26.31%
G 230 of 612 ~ 37.58%
B 221 of 612 ~ 36.11%

%26.31
%37.58
%36.11

CMYK color model

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

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(30,0,4,10)
C30M0Y4K10 
(30%,0%,4%,10%)
(0.30/0.00/0.04/0.10)	

CMYK percentages

%30
%0
%3.91
%9.8

Codes

Color #A1E6DD in popluar color models

A1E6DD
RGB161230221
HSL172°57.98%76.67%
HSB/HSV172°30.00%90.20%
CMYK30.00%0.00%3.91%
9.80%

Color #A1E6DD in popluar number systems.

HEXA1E6DD
Decimal161230221
Binary101000011110011011011101
Octal241346335

Shades and tints

Shades of #A1E6DD

#A1E6DD
(161,230,221)
#93D2C9
(147,210,201)
#85BEB5
(133,190,181)
#77AAA1
(119,170,161)
#69968D
(105,150,141)
#5B8279
(91,130,121)
#4D6E65
(77,110,101)
#3F5A51
(63,90,81)
#31463D
(49,70,61)
#233229
(35,50,41)
#151E15
(21,30,21)
#000000
(0,0,0)

Tints of #A1E6DD

#A1E6DD
(161,230,221)
#A9E8E0
(169,232,224)
#B1EAE3
(177,234,227)
#B9ECE6
(185,236,230)
#C1EEE9
(193,238,233)
#C9F0EC
(201,240,236)
#D1F2EF
(209,242,239)
#D9F4F2
(217,244,242)
#E1F6F5
(225,246,245)
#E9F8F8
(233,248,248)
#F1FAFB
(241,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E6DD; }

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

This text font color is #A1E6DD.


Background Color

.myBgColor { background-color: #A1E6DD; }

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

This div background color is #A1E6DD.


Border color

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

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

This div border color is #A1E6DD.


Opacity

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

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

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

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

This text has shadow with #A1E6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E6DD on black background.


Color preview on white background

This text has color #A1E6DD on white background.



Black color preview on #A1E6DD background

This text has black color on #A1E6DD background.


White color preview on #A1E6DD background

This text has white color on #A1E6DD background.