COLOR #A4E2EA

HEX: #A4E2EA
RGB: (164,226,234)

Color info

#A4E2EA contains mainly green and blue colors. Web safe color of #A4E2EA is #99CCFF (or #9CF).

RGB color model

#A4E2EA color RGB value is (164,226,234).

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

RGB channels and saturation

R 164 of 255 = 64%
G 226 of 255 = 89%
B 234 of 255 = 92%

164
226
234

R + G + B ~ 82%. #A4E2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 226 + 234 = 624 (100%)
R 164 of 624 ~ 26.28%
G 226 of 624 ~ 36.22%
B 234 of 624 ~ 37.5%

%26.28
%36.22
%37.5

CMYK color model

#A4E2EA color CMYK value is (30,3,0,8).

  • cyan value is 29.91%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(30,3,0,8)
C30M3Y0K8 
(30%,3%,0%,8%)
(0.30/0.03/0.00/0.08)	

CMYK percentages

%29.91
%3.42
%0
%8.24

Codes

Color #A4E2EA in popluar color models

A4E2EA
RGB164226234
HSL187°62.50%78.04%
HSB/HSV187°29.91%91.76%
CMYK29.91%3.42%0.00%
8.24%

Color #A4E2EA in popluar number systems.

HEXA4E2EA
Decimal164226234
Binary101001001110001011101010
Octal244342352

Shades and tints

Shades of #A4E2EA

#A4E2EA
(164,226,234)
#96CED5
(150,206,213)
#88BAC0
(136,186,192)
#7AA6AB
(122,166,171)
#6C9296
(108,146,150)
#5E7E81
(94,126,129)
#506A6C
(80,106,108)
#425657
(66,86,87)
#344242
(52,66,66)
#262E2D
(38,46,45)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #A4E2EA

#A4E2EA
(164,226,234)
#ACE4EB
(172,228,235)
#B4E6EC
(180,230,236)
#BCE8ED
(188,232,237)
#C4EAEE
(196,234,238)
#CCECEF
(204,236,239)
#D4EEF0
(212,238,240)
#DCF0F1
(220,240,241)
#E4F2F2
(228,242,242)
#ECF4F3
(236,244,243)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E2EA; }

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

This text font color is #A4E2EA.


Background Color

.myBgColor { background-color: #A4E2EA; }

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

This div background color is #A4E2EA.


Border color

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

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

This div border color is #A4E2EA.


Opacity

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

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

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

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

This text has shadow with #A4E2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E2EA on black background.


Color preview on white background

This text has color #A4E2EA on white background.



Black color preview on #A4E2EA background

This text has black color on #A4E2EA background.


White color preview on #A4E2EA background

This text has white color on #A4E2EA background.