COLOR #A3E1E2

HEX: #A3E1E2
RGB: (163,225,226)

Color info

#A3E1E2 contains mainly green and blue colors. Web safe color of #A3E1E2 is #99CCCC (or #9CC).

RGB color model

#A3E1E2 color RGB value is (163,225,226).

  • red value is 163;
  • green value is 225;
  • blue value is 226.
RGB:
(163,225,226)
(64%,88%,89%)

RGB channels and saturation

R 163 of 255 = 64%
G 225 of 255 = 88%
B 226 of 255 = 89%

163
225
226

R + G + B ~ 80%. #A3E1E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 225 + 226 = 614 (100%)
R 163 of 614 ~ 26.55%
G 225 of 614 ~ 36.64%
B 226 of 614 ~ 36.81%

%26.55
%36.64
%36.81

CMYK color model

#A3E1E2 color CMYK value is (28,0,0,11).

  • cyan value is 27.88%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(28,0,0,11)
C28M0Y0K11 
(28%,0%,0%,11%)
(0.28/0.00/0.00/0.11)	

CMYK percentages

%27.88
%0.44
%0
%11.37

Codes

Color #A3E1E2 in popluar color models

A3E1E2
RGB163225226
HSL181°52.07%76.27%
HSB/HSV181°27.88%88.63%
CMYK27.88%0.44%0.00%
11.37%

Color #A3E1E2 in popluar number systems.

HEXA3E1E2
Decimal163225226
Binary101000111110000111100010
Octal243341342

Shades and tints

Shades of #A3E1E2

#A3E1E2
(163,225,226)
#95CDCE
(149,205,206)
#87B9BA
(135,185,186)
#79A5A6
(121,165,166)
#6B9192
(107,145,146)
#5D7D7E
(93,125,126)
#4F696A
(79,105,106)
#415556
(65,85,86)
#334142
(51,65,66)
#252D2E
(37,45,46)
#17191A
(23,25,26)
#000000
(0,0,0)

Tints of #A3E1E2

#A3E1E2
(163,225,226)
#ABE3E4
(171,227,228)
#B3E5E6
(179,229,230)
#BBE7E8
(187,231,232)
#C3E9EA
(195,233,234)
#CBEBEC
(203,235,236)
#D3EDEE
(211,237,238)
#DBEFF0
(219,239,240)
#E3F1F2
(227,241,242)
#EBF3F4
(235,243,244)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E1E2 color. Also use rgb(163,225,226) instead hex code.

Text Font Color

.myTextColor { color: #A3E1E2; }

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

This text font color is #A3E1E2.


Background Color

.myBgColor { background-color: #A3E1E2; }

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

This div background color is #A3E1E2.


Border color

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

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

This div border color is #A3E1E2.


Opacity

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

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

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

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

This text has shadow with #A3E1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E1E2 on black background.


Color preview on white background

This text has color #A3E1E2 on white background.



Black color preview on #A3E1E2 background

This text has black color on #A3E1E2 background.


White color preview on #A3E1E2 background

This text has white color on #A3E1E2 background.