COLOR #A4E8EE

HEX: #A4E8EE
RGB: (164,232,238)

Color info

#A4E8EE contains mainly green and blue colors. Web safe color of #A4E8EE is #99FFFF (or #9FF).

RGB color model

#A4E8EE color RGB value is (164,232,238).

  • red value is 164;
  • green value is 232;
  • blue value is 238.
RGB:
(164,232,238)
(64%,91%,93%)

RGB channels and saturation

R 164 of 255 = 64%
G 232 of 255 = 91%
B 238 of 255 = 93%

164
232
238

R + G + B ~ 83%. #A4E8EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 232 + 238 = 634 (100%)
R 164 of 634 ~ 25.87%
G 232 of 634 ~ 36.59%
B 238 of 634 ~ 37.54%

%25.87
%36.59
%37.54

CMYK color model

#A4E8EE color CMYK value is (31,3,0,7).

  • cyan value is 31.09%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,3,0,7)
C31M3Y0K7 
(31%,3%,0%,7%)
(0.31/0.03/0.00/0.07)	

CMYK percentages

%31.09
%2.52
%0
%6.67

Codes

Color #A4E8EE in popluar color models

A4E8EE
RGB164232238
HSL185°68.52%78.82%
HSB/HSV185°31.09%93.33%
CMYK31.09%2.52%0.00%
6.67%

Color #A4E8EE in popluar number systems.

HEXA4E8EE
Decimal164232238
Binary101001001110100011101110
Octal244350356

Shades and tints

Shades of #A4E8EE

#A4E8EE
(164,232,238)
#96D3D9
(150,211,217)
#88BEC4
(136,190,196)
#7AA9AF
(122,169,175)
#6C949A
(108,148,154)
#5E7F85
(94,127,133)
#506A70
(80,106,112)
#42555B
(66,85,91)
#344046
(52,64,70)
#262B31
(38,43,49)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #A4E8EE

#A4E8EE
(164,232,238)
#ACEAEF
(172,234,239)
#B4ECF0
(180,236,240)
#BCEEF1
(188,238,241)
#C4F0F2
(196,240,242)
#CCF2F3
(204,242,243)
#D4F4F4
(212,244,244)
#DCF6F5
(220,246,245)
#E4F8F6
(228,248,246)
#ECFAF7
(236,250,247)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E8EE color. Also use rgb(164,232,238) instead hex code.

Text Font Color

.myTextColor { color: #A4E8EE; }

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

This text font color is #A4E8EE.


Background Color

.myBgColor { background-color: #A4E8EE; }

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

This div background color is #A4E8EE.


Border color

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

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

This div border color is #A4E8EE.


Opacity

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

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

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

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

This text has shadow with #A4E8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E8EE on black background.


Color preview on white background

This text has color #A4E8EE on white background.



Black color preview on #A4E8EE background

This text has black color on #A4E8EE background.


White color preview on #A4E8EE background

This text has white color on #A4E8EE background.