COLOR #A4FFFF

HEX: #A4FFFF
RGB: (164,255,255)

Color info

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

RGB color model

#A4FFFF color RGB value is (164,255,255).

  • red value is 164;
  • green value is 255;
  • blue value is 255.
RGB:
(164,255,255)
(64%,100%,100%)

RGB channels and saturation

R 164 of 255 = 64%
G 255 of 255 = 100%
B 255 of 255 = 100%

164
255
255

R + G + B ~ 88%. #A4FFFF is light color.

Portions of RGB colors in percentages

R + G + B =
164 + 255 + 255 = 674 (100%)
R 164 of 674 ~ 24.33%
G 255 of 674 ~ 37.83%
B 255 of 674 ~ 37.83%

%24.33
%37.83
%37.83

CMYK color model

#A4FFFF color CMYK value is (36,0,0,0).

  • cyan value is 35.69%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(36,0,0,0)
C36M0Y0K0 
(36%,0%,0%,0%)
(0.36/0.00/0.00/0.00)	

CMYK percentages

%35.69
%0
%0
%0

Codes

Color #A4FFFF in popluar color models

A4FFFF
RGB164255255
HSL180°100.00%82.16%
HSB/HSV180°35.69%100.00%
CMYK35.69%0.00%0.00%
0.00%

Color #A4FFFF in popluar number systems.

HEXA4FFFF
Decimal164255255
Binary101001001111111111111111
Octal244377377

Shades and tints

Shades of #A4FFFF

#A4FFFF
(164,255,255)
#96E8E8
(150,232,232)
#88D1D1
(136,209,209)
#7ABABA
(122,186,186)
#6CA3A3
(108,163,163)
#5E8C8C
(94,140,140)
#507575
(80,117,117)
#425E5E
(66,94,94)
#344747
(52,71,71)
#263030
(38,48,48)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #A4FFFF

#A4FFFF
(164,255,255)
#ACFFFF
(172,255,255)
#B4FFFF
(180,255,255)
#BCFFFF
(188,255,255)
#C4FFFF
(196,255,255)
#CCFFFF
(204,255,255)
#D4FFFF
(212,255,255)
#DCFFFF
(220,255,255)
#E4FFFF
(228,255,255)
#ECFFFF
(236,255,255)
#F4FFFF
(244,255,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4FFFF; }

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

This text font color is #A4FFFF.


Background Color

.myBgColor { background-color: #A4FFFF; }

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

This div background color is #A4FFFF.


Border color

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

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

This div border color is #A4FFFF.


Opacity

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

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

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

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

This text has shadow with #A4FFFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4FFFF on black background.


Color preview on white background

This text has color #A4FFFF on white background.



Black color preview on #A4FFFF background

This text has black color on #A4FFFF background.


White color preview on #A4FFFF background

This text has white color on #A4FFFF background.