COLOR #A3E3F0

HEX: #A3E3F0 RGB: (163,227,240)

Color info

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

RGB color model

#A3E3F0 color RGB value is (163,227,240).

RGB: (163,227,240) (64%, 89%, 94%)

RGB channels and saturation

R 163 of 255 = 64%
G 227 of 255 = 89%
B 240 of 255 = 94%

163
227
240

R + G + B ~ 82%. #A3E3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 227 + 240 = 630 (100%)
R 163 of 630 ~ 25.87%
G 227 of 630 ~ 36.03%
B 240 of 630 ~ 38.1'%

%25.87
%36.03
%38.1

CMYK color model

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

  • cyan value is 32.08%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (32,5,0,6)
C32M5Y0K6 (32%, 5%, 0%, 6%)
(0.32 / 0.05 / 0.00 / 0.06)

CMYK percentages

%32.08
%5.42
%0
%5.88

Codes

Color #A3E3F0 in popluar color models

A3 E3 F0
RGB 163 227 240
HSL 190° 71.96% 79.02%
HSB/HSV 190° 32.08% 94.12%
CMYK 32.08% 5.42% 0.00%
5.88%

Color #A3E3F0 in popluar number systems.

HEX A3 E3 F0
Decimal 163 227 240
Binary 10100011 11100011 11110000
Octal 243 343 360

Shades and tints

Shades of #A3E3F0

#A3E3F0
(163,227,240)
#95CFDB
(149,207,219)
#87BBC6
(135,187,198)
#79A7B1
(121,167,177)
#6B939C
(107,147,156)
#5D7F87
(93,127,135)
#4F6B72
(79,107,114)
#41575D
(65,87,93)
#334348
(51,67,72)
#252F33
(37,47,51)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #A3E3F0

#A3E3F0
(163,227,240)
#ABE5F1
(171,229,241)
#B3E7F2
(179,231,242)
#BBE9F3
(187,233,243)
#C3EBF4
(195,235,244)
#CBEDF5
(203,237,245)
#D3EFF6
(211,239,246)
#DBF1F7
(219,241,247)
#E3F3F8
(227,243,248)
#EBF5F9
(235,245,249)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E3F0; }

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

This text font color is #A3E3F0.

Background Color

.myBgColor { background-color: #A3E3F0; }

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

This div background color is #A3E3F0.

Border color

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

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

This div border color is #A3E3F0.

Opacity

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

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

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

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

This text has shadow with #A3E3F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E3F0.

Preview

Color preview on black background

This text has color #A3E3F0 on black background.


Color preview on white background

This text has color #A3E3F0 on white background.


Black color preview on #A3E3F0 background

This text has black color on #A3E3F0 background.


White color preview on #A3E3F0 background

This text has white color on #A3E3F0 background.


Related colors

Complementary color

Complementary color for #hex is #5C1C0F.


I love getcolorcode.com

Triadic colors

1 #F0A3E3 and #E3F0A3 with #A3E3F0 are triadic colors.

2 #F0E3A3 and #E3A3F0 with #A3E3F0 are triadic colors.