COLOR #A4E2C1

HEX: #A4E2C1
RGB: (164,226,193)

Color info

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

RGB color model

#A4E2C1 color RGB value is (164,226,193).

  • red value is 164;
  • green value is 226;
  • blue value is 193.
RGB:
(164,226,193)
(64%,89%,76%)

RGB channels and saturation

R 164 of 255 = 64%
G 226 of 255 = 89%
B 193 of 255 = 76%

164
226
193

R + G + B ~ 76%. #A4E2C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 226 + 193 = 583 (100%)
R 164 of 583 ~ 28.13%
G 226 of 583 ~ 38.77%
B 193 of 583 ~ 33.1%

%28.13
%38.77
%33.1

CMYK color model

#A4E2C1 color CMYK value is (27,0,15,11).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 11.37%
CMYK:
(27,0,15,11)
C27M0Y15K11 
(27%,0%,15%,11%)
(0.27/0.00/0.15/0.11)	

CMYK percentages

%27.43
%0
%14.6
%11.37

Codes

Color #A4E2C1 in popluar color models

A4E2C1
RGB164226193
HSL148°51.67%76.47%
HSB/HSV148°27.43%88.63%
CMYK27.43%0.00%14.60%
11.37%

Color #A4E2C1 in popluar number systems.

HEXA4E2C1
Decimal164226193
Binary101001001110001011000001
Octal244342301

Shades and tints

Shades of #A4E2C1

#A4E2C1
(164,226,193)
#96CEB0
(150,206,176)
#88BA9F
(136,186,159)
#7AA68E
(122,166,142)
#6C927D
(108,146,125)
#5E7E6C
(94,126,108)
#506A5B
(80,106,91)
#42564A
(66,86,74)
#344239
(52,66,57)
#262E28
(38,46,40)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #A4E2C1

#A4E2C1
(164,226,193)
#ACE4C6
(172,228,198)
#B4E6CB
(180,230,203)
#BCE8D0
(188,232,208)
#C4EAD5
(196,234,213)
#CCECDA
(204,236,218)
#D4EEDF
(212,238,223)
#DCF0E4
(220,240,228)
#E4F2E9
(228,242,233)
#ECF4EE
(236,244,238)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E2C1 color. Also use rgb(164,226,193) instead hex code.

Text Font Color

.myTextColor { color: #A4E2C1; }

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

This text font color is #A4E2C1.


Background Color

.myBgColor { background-color: #A4E2C1; }

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

This div background color is #A4E2C1.


Border color

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

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

This div border color is #A4E2C1.


Opacity

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

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

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

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

This text has shadow with #A4E2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E2C1 on black background.


Color preview on white background

This text has color #A4E2C1 on white background.



Black color preview on #A4E2C1 background

This text has black color on #A4E2C1 background.


White color preview on #A4E2C1 background

This text has white color on #A4E2C1 background.