COLOR #A4E9E2

HEX: #A4E9E2
RGB: (164,233,226)

Color info

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

RGB color model

#A4E9E2 color RGB value is (164,233,226).

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

RGB channels and saturation

R 164 of 255 = 64%
G 233 of 255 = 91%
B 226 of 255 = 89%

164
233
226

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

Portions of RGB colors in percentages

R + G + B =
164 + 233 + 226 = 623 (100%)
R 164 of 623 ~ 26.32%
G 233 of 623 ~ 37.4%
B 226 of 623 ~ 36.28%

%26.32
%37.4
%36.28

CMYK color model

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

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • 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
%8.63

Codes

Color #A4E9E2 in popluar color models

A4E9E2
RGB164233226
HSL174°61.06%77.84%
HSB/HSV174°29.61%91.37%
CMYK29.61%0.00%3.00%
8.63%

Color #A4E9E2 in popluar number systems.

HEXA4E9E2
Decimal164233226
Binary101001001110100111100010
Octal244351342

Shades and tints

Shades of #A4E9E2

#A4E9E2
(164,233,226)
#96D4CE
(150,212,206)
#88BFBA
(136,191,186)
#7AAAA6
(122,170,166)
#6C9592
(108,149,146)
#5E807E
(94,128,126)
#506B6A
(80,107,106)
#425656
(66,86,86)
#344142
(52,65,66)
#262C2E
(38,44,46)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #A4E9E2

#A4E9E2
(164,233,226)
#ACEBE4
(172,235,228)
#B4EDE6
(180,237,230)
#BCEFE8
(188,239,232)
#C4F1EA
(196,241,234)
#CCF3EC
(204,243,236)
#D4F5EE
(212,245,238)
#DCF7F0
(220,247,240)
#E4F9F2
(228,249,242)
#ECFBF4
(236,251,244)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E9E2; }

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

This text font color is #A4E9E2.


Background Color

.myBgColor { background-color: #A4E9E2; }

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

This div background color is #A4E9E2.


Border color

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

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

This div border color is #A4E9E2.


Opacity

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

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

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

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

This text has shadow with #A4E9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E9E2 on black background.


Color preview on white background

This text has color #A4E9E2 on white background.



Black color preview on #A4E9E2 background

This text has black color on #A4E9E2 background.


White color preview on #A4E9E2 background

This text has white color on #A4E9E2 background.