COLOR #A4F9EA

HEX: #A4F9EA
RGB: (164,249,234)

Color info

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

RGB color model

#A4F9EA color RGB value is (164,249,234).

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

RGB channels and saturation

R 164 of 255 = 64%
G 249 of 255 = 98%
B 234 of 255 = 92%

164
249
234

R + G + B ~ 85%. #A4F9EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 249 + 234 = 647 (100%)
R 164 of 647 ~ 25.35%
G 249 of 647 ~ 38.49%
B 234 of 647 ~ 36.17%

%25.35
%38.49
%36.17

CMYK color model

#A4F9EA color CMYK value is (34,0,6,2).

  • cyan value is 34.14%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 2.35%
CMYK:
(34,0,6,2)
C34M0Y6K2 
(34%,0%,6%,2%)
(0.34/0.00/0.06/0.02)	

CMYK percentages

%34.14
%0
%6.02
%2.35

Codes

Color #A4F9EA in popluar color models

A4F9EA
RGB164249234
HSL169°87.63%80.98%
HSB/HSV169°34.14%97.65%
CMYK34.14%0.00%6.02%
2.35%

Color #A4F9EA in popluar number systems.

HEXA4F9EA
Decimal164249234
Binary101001001111100111101010
Octal244371352

Shades and tints

Shades of #A4F9EA

#A4F9EA
(164,249,234)
#96E3D5
(150,227,213)
#88CDC0
(136,205,192)
#7AB7AB
(122,183,171)
#6CA196
(108,161,150)
#5E8B81
(94,139,129)
#50756C
(80,117,108)
#425F57
(66,95,87)
#344942
(52,73,66)
#26332D
(38,51,45)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #A4F9EA

#A4F9EA
(164,249,234)
#ACF9EB
(172,249,235)
#B4F9EC
(180,249,236)
#BCF9ED
(188,249,237)
#C4F9EE
(196,249,238)
#CCF9EF
(204,249,239)
#D4F9F0
(212,249,240)
#DCF9F1
(220,249,241)
#E4F9F2
(228,249,242)
#ECF9F3
(236,249,243)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4F9EA; }

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

This text font color is #A4F9EA.


Background Color

.myBgColor { background-color: #A4F9EA; }

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

This div background color is #A4F9EA.


Border color

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

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

This div border color is #A4F9EA.


Opacity

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

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

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

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

This text has shadow with #A4F9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F9EA on black background.


Color preview on white background

This text has color #A4F9EA on white background.



Black color preview on #A4F9EA background

This text has black color on #A4F9EA background.


White color preview on #A4F9EA background

This text has white color on #A4F9EA background.