COLOR #A1ECD4

HEX: #A1ECD4
RGB: (161,236,212)

Color info

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

RGB color model

#A1ECD4 color RGB value is (161,236,212).

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

RGB channels and saturation

R 161 of 255 = 63%
G 236 of 255 = 93%
B 212 of 255 = 83%

161
236
212

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

Portions of RGB colors in percentages

R + G + B =
161 + 236 + 212 = 609 (100%)
R 161 of 609 ~ 26.44%
G 236 of 609 ~ 38.75%
B 212 of 609 ~ 34.81%

%26.44
%38.75
%34.81

CMYK color model

#A1ECD4 color CMYK value is (32,0,10,7).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 10.17%
  • key color value is 7.45%
CMYK:
(32,0,10,7)
C32M0Y10K7 
(32%,0%,10%,7%)
(0.32/0.00/0.10/0.07)	

CMYK percentages

%31.78
%0
%10.17
%7.45

Codes

Color #A1ECD4 in popluar color models

A1ECD4
RGB161236212
HSL161°66.37%77.84%
HSB/HSV161°31.78%92.55%
CMYK31.78%0.00%10.17%
7.45%

Color #A1ECD4 in popluar number systems.

HEXA1ECD4
Decimal161236212
Binary101000011110110011010100
Octal241354324

Shades and tints

Shades of #A1ECD4

#A1ECD4
(161,236,212)
#93D7C1
(147,215,193)
#85C2AE
(133,194,174)
#77AD9B
(119,173,155)
#699888
(105,152,136)
#5B8375
(91,131,117)
#4D6E62
(77,110,98)
#3F594F
(63,89,79)
#31443C
(49,68,60)
#232F29
(35,47,41)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #A1ECD4

#A1ECD4
(161,236,212)
#A9EDD7
(169,237,215)
#B1EEDA
(177,238,218)
#B9EFDD
(185,239,221)
#C1F0E0
(193,240,224)
#C9F1E3
(201,241,227)
#D1F2E6
(209,242,230)
#D9F3E9
(217,243,233)
#E1F4EC
(225,244,236)
#E9F5EF
(233,245,239)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ECD4; }

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

This text font color is #A1ECD4.


Background Color

.myBgColor { background-color: #A1ECD4; }

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

This div background color is #A1ECD4.


Border color

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

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

This div border color is #A1ECD4.


Opacity

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

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

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

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

This text has shadow with #A1ECD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ECD4 on black background.


Color preview on white background

This text has color #A1ECD4 on white background.



Black color preview on #A1ECD4 background

This text has black color on #A1ECD4 background.


White color preview on #A1ECD4 background

This text has white color on #A1ECD4 background.