COLOR #A3E8C0

HEX: #A3E8C0
RGB: (163,232,192)

Color info

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

RGB color model

#A3E8C0 color RGB value is (163,232,192).

  • red value is 163;
  • green value is 232;
  • blue value is 192.
RGB:
(163,232,192)
(64%,91%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 232 of 255 = 91%
B 192 of 255 = 75%

163
232
192

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

Portions of RGB colors in percentages

R + G + B =
163 + 232 + 192 = 587 (100%)
R 163 of 587 ~ 27.77%
G 232 of 587 ~ 39.52%
B 192 of 587 ~ 32.71%

%27.77
%39.52
%32.71

CMYK color model

#A3E8C0 color CMYK value is (30,0,17,9).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 9.02%
CMYK:
(30,0,17,9)
C30M0Y17K9 
(30%,0%,17%,9%)
(0.30/0.00/0.17/0.09)	

CMYK percentages

%29.74
%0
%17.24
%9.02

Codes

Color #A3E8C0 in popluar color models

A3E8C0
RGB163232192
HSL145°60.00%77.45%
HSB/HSV145°29.74%90.98%
CMYK29.74%0.00%17.24%
9.02%

Color #A3E8C0 in popluar number systems.

HEXA3E8C0
Decimal163232192
Binary101000111110100011000000
Octal243350300

Shades and tints

Shades of #A3E8C0

#A3E8C0
(163,232,192)
#95D3AF
(149,211,175)
#87BE9E
(135,190,158)
#79A98D
(121,169,141)
#6B947C
(107,148,124)
#5D7F6B
(93,127,107)
#4F6A5A
(79,106,90)
#415549
(65,85,73)
#334038
(51,64,56)
#252B27
(37,43,39)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #A3E8C0

#A3E8C0
(163,232,192)
#ABEAC5
(171,234,197)
#B3ECCA
(179,236,202)
#BBEECF
(187,238,207)
#C3F0D4
(195,240,212)
#CBF2D9
(203,242,217)
#D3F4DE
(211,244,222)
#DBF6E3
(219,246,227)
#E3F8E8
(227,248,232)
#EBFAED
(235,250,237)
#F3FCF2
(243,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E8C0 color. Also use rgb(163,232,192) instead hex code.

Text Font Color

.myTextColor { color: #A3E8C0; }

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

This text font color is #A3E8C0.


Background Color

.myBgColor { background-color: #A3E8C0; }

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

This div background color is #A3E8C0.


Border color

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

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

This div border color is #A3E8C0.


Opacity

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

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

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

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

This text has shadow with #A3E8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E8C0 on black background.


Color preview on white background

This text has color #A3E8C0 on white background.



Black color preview on #A3E8C0 background

This text has black color on #A3E8C0 background.


White color preview on #A3E8C0 background

This text has white color on #A3E8C0 background.