COLOR #A3E8B4

HEX: #A3E8B4
RGB: (163,232,180)

Color info

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

RGB color model

#A3E8B4 color RGB value is (163,232,180).

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

RGB channels and saturation

R 163 of 255 = 64%
G 232 of 255 = 91%
B 180 of 255 = 71%

163
232
180

R + G + B ~ 75%. #A3E8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 232 + 180 = 575 (100%)
R 163 of 575 ~ 28.35%
G 232 of 575 ~ 40.35%
B 180 of 575 ~ 31.3%

%28.35
%40.35
%31.3

CMYK color model

#A3E8B4 color CMYK value is (30,0,22,9).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 9.02%
CMYK:
(30,0,22,9)
C30M0Y22K9 
(30%,0%,22%,9%)
(0.30/0.00/0.22/0.09)	

CMYK percentages

%29.74
%0
%22.41
%9.02

Codes

Color #A3E8B4 in popluar color models

A3E8B4
RGB163232180
HSL135°60.00%77.45%
HSB/HSV135°29.74%90.98%
CMYK29.74%0.00%22.41%
9.02%

Color #A3E8B4 in popluar number systems.

HEXA3E8B4
Decimal163232180
Binary101000111110100010110100
Octal243350264

Shades and tints

Shades of #A3E8B4

#A3E8B4
(163,232,180)
#95D3A4
(149,211,164)
#87BE94
(135,190,148)
#79A984
(121,169,132)
#6B9474
(107,148,116)
#5D7F64
(93,127,100)
#4F6A54
(79,106,84)
#415544
(65,85,68)
#334034
(51,64,52)
#252B24
(37,43,36)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3E8B4

#A3E8B4
(163,232,180)
#ABEABA
(171,234,186)
#B3ECC0
(179,236,192)
#BBEEC6
(187,238,198)
#C3F0CC
(195,240,204)
#CBF2D2
(203,242,210)
#D3F4D8
(211,244,216)
#DBF6DE
(219,246,222)
#E3F8E4
(227,248,228)
#EBFAEA
(235,250,234)
#F3FCF0
(243,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3E8B4; }

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

This text font color is #A3E8B4.


Background Color

.myBgColor { background-color: #A3E8B4; }

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

This div background color is #A3E8B4.


Border color

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

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

This div border color is #A3E8B4.


Opacity

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

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

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

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

This text has shadow with #A3E8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3E8B4 on black background.


Color preview on white background

This text has color #A3E8B4 on white background.



Black color preview on #A3E8B4 background

This text has black color on #A3E8B4 background.


White color preview on #A3E8B4 background

This text has white color on #A3E8B4 background.