COLOR #A3E3F5

HEX: #A3E3F5 RGB: (163,227,245)

Color info

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

RGB color model

#A3E3F5 color RGB value is (163,227,245).

RGB: (163,227,245) (64%, 89%, 96%)

RGB channels and saturation

R 163 of 255 = 64%
G 227 of 255 = 89%
B 245 of 255 = 96%

163
227
245

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

Portions of RGB colors in percentages

R + G + B = 163 + 227 + 245 = 635 (100%)
R 163 of 635 ~ 25.67%
G 227 of 635 ~ 35.75%
B 245 of 635 ~ 38.58'%

%25.67
%35.75
%38.58

CMYK color model

#A3E3F5 color CMYK value is (33,7,0,4).

  • cyan value is 33.47%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (33,7,0,4)
C33M7Y0K4 (33%, 7%, 0%, 4%)
(0.33 / 0.07 / 0.00 / 0.04)

CMYK percentages

%33.47
%7.35
%0
%3.92

Codes

Color #A3E3F5 in popluar color models

A3 E3 F5
RGB 163 227 245
HSL 193° 80.39% 80.00%
HSB/HSV 193° 33.47% 96.08%
CMYK 33.47% 7.35% 0.00%
3.92%

Color #A3E3F5 in popluar number systems.

HEX A3 E3 F5
Decimal 163 227 245
Binary 10100011 11100011 11110101
Octal 243 343 365

Shades and tints

Shades of #A3E3F5

#A3E3F5
(163,227,245)
#95CFDF
(149,207,223)
#87BBC9
(135,187,201)
#79A7B3
(121,167,179)
#6B939D
(107,147,157)
#5D7F87
(93,127,135)
#4F6B71
(79,107,113)
#41575B
(65,87,91)
#334345
(51,67,69)
#252F2F
(37,47,47)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #A3E3F5

#A3E3F5
(163,227,245)
#ABE5F5
(171,229,245)
#B3E7F5
(179,231,245)
#BBE9F5
(187,233,245)
#C3EBF5
(195,235,245)
#CBEDF5
(203,237,245)
#D3EFF5
(211,239,245)
#DBF1F5
(219,241,245)
#E3F3F5
(227,243,245)
#EBF5F5
(235,245,245)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E3F5; }

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

This text font color is #A3E3F5.

Background Color

.myBgColor { background-color: #A3E3F5; }

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

This div background color is #A3E3F5.

Border color

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

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

This div border color is #A3E3F5.

Opacity

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

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

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

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

This text has shadow with #A3E3F5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E3F5.

Preview

Color preview on black background

This text has color #A3E3F5 on black background.


Color preview on white background

This text has color #A3E3F5 on white background.


Black color preview on #A3E3F5 background

This text has black color on #A3E3F5 background.


White color preview on #A3E3F5 background

This text has white color on #A3E3F5 background.


Related colors

Complementary color

Complementary color for #hex is #5C1C0A.


I love getcolorcode.com

Triadic colors

1 #F5A3E3 and #E3F5A3 with #A3E3F5 are triadic colors.

2 #F5E3A3 and #E3A3F5 with #A3E3F5 are triadic colors.