COLOR #A3E4F1

HEX: #A3E4F1
RGB: (163,228,241)

Color info

#A3E4F1 contains mainly green and blue colors. Web safe color of #A3E4F1 is #99CCFF (or #9CF).

RGB color model

#A3E4F1 color RGB value is (163,228,241).

  • red value is 163;
  • green value is 228;
  • blue value is 241.
RGB:
(163,228,241)
(64%,89%,95%)

RGB channels and saturation

R 163 of 255 = 64%
G 228 of 255 = 89%
B 241 of 255 = 95%

163
228
241

R + G + B ~ 83%. #A3E4F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 228 + 241 = 632 (100%)
R 163 of 632 ~ 25.79%
G 228 of 632 ~ 36.08%
B 241 of 632 ~ 38.13%

%25.79
%36.08
%38.13

CMYK color model

#A3E4F1 color CMYK value is (32,5,0,5).

  • cyan value is 32.37%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(32,5,0,5)
C32M5Y0K5 
(32%,5%,0%,5%)
(0.32/0.05/0.00/0.05)	

CMYK percentages

%32.37
%5.39
%0
%5.49

Codes

Color #A3E4F1 in popluar color models

A3E4F1
RGB163228241
HSL190°73.58%79.22%
HSB/HSV190°32.37%94.51%
CMYK32.37%5.39%0.00%
5.49%

Color #A3E4F1 in popluar number systems.

HEXA3E4F1
Decimal163228241
Binary101000111110010011110001
Octal243344361

Shades and tints

Shades of #A3E4F1

#A3E4F1
(163,228,241)
#95D0DC
(149,208,220)
#87BCC7
(135,188,199)
#79A8B2
(121,168,178)
#6B949D
(107,148,157)
#5D8088
(93,128,136)
#4F6C73
(79,108,115)
#41585E
(65,88,94)
#334449
(51,68,73)
#253034
(37,48,52)
#171C1F
(23,28,31)
#000000
(0,0,0)

Tints of #A3E4F1

#A3E4F1
(163,228,241)
#ABE6F2
(171,230,242)
#B3E8F3
(179,232,243)
#BBEAF4
(187,234,244)
#C3ECF5
(195,236,245)
#CBEEF6
(203,238,246)
#D3F0F7
(211,240,247)
#DBF2F8
(219,242,248)
#E3F4F9
(227,244,249)
#EBF6FA
(235,246,250)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E4F1 color. Also use rgb(163,228,241) instead hex code.

Text Font Color

.myTextColor { color: #A3E4F1; }

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

This text font color is #A3E4F1.


Background Color

.myBgColor { background-color: #A3E4F1; }

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

This div background color is #A3E4F1.


Border color

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

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

This div border color is #A3E4F1.


Opacity

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

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

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

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

This text has shadow with #A3E4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E4F1 on black background.


Color preview on white background

This text has color #A3E4F1 on white background.



Black color preview on #A3E4F1 background

This text has black color on #A3E4F1 background.


White color preview on #A3E4F1 background

This text has white color on #A3E4F1 background.