COLOR #A3EEB8

HEX: #A3EEB8
RGB: (163,238,184)

Color info

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

RGB color model

#A3EEB8 color RGB value is (163,238,184).

  • red value is 163;
  • green value is 238;
  • blue value is 184.
RGB:
(163,238,184)
(64%,93%,72%)

RGB channels and saturation

R 163 of 255 = 64%
G 238 of 255 = 93%
B 184 of 255 = 72%

163
238
184

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

Portions of RGB colors in percentages

R + G + B =
163 + 238 + 184 = 585 (100%)
R 163 of 585 ~ 27.86%
G 238 of 585 ~ 40.68%
B 184 of 585 ~ 31.45%

%27.86
%40.68
%31.45

CMYK color model

#A3EEB8 color CMYK value is (32,0,23,7).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 6.67%
CMYK:
(32,0,23,7)
C32M0Y23K7 
(32%,0%,23%,7%)
(0.32/0.00/0.23/0.07)	

CMYK percentages

%31.51
%0
%22.69
%6.67

Codes

Color #A3EEB8 in popluar color models

A3EEB8
RGB163238184
HSL137°68.81%78.63%
HSB/HSV137°31.51%93.33%
CMYK31.51%0.00%22.69%
6.67%

Color #A3EEB8 in popluar number systems.

HEXA3EEB8
Decimal163238184
Binary101000111110111010111000
Octal243356270

Shades and tints

Shades of #A3EEB8

#A3EEB8
(163,238,184)
#95D9A8
(149,217,168)
#87C498
(135,196,152)
#79AF88
(121,175,136)
#6B9A78
(107,154,120)
#5D8568
(93,133,104)
#4F7058
(79,112,88)
#415B48
(65,91,72)
#334638
(51,70,56)
#253128
(37,49,40)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #A3EEB8

#A3EEB8
(163,238,184)
#ABEFBE
(171,239,190)
#B3F0C4
(179,240,196)
#BBF1CA
(187,241,202)
#C3F2D0
(195,242,208)
#CBF3D6
(203,243,214)
#D3F4DC
(211,244,220)
#DBF5E2
(219,245,226)
#E3F6E8
(227,246,232)
#EBF7EE
(235,247,238)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EEB8 color. Also use rgb(163,238,184) instead hex code.

Text Font Color

.myTextColor { color: #A3EEB8; }

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

This text font color is #A3EEB8.


Background Color

.myBgColor { background-color: #A3EEB8; }

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

This div background color is #A3EEB8.


Border color

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

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

This div border color is #A3EEB8.


Opacity

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

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

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

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

This text has shadow with #A3EEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EEB8 on black background.


Color preview on white background

This text has color #A3EEB8 on white background.



Black color preview on #A3EEB8 background

This text has black color on #A3EEB8 background.


White color preview on #A3EEB8 background

This text has white color on #A3EEB8 background.