COLOR #A3E1C7

HEX: #A3E1C7
RGB: (163,225,199)

Color info

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

RGB color model

#A3E1C7 color RGB value is (163,225,199).

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

RGB channels and saturation

R 163 of 255 = 64%
G 225 of 255 = 88%
B 199 of 255 = 78%

163
225
199

R + G + B ~ 77%. #A3E1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 225 + 199 = 587 (100%)
R 163 of 587 ~ 27.77%
G 225 of 587 ~ 38.33%
B 199 of 587 ~ 33.9%

%27.77
%38.33
%33.9

CMYK color model

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

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 11.76%
CMYK:
(28,0,12,12)
C28M0Y12K12 
(28%,0%,12%,12%)
(0.28/0.00/0.12/0.12)	

CMYK percentages

%27.56
%0
%11.56
%11.76

Codes

Color #A3E1C7 in popluar color models

A3E1C7
RGB163225199
HSL155°50.82%76.08%
HSB/HSV155°27.56%88.24%
CMYK27.56%0.00%11.56%
11.76%

Color #A3E1C7 in popluar number systems.

HEXA3E1C7
Decimal163225199
Binary101000111110000111000111
Octal243341307

Shades and tints

Shades of #A3E1C7

#A3E1C7
(163,225,199)
#95CDB5
(149,205,181)
#87B9A3
(135,185,163)
#79A591
(121,165,145)
#6B917F
(107,145,127)
#5D7D6D
(93,125,109)
#4F695B
(79,105,91)
#415549
(65,85,73)
#334137
(51,65,55)
#252D25
(37,45,37)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #A3E1C7

#A3E1C7
(163,225,199)
#ABE3CC
(171,227,204)
#B3E5D1
(179,229,209)
#BBE7D6
(187,231,214)
#C3E9DB
(195,233,219)
#CBEBE0
(203,235,224)
#D3EDE5
(211,237,229)
#DBEFEA
(219,239,234)
#E3F1EF
(227,241,239)
#EBF3F4
(235,243,244)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E1C7; }

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

This text font color is #A3E1C7.


Background Color

.myBgColor { background-color: #A3E1C7; }

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

This div background color is #A3E1C7.


Border color

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

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

This div border color is #A3E1C7.


Opacity

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

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

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

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

This text has shadow with #A3E1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E1C7 on black background.


Color preview on white background

This text has color #A3E1C7 on white background.



Black color preview on #A3E1C7 background

This text has black color on #A3E1C7 background.


White color preview on #A3E1C7 background

This text has white color on #A3E1C7 background.