COLOR #A3F5C1

HEX: #A3F5C1
RGB: (163,245,193)

Color info

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

RGB color model

#A3F5C1 color RGB value is (163,245,193).

  • red value is 163;
  • green value is 245;
  • blue value is 193.
RGB:
(163,245,193)
(64%,96%,76%)

RGB channels and saturation

R 163 of 255 = 64%
G 245 of 255 = 96%
B 193 of 255 = 76%

163
245
193

R + G + B ~ 79%. #A3F5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 245 + 193 = 601 (100%)
R 163 of 601 ~ 27.12%
G 245 of 601 ~ 40.77%
B 193 of 601 ~ 32.11%

%27.12
%40.77
%32.11

CMYK color model

#A3F5C1 color CMYK value is (33,0,21,4).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 21.22%
  • key color value is 3.92%
CMYK:
(33,0,21,4)
C33M0Y21K4 
(33%,0%,21%,4%)
(0.33/0.00/0.21/0.04)	

CMYK percentages

%33.47
%0
%21.22
%3.92

Codes

Color #A3F5C1 in popluar color models

A3F5C1
RGB163245193
HSL142°80.39%80.00%
HSB/HSV142°33.47%96.08%
CMYK33.47%0.00%21.22%
3.92%

Color #A3F5C1 in popluar number systems.

HEXA3F5C1
Decimal163245193
Binary101000111111010111000001
Octal243365301

Shades and tints

Shades of #A3F5C1

#A3F5C1
(163,245,193)
#95DFB0
(149,223,176)
#87C99F
(135,201,159)
#79B38E
(121,179,142)
#6B9D7D
(107,157,125)
#5D876C
(93,135,108)
#4F715B
(79,113,91)
#415B4A
(65,91,74)
#334539
(51,69,57)
#252F28
(37,47,40)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #A3F5C1

#A3F5C1
(163,245,193)
#ABF5C6
(171,245,198)
#B3F5CB
(179,245,203)
#BBF5D0
(187,245,208)
#C3F5D5
(195,245,213)
#CBF5DA
(203,245,218)
#D3F5DF
(211,245,223)
#DBF5E4
(219,245,228)
#E3F5E9
(227,245,233)
#EBF5EE
(235,245,238)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F5C1 color. Also use rgb(163,245,193) instead hex code.

Text Font Color

.myTextColor { color: #A3F5C1; }

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

This text font color is #A3F5C1.


Background Color

.myBgColor { background-color: #A3F5C1; }

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

This div background color is #A3F5C1.


Border color

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

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

This div border color is #A3F5C1.


Opacity

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

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

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

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

This text has shadow with #A3F5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F5C1 on black background.


Color preview on white background

This text has color #A3F5C1 on white background.



Black color preview on #A3F5C1 background

This text has black color on #A3F5C1 background.


White color preview on #A3F5C1 background

This text has white color on #A3F5C1 background.