COLOR #A4E2BA

HEX: #A4E2BA
RGB: (164,226,186)

Color info

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

RGB color model

#A4E2BA color RGB value is (164,226,186).

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

RGB channels and saturation

R 164 of 255 = 64%
G 226 of 255 = 89%
B 186 of 255 = 73%

164
226
186

R + G + B ~ 75%. #A4E2BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 226 + 186 = 576 (100%)
R 164 of 576 ~ 28.47%
G 226 of 576 ~ 39.24%
B 186 of 576 ~ 32.29%

%28.47
%39.24
%32.29

CMYK color model

#A4E2BA color CMYK value is (27,0,18,11).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 11.37%
CMYK:
(27,0,18,11)
C27M0Y18K11 
(27%,0%,18%,11%)
(0.27/0.00/0.18/0.11)	

CMYK percentages

%27.43
%0
%17.7
%11.37

Codes

Color #A4E2BA in popluar color models

A4E2BA
RGB164226186
HSL141°51.67%76.47%
HSB/HSV141°27.43%88.63%
CMYK27.43%0.00%17.70%
11.37%

Color #A4E2BA in popluar number systems.

HEXA4E2BA
Decimal164226186
Binary101001001110001010111010
Octal244342272

Shades and tints

Shades of #A4E2BA

#A4E2BA
(164,226,186)
#96CEAA
(150,206,170)
#88BA9A
(136,186,154)
#7AA68A
(122,166,138)
#6C927A
(108,146,122)
#5E7E6A
(94,126,106)
#506A5A
(80,106,90)
#42564A
(66,86,74)
#34423A
(52,66,58)
#262E2A
(38,46,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #A4E2BA

#A4E2BA
(164,226,186)
#ACE4C0
(172,228,192)
#B4E6C6
(180,230,198)
#BCE8CC
(188,232,204)
#C4EAD2
(196,234,210)
#CCECD8
(204,236,216)
#D4EEDE
(212,238,222)
#DCF0E4
(220,240,228)
#E4F2EA
(228,242,234)
#ECF4F0
(236,244,240)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E2BA; }

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

This text font color is #A4E2BA.


Background Color

.myBgColor { background-color: #A4E2BA; }

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

This div background color is #A4E2BA.


Border color

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

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

This div border color is #A4E2BA.


Opacity

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

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

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

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

This text has shadow with #A4E2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E2BA on black background.


Color preview on white background

This text has color #A4E2BA on white background.



Black color preview on #A4E2BA background

This text has black color on #A4E2BA background.


White color preview on #A4E2BA background

This text has white color on #A4E2BA background.