COLOR #A4E9E1

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

Color info

#A4E9E1 contains mainly green and blue colors. Web safe color of #A4E9E1 is #99FFCC (or #9FC).

RGB color model

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

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

RGB channels and saturation

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

164
233
225

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

Portions of RGB colors in percentages

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

%26.37
%37.46
%36.17

CMYK color model

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

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

CMYK percentages

%29.61
%0
%3.43
%8.63

Codes

Color #A4E9E1 in popluar color models

A4E9E1
RGB164233225
HSL173°61.06%77.84%
HSB/HSV173°29.61%91.37%
CMYK29.61%0.00%3.43%
8.63%

Color #A4E9E1 in popluar number systems.

HEXA4E9E1
Decimal164233225
Binary101001001110100111100001
Octal244351341

Shades and tints

Shades of #A4E9E1

#A4E9E1
(164,233,225)
#96D4CD
(150,212,205)
#88BFB9
(136,191,185)
#7AAAA5
(122,170,165)
#6C9591
(108,149,145)
#5E807D
(94,128,125)
#506B69
(80,107,105)
#425655
(66,86,85)
#344141
(52,65,65)
#262C2D
(38,44,45)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #A4E9E1

#A4E9E1
(164,233,225)
#ACEBE3
(172,235,227)
#B4EDE5
(180,237,229)
#BCEFE7
(188,239,231)
#C4F1E9
(196,241,233)
#CCF3EB
(204,243,235)
#D4F5ED
(212,245,237)
#DCF7EF
(220,247,239)
#E4F9F1
(228,249,241)
#ECFBF3
(236,251,243)
#F4FDF5
(244,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E9E1; }

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

This text font color is #A4E9E1.


Background Color

.myBgColor { background-color: #A4E9E1; }

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

This div background color is #A4E9E1.


Border color

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

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

This div border color is #A4E9E1.


Opacity

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

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

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

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

This text has shadow with #A4E9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E9E1 on black background.


Color preview on white background

This text has color #A4E9E1 on white background.



Black color preview on #A4E9E1 background

This text has black color on #A4E9E1 background.


White color preview on #A4E9E1 background

This text has white color on #A4E9E1 background.