COLOR #A4E3EE

HEX: #A4E3EE
RGB: (164,227,238)

Color info

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

RGB color model

#A4E3EE color RGB value is (164,227,238).

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

RGB channels and saturation

R 164 of 255 = 64%
G 227 of 255 = 89%
B 238 of 255 = 93%

164
227
238

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

Portions of RGB colors in percentages

R + G + B =
164 + 227 + 238 = 629 (100%)
R 164 of 629 ~ 26.07%
G 227 of 629 ~ 36.09%
B 238 of 629 ~ 37.84%

%26.07
%36.09
%37.84

CMYK color model

#A4E3EE color CMYK value is (31,5,0,7).

  • cyan value is 31.09%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,5,0,7)
C31M5Y0K7 
(31%,5%,0%,7%)
(0.31/0.05/0.00/0.07)	

CMYK percentages

%31.09
%4.62
%0
%6.67

Codes

Color #A4E3EE in popluar color models

A4E3EE
RGB164227238
HSL189°68.52%78.82%
HSB/HSV189°31.09%93.33%
CMYK31.09%4.62%0.00%
6.67%

Color #A4E3EE in popluar number systems.

HEXA4E3EE
Decimal164227238
Binary101001001110001111101110
Octal244343356

Shades and tints

Shades of #A4E3EE

#A4E3EE
(164,227,238)
#96CFD9
(150,207,217)
#88BBC4
(136,187,196)
#7AA7AF
(122,167,175)
#6C939A
(108,147,154)
#5E7F85
(94,127,133)
#506B70
(80,107,112)
#42575B
(66,87,91)
#344346
(52,67,70)
#262F31
(38,47,49)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #A4E3EE

#A4E3EE
(164,227,238)
#ACE5EF
(172,229,239)
#B4E7F0
(180,231,240)
#BCE9F1
(188,233,241)
#C4EBF2
(196,235,242)
#CCEDF3
(204,237,243)
#D4EFF4
(212,239,244)
#DCF1F5
(220,241,245)
#E4F3F6
(228,243,246)
#ECF5F7
(236,245,247)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E3EE; }

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

This text font color is #A4E3EE.


Background Color

.myBgColor { background-color: #A4E3EE; }

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

This div background color is #A4E3EE.


Border color

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

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

This div border color is #A4E3EE.


Opacity

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

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

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

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

This text has shadow with #A4E3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E3EE on black background.


Color preview on white background

This text has color #A4E3EE on white background.



Black color preview on #A4E3EE background

This text has black color on #A4E3EE background.


White color preview on #A4E3EE background

This text has white color on #A4E3EE background.