COLOR #A9FAE9

HEX: #A9FAE9
RGB: (169,250,233)

Color info

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

RGB color model

#A9FAE9 color RGB value is (169,250,233).

  • red value is 169;
  • green value is 250;
  • blue value is 233.
RGB:
(169,250,233)
(66%,98%,91%)

RGB channels and saturation

R 169 of 255 = 66%
G 250 of 255 = 98%
B 233 of 255 = 91%

169
250
233

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

Portions of RGB colors in percentages

R + G + B =
169 + 250 + 233 = 652 (100%)
R 169 of 652 ~ 25.92%
G 250 of 652 ~ 38.34%
B 233 of 652 ~ 35.74%

%25.92
%38.34
%35.74

CMYK color model

#A9FAE9 color CMYK value is (32,0,7,2).

  • cyan value is 32.40%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 1.96%
CMYK:
(32,0,7,2)
C32M0Y7K2 
(32%,0%,7%,2%)
(0.32/0.00/0.07/0.02)	

CMYK percentages

%32.4
%0
%6.8
%1.96

Codes

Color #A9FAE9 in popluar color models

A9FAE9
RGB169250233
HSL167°89.01%82.16%
HSB/HSV167°32.40%98.04%
CMYK32.40%0.00%6.80%
1.96%

Color #A9FAE9 in popluar number systems.

HEXA9FAE9
Decimal169250233
Binary101010011111101011101001
Octal251372351

Shades and tints

Shades of #A9FAE9

#A9FAE9
(169,250,233)
#9AE4D4
(154,228,212)
#8BCEBF
(139,206,191)
#7CB8AA
(124,184,170)
#6DA295
(109,162,149)
#5E8C80
(94,140,128)
#4F766B
(79,118,107)
#406056
(64,96,86)
#314A41
(49,74,65)
#22342C
(34,52,44)
#131E17
(19,30,23)
#000000
(0,0,0)

Tints of #A9FAE9

#A9FAE9
(169,250,233)
#B0FAEB
(176,250,235)
#B7FAED
(183,250,237)
#BEFAEF
(190,250,239)
#C5FAF1
(197,250,241)
#CCFAF3
(204,250,243)
#D3FAF5
(211,250,245)
#DAFAF7
(218,250,247)
#E1FAF9
(225,250,249)
#E8FAFB
(232,250,251)
#EFFAFD
(239,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9FAE9 color. Also use rgb(169,250,233) instead hex code.

Text Font Color

.myTextColor { color: #A9FAE9; }

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

This text font color is #A9FAE9.


Background Color

.myBgColor { background-color: #A9FAE9; }

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

This div background color is #A9FAE9.


Border color

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

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

This div border color is #A9FAE9.


Opacity

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

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

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

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

This text has shadow with #A9FAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9FAE9 on black background.


Color preview on white background

This text has color #A9FAE9 on white background.



Black color preview on #A9FAE9 background

This text has black color on #A9FAE9 background.


White color preview on #A9FAE9 background

This text has white color on #A9FAE9 background.