COLOR #A4F3F7

HEX: #A4F3F7
RGB: (164,243,247)

Color info

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

RGB color model

#A4F3F7 color RGB value is (164,243,247).

  • red value is 164;
  • green value is 243;
  • blue value is 247.
RGB:
(164,243,247)
(64%,95%,97%)

RGB channels and saturation

R 164 of 255 = 64%
G 243 of 255 = 95%
B 247 of 255 = 97%

164
243
247

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

Portions of RGB colors in percentages

R + G + B =
164 + 243 + 247 = 654 (100%)
R 164 of 654 ~ 25.08%
G 243 of 654 ~ 37.16%
B 247 of 654 ~ 37.77%

%25.08
%37.16
%37.77

CMYK color model

#A4F3F7 color CMYK value is (34,2,0,3).

  • cyan value is 33.60%
  • magenta value is 1.62%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(34,2,0,3)
C34M2Y0K3 
(34%,2%,0%,3%)
(0.34/0.02/0.00/0.03)	

CMYK percentages

%33.6
%1.62
%0
%3.14

Codes

Color #A4F3F7 in popluar color models

A4F3F7
RGB164243247
HSL183°83.84%80.59%
HSB/HSV183°33.60%96.86%
CMYK33.60%1.62%0.00%
3.14%

Color #A4F3F7 in popluar number systems.

HEXA4F3F7
Decimal164243247
Binary101001001111001111110111
Octal244363367

Shades and tints

Shades of #A4F3F7

#A4F3F7
(164,243,247)
#96DDE1
(150,221,225)
#88C7CB
(136,199,203)
#7AB1B5
(122,177,181)
#6C9B9F
(108,155,159)
#5E8589
(94,133,137)
#506F73
(80,111,115)
#42595D
(66,89,93)
#344347
(52,67,71)
#262D31
(38,45,49)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #A4F3F7

#A4F3F7
(164,243,247)
#ACF4F7
(172,244,247)
#B4F5F7
(180,245,247)
#BCF6F7
(188,246,247)
#C4F7F7
(196,247,247)
#CCF8F7
(204,248,247)
#D4F9F7
(212,249,247)
#DCFAF7
(220,250,247)
#E4FBF7
(228,251,247)
#ECFCF7
(236,252,247)
#F4FDF7
(244,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4F3F7 color. Also use rgb(164,243,247) instead hex code.

Text Font Color

.myTextColor { color: #A4F3F7; }

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

This text font color is #A4F3F7.


Background Color

.myBgColor { background-color: #A4F3F7; }

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

This div background color is #A4F3F7.


Border color

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

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

This div border color is #A4F3F7.


Opacity

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

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

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

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

This text has shadow with #A4F3F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4F3F7 on black background.


Color preview on white background

This text has color #A4F3F7 on white background.



Black color preview on #A4F3F7 background

This text has black color on #A4F3F7 background.


White color preview on #A4F3F7 background

This text has white color on #A4F3F7 background.