COLOR #A4E1E9

HEX: #A4E1E9
RGB: (164,225,233)

Color info

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

RGB color model

#A4E1E9 color RGB value is (164,225,233).

  • red value is 164;
  • green value is 225;
  • blue value is 233.
RGB:
(164,225,233)
(64%,88%,91%)

RGB channels and saturation

R 164 of 255 = 64%
G 225 of 255 = 88%
B 233 of 255 = 91%

164
225
233

R + G + B ~ 81%. #A4E1E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 225 + 233 = 622 (100%)
R 164 of 622 ~ 26.37%
G 225 of 622 ~ 36.17%
B 233 of 622 ~ 37.46%

%26.37
%36.17
%37.46

CMYK color model

#A4E1E9 color CMYK value is (30,3,0,9).

  • cyan value is 29.61%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(30,3,0,9)
C30M3Y0K9 
(30%,3%,0%,9%)
(0.30/0.03/0.00/0.09)	

CMYK percentages

%29.61
%3.43
%0
%8.63

Codes

Color #A4E1E9 in popluar color models

A4E1E9
RGB164225233
HSL187°61.06%77.84%
HSB/HSV187°29.61%91.37%
CMYK29.61%3.43%0.00%
8.63%

Color #A4E1E9 in popluar number systems.

HEXA4E1E9
Decimal164225233
Binary101001001110000111101001
Octal244341351

Shades and tints

Shades of #A4E1E9

#A4E1E9
(164,225,233)
#96CDD4
(150,205,212)
#88B9BF
(136,185,191)
#7AA5AA
(122,165,170)
#6C9195
(108,145,149)
#5E7D80
(94,125,128)
#50696B
(80,105,107)
#425556
(66,85,86)
#344141
(52,65,65)
#262D2C
(38,45,44)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #A4E1E9

#A4E1E9
(164,225,233)
#ACE3EB
(172,227,235)
#B4E5ED
(180,229,237)
#BCE7EF
(188,231,239)
#C4E9F1
(196,233,241)
#CCEBF3
(204,235,243)
#D4EDF5
(212,237,245)
#DCEFF7
(220,239,247)
#E4F1F9
(228,241,249)
#ECF3FB
(236,243,251)
#F4F5FD
(244,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E1E9 color. Also use rgb(164,225,233) instead hex code.

Text Font Color

.myTextColor { color: #A4E1E9; }

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

This text font color is #A4E1E9.


Background Color

.myBgColor { background-color: #A4E1E9; }

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

This div background color is #A4E1E9.


Border color

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

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

This div border color is #A4E1E9.


Opacity

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

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

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

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

This text has shadow with #A4E1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E1E9 on black background.


Color preview on white background

This text has color #A4E1E9 on white background.



Black color preview on #A4E1E9 background

This text has black color on #A4E1E9 background.


White color preview on #A4E1E9 background

This text has white color on #A4E1E9 background.