COLOR #A9F7FE

HEX: #A9F7FE
RGB: (169,247,254)

Color info

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

RGB color model

#A9F7FE color RGB value is (169,247,254).

  • red value is 169;
  • green value is 247;
  • blue value is 254.
RGB:
(169,247,254)
(66%,97%,100%)

RGB channels and saturation

R 169 of 255 = 66%
G 247 of 255 = 97%
B 254 of 255 = 100%

169
247
254

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

Portions of RGB colors in percentages

R + G + B =
169 + 247 + 254 = 670 (100%)
R 169 of 670 ~ 25.22%
G 247 of 670 ~ 36.87%
B 254 of 670 ~ 37.91%

%25.22
%36.87
%37.91

CMYK color model

#A9F7FE color CMYK value is (33,3,0,0).

  • cyan value is 33.46%
  • magenta value is 2.76%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(33,3,0,0)
C33M3Y0K0 
(33%,3%,0%,0%)
(0.33/0.03/0.00/0.00)	

CMYK percentages

%33.46
%2.76
%0
%0.39

Codes

Color #A9F7FE in popluar color models

A9F7FE
RGB169247254
HSL185°97.70%82.94%
HSB/HSV185°33.46%99.61%
CMYK33.46%2.76%0.00%
0.39%

Color #A9F7FE in popluar number systems.

HEXA9F7FE
Decimal169247254
Binary101010011111011111111110
Octal251367376

Shades and tints

Shades of #A9F7FE

#A9F7FE
(169,247,254)
#9AE1E7
(154,225,231)
#8BCBD0
(139,203,208)
#7CB5B9
(124,181,185)
#6D9FA2
(109,159,162)
#5E898B
(94,137,139)
#4F7374
(79,115,116)
#405D5D
(64,93,93)
#314746
(49,71,70)
#22312F
(34,49,47)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #A9F7FE

#A9F7FE
(169,247,254)
#B0F7FE
(176,247,254)
#B7F7FE
(183,247,254)
#BEF7FE
(190,247,254)
#C5F7FE
(197,247,254)
#CCF7FE
(204,247,254)
#D3F7FE
(211,247,254)
#DAF7FE
(218,247,254)
#E1F7FE
(225,247,254)
#E8F7FE
(232,247,254)
#EFF7FE
(239,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F7FE color. Also use rgb(169,247,254) instead hex code.

Text Font Color

.myTextColor { color: #A9F7FE; }

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

This text font color is #A9F7FE.


Background Color

.myBgColor { background-color: #A9F7FE; }

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

This div background color is #A9F7FE.


Border color

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

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

This div border color is #A9F7FE.


Opacity

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

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

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

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

This text has shadow with #A9F7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F7FE on black background.


Color preview on white background

This text has color #A9F7FE on white background.



Black color preview on #A9F7FE background

This text has black color on #A9F7FE background.


White color preview on #A9F7FE background

This text has white color on #A9F7FE background.