COLOR #A9F8F7

HEX: #A9F8F7 RGB: (169,248,247)

Color info

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

RGB color model

#A9F8F7 color RGB value is (169,248,247).

RGB: (169,248,247) (66%, 97%, 97%)

RGB channels and saturation

R 169 of 255 = 66%
G 248 of 255 = 97%
B 247 of 255 = 97%

169
248
247

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

Portions of RGB colors in percentages

R + G + B = 169 + 248 + 247 = 664 (100%)
R 169 of 664 ~ 25.45%
G 248 of 664 ~ 37.35%
B 247 of 664 ~ 37.2'%

%25.45
%37.35
%37.2

CMYK color model

#A9F8F7 color CMYK value is (32,0,0,3).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 2.75%

CMYK: (32,0,0,3)
C32M0Y0K3 (32%, 0%, 0%, 3%)
(0.32 / 0.00 / 0.00 / 0.03)

CMYK percentages

%31.85
%0
%0.4
%2.75

Codes

Color #A9F8F7 in popluar color models

A9 F8 F7
RGB 169 248 247
HSL 179° 84.95% 81.76%
HSB/HSV 179° 31.85% 97.25%
CMYK 31.85% 0.00% 0.40%
2.75%

Color #A9F8F7 in popluar number systems.

HEX A9 F8 F7
Decimal 169 248 247
Binary 10101001 11111000 11110111
Octal 251 370 367

Shades and tints

Shades of #A9F8F7

#A9F8F7
(169,248,247)
#9AE2E1
(154,226,225)
#8BCCCB
(139,204,203)
#7CB6B5
(124,182,181)
#6DA09F
(109,160,159)
#5E8A89
(94,138,137)
#4F7473
(79,116,115)
#405E5D
(64,94,93)
#314847
(49,72,71)
#223231
(34,50,49)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #A9F8F7

#A9F8F7
(169,248,247)
#B0F8F7
(176,248,247)
#B7F8F7
(183,248,247)
#BEF8F7
(190,248,247)
#C5F8F7
(197,248,247)
#CCF8F7
(204,248,247)
#D3F8F7
(211,248,247)
#DAF8F7
(218,248,247)
#E1F8F7
(225,248,247)
#E8F8F7
(232,248,247)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F8F7; }

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

This text font color is #A9F8F7.

Background Color

.myBgColor { background-color: #A9F8F7; }

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

This div background color is #A9F8F7.

Border color

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

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

This div border color is #A9F8F7.

Opacity

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

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

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

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

This text has shadow with #A9F8F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F8F7.

Preview

Color preview on black background

This text has color #A9F8F7 on black background.


Color preview on white background

This text has color #A9F8F7 on white background.


Black color preview on #A9F8F7 background

This text has black color on #A9F8F7 background.


White color preview on #A9F8F7 background

This text has white color on #A9F8F7 background.


Related colors

Complementary color

Complementary color for #hex is #560708.


I love getcolorcode.com

Triadic colors

1 #F7A9F8 and #F8F7A9 with #A9F8F7 are triadic colors.

2 #F7F8A9 and #F8A9F7 with #A9F8F7 are triadic colors.