COLOR #A9FDF4

HEX: #A9FDF4
RGB: (169,253,244)

Color info

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

RGB color model

#A9FDF4 color RGB value is (169,253,244).

  • red value is 169;
  • green value is 253;
  • blue value is 244.
RGB:
(169,253,244)
(66%,99%,96%)

RGB channels and saturation

R 169 of 255 = 66%
G 253 of 255 = 99%
B 244 of 255 = 96%

169
253
244

R + G + B ~ 87%. #A9FDF4 is light color.

Portions of RGB colors in percentages

R + G + B =
169 + 253 + 244 = 666 (100%)
R 169 of 666 ~ 25.38%
G 253 of 666 ~ 37.99%
B 244 of 666 ~ 36.64%

%25.38
%37.99
%36.64

CMYK color model

#A9FDF4 color CMYK value is (33,0,4,1).

  • cyan value is 33.20%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 0.78%
CMYK:
(33,0,4,1)
C33M0Y4K1 
(33%,0%,4%,1%)
(0.33/0.00/0.04/0.01)	

CMYK percentages

%33.2
%0
%3.56
%0.78

Codes

Color #A9FDF4 in popluar color models

A9FDF4
RGB169253244
HSL174°95.45%82.75%
HSB/HSV174°33.20%99.22%
CMYK33.20%0.00%3.56%
0.78%

Color #A9FDF4 in popluar number systems.

HEXA9FDF4
Decimal169253244
Binary101010011111110111110100
Octal251375364

Shades and tints

Shades of #A9FDF4

#A9FDF4
(169,253,244)
#9AE6DE
(154,230,222)
#8BCFC8
(139,207,200)
#7CB8B2
(124,184,178)
#6DA19C
(109,161,156)
#5E8A86
(94,138,134)
#4F7370
(79,115,112)
#405C5A
(64,92,90)
#314544
(49,69,68)
#222E2E
(34,46,46)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #A9FDF4

#A9FDF4
(169,253,244)
#B0FDF5
(176,253,245)
#B7FDF6
(183,253,246)
#BEFDF7
(190,253,247)
#C5FDF8
(197,253,248)
#CCFDF9
(204,253,249)
#D3FDFA
(211,253,250)
#DAFDFB
(218,253,251)
#E1FDFC
(225,253,252)
#E8FDFD
(232,253,253)
#EFFDFE
(239,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FDF4 color. Also use rgb(169,253,244) instead hex code.

Text Font Color

.myTextColor { color: #A9FDF4; }

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

This text font color is #A9FDF4.


Background Color

.myBgColor { background-color: #A9FDF4; }

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

This div background color is #A9FDF4.


Border color

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

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

This div border color is #A9FDF4.


Opacity

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

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

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

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

This text has shadow with #A9FDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FDF4 on black background.


Color preview on white background

This text has color #A9FDF4 on white background.



Black color preview on #A9FDF4 background

This text has black color on #A9FDF4 background.


White color preview on #A9FDF4 background

This text has white color on #A9FDF4 background.