COLOR #A1ECDD

HEX: #A1ECDD
RGB: (161,236,221)

Color info

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

RGB color model

#A1ECDD color RGB value is (161,236,221).

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

RGB channels and saturation

R 161 of 255 = 63%
G 236 of 255 = 93%
B 221 of 255 = 87%

161
236
221

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

Portions of RGB colors in percentages

R + G + B =
161 + 236 + 221 = 618 (100%)
R 161 of 618 ~ 26.05%
G 236 of 618 ~ 38.19%
B 221 of 618 ~ 35.76%

%26.05
%38.19
%35.76

CMYK color model

#A1ECDD color CMYK value is (32,0,6,7).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 7.45%
CMYK:
(32,0,6,7)
C32M0Y6K7 
(32%,0%,6%,7%)
(0.32/0.00/0.06/0.07)	

CMYK percentages

%31.78
%0
%6.36
%7.45

Codes

Color #A1ECDD in popluar color models

A1ECDD
RGB161236221
HSL168°66.37%77.84%
HSB/HSV168°31.78%92.55%
CMYK31.78%0.00%6.36%
7.45%

Color #A1ECDD in popluar number systems.

HEXA1ECDD
Decimal161236221
Binary101000011110110011011101
Octal241354335

Shades and tints

Shades of #A1ECDD

#A1ECDD
(161,236,221)
#93D7C9
(147,215,201)
#85C2B5
(133,194,181)
#77ADA1
(119,173,161)
#69988D
(105,152,141)
#5B8379
(91,131,121)
#4D6E65
(77,110,101)
#3F5951
(63,89,81)
#31443D
(49,68,61)
#232F29
(35,47,41)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #A1ECDD

#A1ECDD
(161,236,221)
#A9EDE0
(169,237,224)
#B1EEE3
(177,238,227)
#B9EFE6
(185,239,230)
#C1F0E9
(193,240,233)
#C9F1EC
(201,241,236)
#D1F2EF
(209,242,239)
#D9F3F2
(217,243,242)
#E1F4F5
(225,244,245)
#E9F5F8
(233,245,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ECDD; }

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

This text font color is #A1ECDD.


Background Color

.myBgColor { background-color: #A1ECDD; }

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

This div background color is #A1ECDD.


Border color

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

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

This div border color is #A1ECDD.


Opacity

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

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

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

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

This text has shadow with #A1ECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ECDD on black background.


Color preview on white background

This text has color #A1ECDD on white background.



Black color preview on #A1ECDD background

This text has black color on #A1ECDD background.


White color preview on #A1ECDD background

This text has white color on #A1ECDD background.