COLOR #A1E1CC

HEX: #A1E1CC
RGB: (161,225,204)

Color info

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

RGB color model

#A1E1CC color RGB value is (161,225,204).

  • red value is 161;
  • green value is 225;
  • blue value is 204.
RGB:
(161,225,204)
(63%,88%,80%)

RGB channels and saturation

R 161 of 255 = 63%
G 225 of 255 = 88%
B 204 of 255 = 80%

161
225
204

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

Portions of RGB colors in percentages

R + G + B =
161 + 225 + 204 = 590 (100%)
R 161 of 590 ~ 27.29%
G 225 of 590 ~ 38.14%
B 204 of 590 ~ 34.58%

%27.29
%38.14
%34.58

CMYK color model

#A1E1CC color CMYK value is (28,0,9,12).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 9.33%
  • key color value is 11.76%
CMYK:
(28,0,9,12)
C28M0Y9K12 
(28%,0%,9%,12%)
(0.28/0.00/0.09/0.12)	

CMYK percentages

%28.44
%0
%9.33
%11.76

Codes

Color #A1E1CC in popluar color models

A1E1CC
RGB161225204
HSL160°51.61%75.69%
HSB/HSV160°28.44%88.24%
CMYK28.44%0.00%9.33%
11.76%

Color #A1E1CC in popluar number systems.

HEXA1E1CC
Decimal161225204
Binary101000011110000111001100
Octal241341314

Shades and tints

Shades of #A1E1CC

#A1E1CC
(161,225,204)
#93CDBA
(147,205,186)
#85B9A8
(133,185,168)
#77A596
(119,165,150)
#699184
(105,145,132)
#5B7D72
(91,125,114)
#4D6960
(77,105,96)
#3F554E
(63,85,78)
#31413C
(49,65,60)
#232D2A
(35,45,42)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #A1E1CC

#A1E1CC
(161,225,204)
#A9E3D0
(169,227,208)
#B1E5D4
(177,229,212)
#B9E7D8
(185,231,216)
#C1E9DC
(193,233,220)
#C9EBE0
(201,235,224)
#D1EDE4
(209,237,228)
#D9EFE8
(217,239,232)
#E1F1EC
(225,241,236)
#E9F3F0
(233,243,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1E1CC; }

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

This text font color is #A1E1CC.


Background Color

.myBgColor { background-color: #A1E1CC; }

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

This div background color is #A1E1CC.


Border color

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

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

This div border color is #A1E1CC.


Opacity

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

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

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

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

This text has shadow with #A1E1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E1CC on black background.


Color preview on white background

This text has color #A1E1CC on white background.



Black color preview on #A1E1CC background

This text has black color on #A1E1CC background.


White color preview on #A1E1CC background

This text has white color on #A1E1CC background.