COLOR #A1ECC4

HEX: #A1ECC4
RGB: (161,236,196)

Color info

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

RGB color model

#A1ECC4 color RGB value is (161,236,196).

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

RGB channels and saturation

R 161 of 255 = 63%
G 236 of 255 = 93%
B 196 of 255 = 77%

161
236
196

R + G + B ~ 78%. #A1ECC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 236 + 196 = 593 (100%)
R 161 of 593 ~ 27.15%
G 236 of 593 ~ 39.8%
B 196 of 593 ~ 33.05%

%27.15
%39.8
%33.05

CMYK color model

#A1ECC4 color CMYK value is (32,0,17,7).

  • cyan value is 31.78%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 7.45%
CMYK:
(32,0,17,7)
C32M0Y17K7 
(32%,0%,17%,7%)
(0.32/0.00/0.17/0.07)	

CMYK percentages

%31.78
%0
%16.95
%7.45

Codes

Color #A1ECC4 in popluar color models

A1ECC4
RGB161236196
HSL148°66.37%77.84%
HSB/HSV148°31.78%92.55%
CMYK31.78%0.00%16.95%
7.45%

Color #A1ECC4 in popluar number systems.

HEXA1ECC4
Decimal161236196
Binary101000011110110011000100
Octal241354304

Shades and tints

Shades of #A1ECC4

#A1ECC4
(161,236,196)
#93D7B3
(147,215,179)
#85C2A2
(133,194,162)
#77AD91
(119,173,145)
#699880
(105,152,128)
#5B836F
(91,131,111)
#4D6E5E
(77,110,94)
#3F594D
(63,89,77)
#31443C
(49,68,60)
#232F2B
(35,47,43)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #A1ECC4

#A1ECC4
(161,236,196)
#A9EDC9
(169,237,201)
#B1EECE
(177,238,206)
#B9EFD3
(185,239,211)
#C1F0D8
(193,240,216)
#C9F1DD
(201,241,221)
#D1F2E2
(209,242,226)
#D9F3E7
(217,243,231)
#E1F4EC
(225,244,236)
#E9F5F1
(233,245,241)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ECC4; }

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

This text font color is #A1ECC4.


Background Color

.myBgColor { background-color: #A1ECC4; }

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

This div background color is #A1ECC4.


Border color

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

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

This div border color is #A1ECC4.


Opacity

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

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

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

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

This text has shadow with #A1ECC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ECC4 on black background.


Color preview on white background

This text has color #A1ECC4 on white background.



Black color preview on #A1ECC4 background

This text has black color on #A1ECC4 background.


White color preview on #A1ECC4 background

This text has white color on #A1ECC4 background.