COLOR #A3E3E8

HEX: #A3E3E8 RGB: (163,227,232)

Color info

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

RGB color model

#A3E3E8 color RGB value is (163,227,232).

RGB: (163,227,232) (64%, 89%, 91%)

RGB channels and saturation

R 163 of 255 = 64%
G 227 of 255 = 89%
B 232 of 255 = 91%

163
227
232

R + G + B ~ 81%. #A3E3E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 227 + 232 = 622 (100%)
R 163 of 622 ~ 26.21%
G 227 of 622 ~ 36.5%
B 232 of 622 ~ 37.3'%

%26.21
%36.5
%37.3

CMYK color model

#A3E3E8 color CMYK value is (30,2,0,9).

  • cyan value is 29.74%
  • magenta value is 2.16%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (30,2,0,9) C30M2Y0K9 (30%,2%,0%,9%) (0.30/0.02/0.00/0.09) 

CMYK percentages

%29.74
%2.16
%0
%9.02

Codes

Color #A3E3E8 in popluar color models

A3 E3 E8
RGB 163 227 232
HSL 184° 60.00% 77.45%
HSB/HSV 184° 29.74% 90.98%
CMYK 29.74% 2.16% 0.00%
9.02%

Color #A3E3E8 in popluar number systems.

HEX A3 E3 E8
Decimal 163 227 232
Binary 10100011 11100011 11101000
Octal 243 343 350

Shades and tints

Shades of #A3E3E8

#A3E3E8
(163,227,232)
#95CFD3
(149,207,211)
#87BBBE
(135,187,190)
#79A7A9
(121,167,169)
#6B9394
(107,147,148)
#5D7F7F
(93,127,127)
#4F6B6A
(79,107,106)
#415755
(65,87,85)
#334340
(51,67,64)
#252F2B
(37,47,43)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #A3E3E8

#A3E3E8
(163,227,232)
#ABE5EA
(171,229,234)
#B3E7EC
(179,231,236)
#BBE9EE
(187,233,238)
#C3EBF0
(195,235,240)
#CBEDF2
(203,237,242)
#D3EFF4
(211,239,244)
#DBF1F6
(219,241,246)
#E3F3F8
(227,243,248)
#EBF5FA
(235,245,250)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E3E8; }

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

This text font color is #A3E3E8.

Background Color

.myBgColor { background-color: #A3E3E8; }

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

This div background color is #A3E3E8.

Border color

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

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

This div border color is #A3E3E8.

Opacity

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

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

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

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

This text has shadow with #A3E3E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E3E8.

Preview

Color preview on black background

This text has color #A3E3E8 on black background.


Color preview on white background

This text has color #A3E3E8 on white background.


Black color preview on #A3E3E8 background

This text has black color on #A3E3E8 background.


White color preview on #A3E3E8 background

This text has white color on #A3E3E8 background.


Related colors

Complementary color

Complementary color for #hex is #5C1C17.


I love getcolorcode.com

Triadic colors

1 #E8A3E3 and #E3E8A3 with #A3E3E8 are triadic colors.

2 #E8E3A3 and #E3A3E8 with #A3E3E8 are triadic colors.