COLOR #A3F2E9

HEX: #A3F2E9 RGB: (163,242,233)

Color info

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

RGB color model

#A3F2E9 color RGB value is (163,242,233).

RGB: (163,242,233) (64%, 95%, 91%)

RGB channels and saturation

R 163 of 255 = 64%
G 242 of 255 = 95%
B 233 of 255 = 91%

163
242
233

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

Portions of RGB colors in percentages

R + G + B = 163 + 242 + 233 = 638 (100%)
R 163 of 638 ~ 25.55%
G 242 of 638 ~ 37.93%
B 233 of 638 ~ 36.52'%

%25.55
%37.93
%36.52

CMYK color model

#A3F2E9 color CMYK value is (33,0,4,5).

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 3.72%
  • key color value is 5.10%

CMYK: (33,0,4,5)
C33M0Y4K5 (33%, 0%, 4%, 5%)
(0.33 / 0.00 / 0.04 / 0.05)

CMYK percentages

%32.64
%0
%3.72
%5.1

Codes

Color #A3F2E9 in popluar color models

A3 F2 E9
RGB 163 242 233
HSL 173° 75.24% 79.41%
HSB/HSV 173° 32.64% 94.90%
CMYK 32.64% 0.00% 3.72%
5.10%

Color #A3F2E9 in popluar number systems.

HEX A3 F2 E9
Decimal 163 242 233
Binary 10100011 11110010 11101001
Octal 243 362 351

Shades and tints

Shades of #A3F2E9

#A3F2E9
(163,242,233)
#95DCD4
(149,220,212)
#87C6BF
(135,198,191)
#79B0AA
(121,176,170)
#6B9A95
(107,154,149)
#5D8480
(93,132,128)
#4F6E6B
(79,110,107)
#415856
(65,88,86)
#334241
(51,66,65)
#252C2C
(37,44,44)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #A3F2E9

#A3F2E9
(163,242,233)
#ABF3EB
(171,243,235)
#B3F4ED
(179,244,237)
#BBF5EF
(187,245,239)
#C3F6F1
(195,246,241)
#CBF7F3
(203,247,243)
#D3F8F5
(211,248,245)
#DBF9F7
(219,249,247)
#E3FAF9
(227,250,249)
#EBFBFB
(235,251,251)
#F3FCFD
(243,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F2E9 color. Also use rgb(163,242,233) instead hex code.

Text Font Color

.myTextColor { color: #A3F2E9; }

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

This text font color is #A3F2E9.

Background Color

.myBgColor { background-color: #A3F2E9; }

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

This div background color is #A3F2E9.

Border color

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

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

This div border color is #A3F2E9.

Opacity

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

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

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

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

This text has shadow with #A3F2E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3F2E9.

Preview

Color preview on black background

This text has color #A3F2E9 on black background.


Color preview on white background

This text has color #A3F2E9 on white background.


Black color preview on #A3F2E9 background

This text has black color on #A3F2E9 background.


White color preview on #A3F2E9 background

This text has white color on #A3F2E9 background.


Related colors

Complementary color

Complementary color for #hex is #5C0D16.


I love getcolorcode.com

Triadic colors

1 #E9A3F2 and #F2E9A3 with #A3F2E9 are triadic colors.

2 #E9F2A3 and #F2A3E9 with #A3F2E9 are triadic colors.