COLOR #A9E9FB

HEX: #A9E9FB
RGB: (169,233,251)

Color info

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

RGB color model

#A9E9FB color RGB value is (169,233,251).

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

RGB channels and saturation

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

169
233
251

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

Portions of RGB colors in percentages

R + G + B =
169 + 233 + 251 = 653 (100%)
R 169 of 653 ~ 25.88%
G 233 of 653 ~ 35.68%
B 251 of 653 ~ 38.44%

%25.88
%35.68
%38.44

CMYK color model

#A9E9FB color CMYK value is (33,7,0,2).

  • cyan value is 32.67%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(33,7,0,2)
C33M7Y0K2 
(33%,7%,0%,2%)
(0.33/0.07/0.00/0.02)	

CMYK percentages

%32.67
%7.17
%0
%1.57

Codes

Color #A9E9FB in popluar color models

A9E9FB
RGB169233251
HSL193°91.11%82.35%
HSB/HSV193°32.67%98.43%
CMYK32.67%7.17%0.00%
1.57%

Color #A9E9FB in popluar number systems.

HEXA9E9FB
Decimal169233251
Binary101010011110100111111011
Octal251351373

Shades and tints

Shades of #A9E9FB

#A9E9FB
(169,233,251)
#9AD4E5
(154,212,229)
#8BBFCF
(139,191,207)
#7CAAB9
(124,170,185)
#6D95A3
(109,149,163)
#5E808D
(94,128,141)
#4F6B77
(79,107,119)
#405661
(64,86,97)
#31414B
(49,65,75)
#222C35
(34,44,53)
#13171F
(19,23,31)
#000000
(0,0,0)

Tints of #A9E9FB

#A9E9FB
(169,233,251)
#B0EBFB
(176,235,251)
#B7EDFB
(183,237,251)
#BEEFFB
(190,239,251)
#C5F1FB
(197,241,251)
#CCF3FB
(204,243,251)
#D3F5FB
(211,245,251)
#DAF7FB
(218,247,251)
#E1F9FB
(225,249,251)
#E8FBFB
(232,251,251)
#EFFDFB
(239,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9E9FB; }

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

This text font color is #A9E9FB.


Background Color

.myBgColor { background-color: #A9E9FB; }

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

This div background color is #A9E9FB.


Border color

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

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

This div border color is #A9E9FB.


Opacity

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

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

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

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

This text has shadow with #A9E9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9E9FB on black background.


Color preview on white background

This text has color #A9E9FB on white background.



Black color preview on #A9E9FB background

This text has black color on #A9E9FB background.


White color preview on #A9E9FB background

This text has white color on #A9E9FB background.