COLOR #A3FAE5

HEX: #A3FAE5
RGB: (163,250,229)

Color info

#A3FAE5 contains mainly green and blue colors. Web safe color of #A3FAE5 is #99FFCC (or #9FC).

RGB color model

#A3FAE5 color RGB value is (163,250,229).

  • red value is 163;
  • green value is 250;
  • blue value is 229.
RGB:
(163,250,229)
(64%,98%,90%)

RGB channels and saturation

R 163 of 255 = 64%
G 250 of 255 = 98%
B 229 of 255 = 90%

163
250
229

R + G + B ~ 84%. #A3FAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 250 + 229 = 642 (100%)
R 163 of 642 ~ 25.39%
G 250 of 642 ~ 38.94%
B 229 of 642 ~ 35.67%

%25.39
%38.94
%35.67

CMYK color model

#A3FAE5 color CMYK value is (35,0,8,2).

  • cyan value is 34.80%
  • magenta value is 0.00%
  • yellow value is 8.40%
  • key color value is 1.96%
CMYK:
(35,0,8,2)
C35M0Y8K2 
(35%,0%,8%,2%)
(0.35/0.00/0.08/0.02)	

CMYK percentages

%34.8
%0
%8.4
%1.96

Codes

Color #A3FAE5 in popluar color models

A3FAE5
RGB163250229
HSL166°89.69%80.98%
HSB/HSV166°34.80%98.04%
CMYK34.80%0.00%8.40%
1.96%

Color #A3FAE5 in popluar number systems.

HEXA3FAE5
Decimal163250229
Binary101000111111101011100101
Octal243372345

Shades and tints

Shades of #A3FAE5

#A3FAE5
(163,250,229)
#95E4D1
(149,228,209)
#87CEBD
(135,206,189)
#79B8A9
(121,184,169)
#6BA295
(107,162,149)
#5D8C81
(93,140,129)
#4F766D
(79,118,109)
#416059
(65,96,89)
#334A45
(51,74,69)
#253431
(37,52,49)
#171E1D
(23,30,29)
#000000
(0,0,0)

Tints of #A3FAE5

#A3FAE5
(163,250,229)
#ABFAE7
(171,250,231)
#B3FAE9
(179,250,233)
#BBFAEB
(187,250,235)
#C3FAED
(195,250,237)
#CBFAEF
(203,250,239)
#D3FAF1
(211,250,241)
#DBFAF3
(219,250,243)
#E3FAF5
(227,250,245)
#EBFAF7
(235,250,247)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3FAE5 color. Also use rgb(163,250,229) instead hex code.

Text Font Color

.myTextColor { color: #A3FAE5; }

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

This text font color is #A3FAE5.


Background Color

.myBgColor { background-color: #A3FAE5; }

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

This div background color is #A3FAE5.


Border color

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

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

This div border color is #A3FAE5.


Opacity

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

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

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

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

This text has shadow with #A3FAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3FAE5 on black background.


Color preview on white background

This text has color #A3FAE5 on white background.



Black color preview on #A3FAE5 background

This text has black color on #A3FAE5 background.


White color preview on #A3FAE5 background

This text has white color on #A3FAE5 background.