COLOR #A2FBF9

HEX: #A2FBF9
RGB: (162,251,249)

Color info

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

RGB color model

#A2FBF9 color RGB value is (162,251,249).

  • red value is 162;
  • green value is 251;
  • blue value is 249.
RGB:
(162,251,249)
(64%,98%,98%)

RGB channels and saturation

R 162 of 255 = 64%
G 251 of 255 = 98%
B 249 of 255 = 98%

162
251
249

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

Portions of RGB colors in percentages

R + G + B =
162 + 251 + 249 = 662 (100%)
R 162 of 662 ~ 24.47%
G 251 of 662 ~ 37.92%
B 249 of 662 ~ 37.61%

%24.47
%37.92
%37.61

CMYK color model

#A2FBF9 color CMYK value is (35,0,1,2).

  • cyan value is 35.46%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK:
(35,0,1,2)
C35M0Y1K2 
(35%,0%,1%,2%)
(0.35/0.00/0.01/0.02)	

CMYK percentages

%35.46
%0
%0.8
%1.57

Codes

Color #A2FBF9 in popluar color models

A2FBF9
RGB162251249
HSL179°91.75%80.98%
HSB/HSV179°35.46%98.43%
CMYK35.46%0.00%0.80%
1.57%

Color #A2FBF9 in popluar number systems.

HEXA2FBF9
Decimal162251249
Binary101000101111101111111001
Octal242373371

Shades and tints

Shades of #A2FBF9

#A2FBF9
(162,251,249)
#94E5E3
(148,229,227)
#86CFCD
(134,207,205)
#78B9B7
(120,185,183)
#6AA3A1
(106,163,161)
#5C8D8B
(92,141,139)
#4E7775
(78,119,117)
#40615F
(64,97,95)
#324B49
(50,75,73)
#243533
(36,53,51)
#161F1D
(22,31,29)
#000000
(0,0,0)

Tints of #A2FBF9

#A2FBF9
(162,251,249)
#AAFBF9
(170,251,249)
#B2FBF9
(178,251,249)
#BAFBF9
(186,251,249)
#C2FBF9
(194,251,249)
#CAFBF9
(202,251,249)
#D2FBF9
(210,251,249)
#DAFBF9
(218,251,249)
#E2FBF9
(226,251,249)
#EAFBF9
(234,251,249)
#F2FBF9
(242,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2FBF9 color. Also use rgb(162,251,249) instead hex code.

Text Font Color

.myTextColor { color: #A2FBF9; }

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

This text font color is #A2FBF9.


Background Color

.myBgColor { background-color: #A2FBF9; }

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

This div background color is #A2FBF9.


Border color

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

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

This div border color is #A2FBF9.


Opacity

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

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

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

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

This text has shadow with #A2FBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2FBF9 on black background.


Color preview on white background

This text has color #A2FBF9 on white background.



Black color preview on #A2FBF9 background

This text has black color on #A2FBF9 background.


White color preview on #A2FBF9 background

This text has white color on #A2FBF9 background.