COLOR #A3F8F0

HEX: #A3F8F0 RGB: (163,248,240)

Color info

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

RGB color model

#A3F8F0 color RGB value is (163,248,240).

RGB: (163,248,240) (64%, 97%, 94%)

RGB channels and saturation

R 163 of 255 = 64%
G 248 of 255 = 97%
B 240 of 255 = 94%

163
248
240

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

Portions of RGB colors in percentages

R + G + B = 163 + 248 + 240 = 651 (100%)
R 163 of 651 ~ 25.04%
G 248 of 651 ~ 38.1%
B 240 of 651 ~ 36.87'%

%25.04
%38.1
%36.87

CMYK color model

#A3F8F0 color CMYK value is (34,0,3,3).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 2.75%

CMYK: (34,0,3,3)
C34M0Y3K3 (34%, 0%, 3%, 3%)
(0.34 / 0.00 / 0.03 / 0.03)

CMYK percentages

%34.27
%0
%3.23
%2.75

Codes

Color #A3F8F0 in popluar color models

A3 F8 F0
RGB 163 248 240
HSL 174° 85.86% 80.59%
HSB/HSV 174° 34.27% 97.25%
CMYK 34.27% 0.00% 3.23%
2.75%

Color #A3F8F0 in popluar number systems.

HEX A3 F8 F0
Decimal 163 248 240
Binary 10100011 11111000 11110000
Octal 243 370 360

Shades and tints

Shades of #A3F8F0

#A3F8F0
(163,248,240)
#95E2DB
(149,226,219)
#87CCC6
(135,204,198)
#79B6B1
(121,182,177)
#6BA09C
(107,160,156)
#5D8A87
(93,138,135)
#4F7472
(79,116,114)
#415E5D
(65,94,93)
#334848
(51,72,72)
#253233
(37,50,51)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #A3F8F0

#A3F8F0
(163,248,240)
#ABF8F1
(171,248,241)
#B3F8F2
(179,248,242)
#BBF8F3
(187,248,243)
#C3F8F4
(195,248,244)
#CBF8F5
(203,248,245)
#D3F8F6
(211,248,246)
#DBF8F7
(219,248,247)
#E3F8F8
(227,248,248)
#EBF8F9
(235,248,249)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F8F0 color. Also use rgb(163,248,240) instead hex code.

Text Font Color

.myTextColor { color: #A3F8F0; }

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

This text font color is #A3F8F0.

Background Color

.myBgColor { background-color: #A3F8F0; }

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

This div background color is #A3F8F0.

Border color

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

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

This div border color is #A3F8F0.

Opacity

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

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

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

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

This text has shadow with #A3F8F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3F8F0.

Preview

Color preview on black background

This text has color #A3F8F0 on black background.


Color preview on white background

This text has color #A3F8F0 on white background.


Black color preview on #A3F8F0 background

This text has black color on #A3F8F0 background.


White color preview on #A3F8F0 background

This text has white color on #A3F8F0 background.


Related colors

Complementary color

Complementary color for #hex is #5C070F.


I love getcolorcode.com

Triadic colors

1 #F0A3F8 and #F8F0A3 with #A3F8F0 are triadic colors.

2 #F0F8A3 and #F8A3F0 with #A3F8F0 are triadic colors.