COLOR #A3F2FB

HEX: #A3F2FB
RGB: (163,242,251)

Color info

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

RGB color model

#A3F2FB color RGB value is (163,242,251).

  • red value is 163;
  • green value is 242;
  • blue value is 251.
RGB:
(163,242,251)
(64%,95%,98%)

RGB channels and saturation

R 163 of 255 = 64%
G 242 of 255 = 95%
B 251 of 255 = 98%

163
242
251

R + G + B ~ 86%. #A3F2FB is light color.

Portions of RGB colors in percentages

R + G + B =
163 + 242 + 251 = 656 (100%)
R 163 of 656 ~ 24.85%
G 242 of 656 ~ 36.89%
B 251 of 656 ~ 38.26%

%24.85
%36.89
%38.26

CMYK color model

#A3F2FB color CMYK value is (35,4,0,2).

  • cyan value is 35.06%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(35,4,0,2)
C35M4Y0K2 
(35%,4%,0%,2%)
(0.35/0.04/0.00/0.02)	

CMYK percentages

%35.06
%3.59
%0
%1.57

Codes

Color #A3F2FB in popluar color models

A3F2FB
RGB163242251
HSL186°91.67%81.18%
HSB/HSV186°35.06%98.43%
CMYK35.06%3.59%0.00%
1.57%

Color #A3F2FB in popluar number systems.

HEXA3F2FB
Decimal163242251
Binary101000111111001011111011
Octal243362373

Shades and tints

Shades of #A3F2FB

#A3F2FB
(163,242,251)
#95DCE5
(149,220,229)
#87C6CF
(135,198,207)
#79B0B9
(121,176,185)
#6B9AA3
(107,154,163)
#5D848D
(93,132,141)
#4F6E77
(79,110,119)
#415861
(65,88,97)
#33424B
(51,66,75)
#252C35
(37,44,53)
#17161F
(23,22,31)
#000000
(0,0,0)

Tints of #A3F2FB

#A3F2FB
(163,242,251)
#ABF3FB
(171,243,251)
#B3F4FB
(179,244,251)
#BBF5FB
(187,245,251)
#C3F6FB
(195,246,251)
#CBF7FB
(203,247,251)
#D3F8FB
(211,248,251)
#DBF9FB
(219,249,251)
#E3FAFB
(227,250,251)
#EBFBFB
(235,251,251)
#F3FCFB
(243,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F2FB color. Also use rgb(163,242,251) instead hex code.

Text Font Color

.myTextColor { color: #A3F2FB; }

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

This text font color is #A3F2FB.


Background Color

.myBgColor { background-color: #A3F2FB; }

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

This div background color is #A3F2FB.


Border color

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

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

This div border color is #A3F2FB.


Opacity

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

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

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

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

This text has shadow with #A3F2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F2FB on black background.


Color preview on white background

This text has color #A3F2FB on white background.



Black color preview on #A3F2FB background

This text has black color on #A3F2FB background.


White color preview on #A3F2FB background

This text has white color on #A3F2FB background.