COLOR #A3E1C1

HEX: #A3E1C1
RGB: (163,225,193)

Color info

#A3E1C1 contains mainly green and blue colors. Web safe color of #A3E1C1 is #99CCCC (or #9CC).

RGB color model

#A3E1C1 color RGB value is (163,225,193).

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

RGB channels and saturation

R 163 of 255 = 64%
G 225 of 255 = 88%
B 193 of 255 = 76%

163
225
193

R + G + B ~ 76%. #A3E1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 225 + 193 = 581 (100%)
R 163 of 581 ~ 28.06%
G 225 of 581 ~ 38.73%
B 193 of 581 ~ 33.22%

%28.06
%38.73
%33.22

CMYK color model

#A3E1C1 color CMYK value is (28,0,14,12).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 11.76%
CMYK:
(28,0,14,12)
C28M0Y14K12 
(28%,0%,14%,12%)
(0.28/0.00/0.14/0.12)	

CMYK percentages

%27.56
%0
%14.22
%11.76

Codes

Color #A3E1C1 in popluar color models

A3E1C1
RGB163225193
HSL149°50.82%76.08%
HSB/HSV149°27.56%88.24%
CMYK27.56%0.00%14.22%
11.76%

Color #A3E1C1 in popluar number systems.

HEXA3E1C1
Decimal163225193
Binary101000111110000111000001
Octal243341301

Shades and tints

Shades of #A3E1C1

#A3E1C1
(163,225,193)
#95CDB0
(149,205,176)
#87B99F
(135,185,159)
#79A58E
(121,165,142)
#6B917D
(107,145,125)
#5D7D6C
(93,125,108)
#4F695B
(79,105,91)
#41554A
(65,85,74)
#334139
(51,65,57)
#252D28
(37,45,40)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #A3E1C1

#A3E1C1
(163,225,193)
#ABE3C6
(171,227,198)
#B3E5CB
(179,229,203)
#BBE7D0
(187,231,208)
#C3E9D5
(195,233,213)
#CBEBDA
(203,235,218)
#D3EDDF
(211,237,223)
#DBEFE4
(219,239,228)
#E3F1E9
(227,241,233)
#EBF3EE
(235,243,238)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E1C1; }

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

This text font color is #A3E1C1.


Background Color

.myBgColor { background-color: #A3E1C1; }

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

This div background color is #A3E1C1.


Border color

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

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

This div border color is #A3E1C1.


Opacity

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

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

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

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

This text has shadow with #A3E1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E1C1 on black background.


Color preview on white background

This text has color #A3E1C1 on white background.



Black color preview on #A3E1C1 background

This text has black color on #A3E1C1 background.


White color preview on #A3E1C1 background

This text has white color on #A3E1C1 background.