COLOR #A3F4C9

HEX: #A3F4C9
RGB: (163,244,201)

Color info

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

RGB color model

#A3F4C9 color RGB value is (163,244,201).

  • red value is 163;
  • green value is 244;
  • blue value is 201.
RGB:
(163,244,201)
(64%,96%,79%)

RGB channels and saturation

R 163 of 255 = 64%
G 244 of 255 = 96%
B 201 of 255 = 79%

163
244
201

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

Portions of RGB colors in percentages

R + G + B =
163 + 244 + 201 = 608 (100%)
R 163 of 608 ~ 26.81%
G 244 of 608 ~ 40.13%
B 201 of 608 ~ 33.06%

%26.81
%40.13
%33.06

CMYK color model

#A3F4C9 color CMYK value is (33,0,18,4).

  • cyan value is 33.20%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 4.31%
CMYK:
(33,0,18,4)
C33M0Y18K4 
(33%,0%,18%,4%)
(0.33/0.00/0.18/0.04)	

CMYK percentages

%33.2
%0
%17.62
%4.31

Codes

Color #A3F4C9 in popluar color models

A3F4C9
RGB163244201
HSL148°78.64%79.80%
HSB/HSV148°33.20%95.69%
CMYK33.20%0.00%17.62%
4.31%

Color #A3F4C9 in popluar number systems.

HEXA3F4C9
Decimal163244201
Binary101000111111010011001001
Octal243364311

Shades and tints

Shades of #A3F4C9

#A3F4C9
(163,244,201)
#95DEB7
(149,222,183)
#87C8A5
(135,200,165)
#79B293
(121,178,147)
#6B9C81
(107,156,129)
#5D866F
(93,134,111)
#4F705D
(79,112,93)
#415A4B
(65,90,75)
#334439
(51,68,57)
#252E27
(37,46,39)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #A3F4C9

#A3F4C9
(163,244,201)
#ABF5CD
(171,245,205)
#B3F6D1
(179,246,209)
#BBF7D5
(187,247,213)
#C3F8D9
(195,248,217)
#CBF9DD
(203,249,221)
#D3FAE1
(211,250,225)
#DBFBE5
(219,251,229)
#E3FCE9
(227,252,233)
#EBFDED
(235,253,237)
#F3FEF1
(243,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F4C9 color. Also use rgb(163,244,201) instead hex code.

Text Font Color

.myTextColor { color: #A3F4C9; }

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

This text font color is #A3F4C9.


Background Color

.myBgColor { background-color: #A3F4C9; }

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

This div background color is #A3F4C9.


Border color

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

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

This div border color is #A3F4C9.


Opacity

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

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

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

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

This text has shadow with #A3F4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F4C9 on black background.


Color preview on white background

This text has color #A3F4C9 on white background.



Black color preview on #A3F4C9 background

This text has black color on #A3F4C9 background.


White color preview on #A3F4C9 background

This text has white color on #A3F4C9 background.