COLOR #A3FEE7

HEX: #A3FEE7
RGB: (163,254,231)

Color info

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

RGB color model

#A3FEE7 color RGB value is (163,254,231).

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

RGB channels and saturation

R 163 of 255 = 64%
G 254 of 255 = 100%
B 231 of 255 = 91%

163
254
231

R + G + B ~ 85%. #A3FEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 254 + 231 = 648 (100%)
R 163 of 648 ~ 25.15%
G 254 of 648 ~ 39.2%
B 231 of 648 ~ 35.65%

%25.15
%39.2
%35.65

CMYK color model

#A3FEE7 color CMYK value is (36,0,9,0).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 9.06%
  • key color value is 0.39%
CMYK:
(36,0,9,0)
C36M0Y9K0 
(36%,0%,9%,0%)
(0.36/0.00/0.09/0.00)	

CMYK percentages

%35.83
%0
%9.06
%0.39

Codes

Color #A3FEE7 in popluar color models

A3FEE7
RGB163254231
HSL165°97.85%81.76%
HSB/HSV165°35.83%99.61%
CMYK35.83%0.00%9.06%
0.39%

Color #A3FEE7 in popluar number systems.

HEXA3FEE7
Decimal163254231
Binary101000111111111011100111
Octal243376347

Shades and tints

Shades of #A3FEE7

#A3FEE7
(163,254,231)
#95E7D2
(149,231,210)
#87D0BD
(135,208,189)
#79B9A8
(121,185,168)
#6BA293
(107,162,147)
#5D8B7E
(93,139,126)
#4F7469
(79,116,105)
#415D54
(65,93,84)
#33463F
(51,70,63)
#252F2A
(37,47,42)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #A3FEE7

#A3FEE7
(163,254,231)
#ABFEE9
(171,254,233)
#B3FEEB
(179,254,235)
#BBFEED
(187,254,237)
#C3FEEF
(195,254,239)
#CBFEF1
(203,254,241)
#D3FEF3
(211,254,243)
#DBFEF5
(219,254,245)
#E3FEF7
(227,254,247)
#EBFEF9
(235,254,249)
#F3FEFB
(243,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3FEE7; }

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

This text font color is #A3FEE7.


Background Color

.myBgColor { background-color: #A3FEE7; }

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

This div background color is #A3FEE7.


Border color

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

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

This div border color is #A3FEE7.


Opacity

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

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

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

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

This text has shadow with #A3FEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3FEE7 on black background.


Color preview on white background

This text has color #A3FEE7 on white background.



Black color preview on #A3FEE7 background

This text has black color on #A3FEE7 background.


White color preview on #A3FEE7 background

This text has white color on #A3FEE7 background.