COLOR #A9EFF1

HEX: #A9EFF1
RGB: (169,239,241)

Color info

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

RGB color model

#A9EFF1 color RGB value is (169,239,241).

  • red value is 169;
  • green value is 239;
  • blue value is 241.
RGB:
(169,239,241)
(66%,94%,95%)

RGB channels and saturation

R 169 of 255 = 66%
G 239 of 255 = 94%
B 241 of 255 = 95%

169
239
241

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

Portions of RGB colors in percentages

R + G + B =
169 + 239 + 241 = 649 (100%)
R 169 of 649 ~ 26.04%
G 239 of 649 ~ 36.83%
B 241 of 649 ~ 37.13%

%26.04
%36.83
%37.13

CMYK color model

#A9EFF1 color CMYK value is (30,1,0,5).

  • cyan value is 29.88%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(30,1,0,5)
C30M1Y0K5 
(30%,1%,0%,5%)
(0.30/0.01/0.00/0.05)	

CMYK percentages

%29.88
%0.83
%0
%5.49

Codes

Color #A9EFF1 in popluar color models

A9EFF1
RGB169239241
HSL182°72.00%80.39%
HSB/HSV182°29.88%94.51%
CMYK29.88%0.83%0.00%
5.49%

Color #A9EFF1 in popluar number systems.

HEXA9EFF1
Decimal169239241
Binary101010011110111111110001
Octal251357361

Shades and tints

Shades of #A9EFF1

#A9EFF1
(169,239,241)
#9ADADC
(154,218,220)
#8BC5C7
(139,197,199)
#7CB0B2
(124,176,178)
#6D9B9D
(109,155,157)
#5E8688
(94,134,136)
#4F7173
(79,113,115)
#405C5E
(64,92,94)
#314749
(49,71,73)
#223234
(34,50,52)
#131D1F
(19,29,31)
#000000
(0,0,0)

Tints of #A9EFF1

#A9EFF1
(169,239,241)
#B0F0F2
(176,240,242)
#B7F1F3
(183,241,243)
#BEF2F4
(190,242,244)
#C5F3F5
(197,243,245)
#CCF4F6
(204,244,246)
#D3F5F7
(211,245,247)
#DAF6F8
(218,246,248)
#E1F7F9
(225,247,249)
#E8F8FA
(232,248,250)
#EFF9FB
(239,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9EFF1 color. Also use rgb(169,239,241) instead hex code.

Text Font Color

.myTextColor { color: #A9EFF1; }

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

This text font color is #A9EFF1.


Background Color

.myBgColor { background-color: #A9EFF1; }

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

This div background color is #A9EFF1.


Border color

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

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

This div border color is #A9EFF1.


Opacity

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

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

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

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

This text has shadow with #A9EFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9EFF1 on black background.


Color preview on white background

This text has color #A9EFF1 on white background.



Black color preview on #A9EFF1 background

This text has black color on #A9EFF1 background.


White color preview on #A9EFF1 background

This text has white color on #A9EFF1 background.