COLOR #A4EAEE

HEX: #A4EAEE
RGB: (164,234,238)

Color info

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

RGB color model

#A4EAEE color RGB value is (164,234,238).

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

RGB channels and saturation

R 164 of 255 = 64%
G 234 of 255 = 92%
B 238 of 255 = 93%

164
234
238

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

Portions of RGB colors in percentages

R + G + B =
164 + 234 + 238 = 636 (100%)
R 164 of 636 ~ 25.79%
G 234 of 636 ~ 36.79%
B 238 of 636 ~ 37.42%

%25.79
%36.79
%37.42

CMYK color model

#A4EAEE color CMYK value is (31,2,0,7).

  • cyan value is 31.09%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,2,0,7)
C31M2Y0K7 
(31%,2%,0%,7%)
(0.31/0.02/0.00/0.07)	

CMYK percentages

%31.09
%1.68
%0
%6.67

Codes

Color #A4EAEE in popluar color models

A4EAEE
RGB164234238
HSL183°68.52%78.82%
HSB/HSV183°31.09%93.33%
CMYK31.09%1.68%0.00%
6.67%

Color #A4EAEE in popluar number systems.

HEXA4EAEE
Decimal164234238
Binary101001001110101011101110
Octal244352356

Shades and tints

Shades of #A4EAEE

#A4EAEE
(164,234,238)
#96D5D9
(150,213,217)
#88C0C4
(136,192,196)
#7AABAF
(122,171,175)
#6C969A
(108,150,154)
#5E8185
(94,129,133)
#506C70
(80,108,112)
#42575B
(66,87,91)
#344246
(52,66,70)
#262D31
(38,45,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #A4EAEE

#A4EAEE
(164,234,238)
#ACEBEF
(172,235,239)
#B4ECF0
(180,236,240)
#BCEDF1
(188,237,241)
#C4EEF2
(196,238,242)
#CCEFF3
(204,239,243)
#D4F0F4
(212,240,244)
#DCF1F5
(220,241,245)
#E4F2F6
(228,242,246)
#ECF3F7
(236,243,247)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4EAEE; }

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

This text font color is #A4EAEE.


Background Color

.myBgColor { background-color: #A4EAEE; }

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

This div background color is #A4EAEE.


Border color

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

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

This div border color is #A4EAEE.


Opacity

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

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

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

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

This text has shadow with #A4EAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4EAEE on black background.


Color preview on white background

This text has color #A4EAEE on white background.



Black color preview on #A4EAEE background

This text has black color on #A4EAEE background.


White color preview on #A4EAEE background

This text has white color on #A4EAEE background.