COLOR #A3EEB3

HEX: #A3EEB3
RGB: (163,238,179)

Color info

#A3EEB3 contains mainly green and blue colors. Web safe color of #A3EEB3 is #99FF99 (or #9F9).

RGB color model

#A3EEB3 color RGB value is (163,238,179).

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

RGB channels and saturation

R 163 of 255 = 64%
G 238 of 255 = 93%
B 179 of 255 = 70%

163
238
179

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

Portions of RGB colors in percentages

R + G + B =
163 + 238 + 179 = 580 (100%)
R 163 of 580 ~ 28.1%
G 238 of 580 ~ 41.03%
B 179 of 580 ~ 30.86%

%28.1
%41.03
%30.86

CMYK color model

#A3EEB3 color CMYK value is (32,0,25,7).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 6.67%
CMYK:
(32,0,25,7)
C32M0Y25K7 
(32%,0%,25%,7%)
(0.32/0.00/0.25/0.07)	

CMYK percentages

%31.51
%0
%24.79
%6.67

Codes

Color #A3EEB3 in popluar color models

A3EEB3
RGB163238179
HSL133°68.81%78.63%
HSB/HSV133°31.51%93.33%
CMYK31.51%0.00%24.79%
6.67%

Color #A3EEB3 in popluar number systems.

HEXA3EEB3
Decimal163238179
Binary101000111110111010110011
Octal243356263

Shades and tints

Shades of #A3EEB3

#A3EEB3
(163,238,179)
#95D9A3
(149,217,163)
#87C493
(135,196,147)
#79AF83
(121,175,131)
#6B9A73
(107,154,115)
#5D8563
(93,133,99)
#4F7053
(79,112,83)
#415B43
(65,91,67)
#334633
(51,70,51)
#253123
(37,49,35)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #A3EEB3

#A3EEB3
(163,238,179)
#ABEFB9
(171,239,185)
#B3F0BF
(179,240,191)
#BBF1C5
(187,241,197)
#C3F2CB
(195,242,203)
#CBF3D1
(203,243,209)
#D3F4D7
(211,244,215)
#DBF5DD
(219,245,221)
#E3F6E3
(227,246,227)
#EBF7E9
(235,247,233)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3EEB3; }

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

This text font color is #A3EEB3.


Background Color

.myBgColor { background-color: #A3EEB3; }

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

This div background color is #A3EEB3.


Border color

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

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

This div border color is #A3EEB3.


Opacity

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

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

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

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

This text has shadow with #A3EEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EEB3 on black background.


Color preview on white background

This text has color #A3EEB3 on white background.



Black color preview on #A3EEB3 background

This text has black color on #A3EEB3 background.


White color preview on #A3EEB3 background

This text has white color on #A3EEB3 background.