COLOR #A3FEE3

HEX: #A3FEE3
RGB: (163,254,227)

Color info

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

RGB color model

#A3FEE3 color RGB value is (163,254,227).

  • red value is 163;
  • green value is 254;
  • blue value is 227.
RGB:
(163,254,227)
(64%,100%,89%)

RGB channels and saturation

R 163 of 255 = 64%
G 254 of 255 = 100%
B 227 of 255 = 89%

163
254
227

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

Portions of RGB colors in percentages

R + G + B =
163 + 254 + 227 = 644 (100%)
R 163 of 644 ~ 25.31%
G 254 of 644 ~ 39.44%
B 227 of 644 ~ 35.25%

%25.31
%39.44
%35.25

CMYK color model

#A3FEE3 color CMYK value is (36,0,11,0).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 0.39%
CMYK:
(36,0,11,0)
C36M0Y11K0 
(36%,0%,11%,0%)
(0.36/0.00/0.11/0.00)	

CMYK percentages

%35.83
%0
%10.63
%0.39

Codes

Color #A3FEE3 in popluar color models

A3FEE3
RGB163254227
HSL162°97.85%81.76%
HSB/HSV162°35.83%99.61%
CMYK35.83%0.00%10.63%
0.39%

Color #A3FEE3 in popluar number systems.

HEXA3FEE3
Decimal163254227
Binary101000111111111011100011
Octal243376343

Shades and tints

Shades of #A3FEE3

#A3FEE3
(163,254,227)
#95E7CF
(149,231,207)
#87D0BB
(135,208,187)
#79B9A7
(121,185,167)
#6BA293
(107,162,147)
#5D8B7F
(93,139,127)
#4F746B
(79,116,107)
#415D57
(65,93,87)
#334643
(51,70,67)
#252F2F
(37,47,47)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #A3FEE3

#A3FEE3
(163,254,227)
#ABFEE5
(171,254,229)
#B3FEE7
(179,254,231)
#BBFEE9
(187,254,233)
#C3FEEB
(195,254,235)
#CBFEED
(203,254,237)
#D3FEEF
(211,254,239)
#DBFEF1
(219,254,241)
#E3FEF3
(227,254,243)
#EBFEF5
(235,254,245)
#F3FEF7
(243,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3FEE3; }

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

This text font color is #A3FEE3.


Background Color

.myBgColor { background-color: #A3FEE3; }

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

This div background color is #A3FEE3.


Border color

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

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

This div border color is #A3FEE3.


Opacity

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

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

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

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

This text has shadow with #A3FEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3FEE3 on black background.


Color preview on white background

This text has color #A3FEE3 on white background.



Black color preview on #A3FEE3 background

This text has black color on #A3FEE3 background.


White color preview on #A3FEE3 background

This text has white color on #A3FEE3 background.