COLOR #A3D88E

HEX: #A3D88E
RGB: (163,216,142)

Color info

#A3D88E contains mainly red and green colors. Web safe color of #A3D88E is #99CC99 (or #9C9).

RGB color model

#A3D88E color RGB value is (163,216,142).

  • red value is 163;
  • green value is 216;
  • blue value is 142.
RGB:
(163,216,142)
(64%,85%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 216 of 255 = 85%
B 142 of 255 = 56%

163
216
142

R + G + B ~ 68%. #A3D88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 216 + 142 = 521 (100%)
R 163 of 521 ~ 31.29%
G 216 of 521 ~ 41.46%
B 142 of 521 ~ 27.26%

%31.29
%41.46
%27.26

CMYK color model

#A3D88E color CMYK value is (25,0,34,15).

  • cyan value is 24.54%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 15.29%
CMYK:
(25,0,34,15)
C25M0Y34K15 
(25%,0%,34%,15%)
(0.25/0.00/0.34/0.15)	

CMYK percentages

%24.54
%0
%34.26
%15.29

Codes

Color #A3D88E in popluar color models

A3D88E
RGB163216142
HSL103°48.68%70.20%
HSB/HSV103°34.26%84.71%
CMYK24.54%0.00%34.26%
15.29%

Color #A3D88E in popluar number systems.

HEXA3D88E
Decimal163216142
Binary101000111101100010001110
Octal243330216

Shades and tints

Shades of #A3D88E

#A3D88E
(163,216,142)
#95C582
(149,197,130)
#87B276
(135,178,118)
#799F6A
(121,159,106)
#6B8C5E
(107,140,94)
#5D7952
(93,121,82)
#4F6646
(79,102,70)
#41533A
(65,83,58)
#33402E
(51,64,46)
#252D22
(37,45,34)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #A3D88E

#A3D88E
(163,216,142)
#ABDB98
(171,219,152)
#B3DEA2
(179,222,162)
#BBE1AC
(187,225,172)
#C3E4B6
(195,228,182)
#CBE7C0
(203,231,192)
#D3EACA
(211,234,202)
#DBEDD4
(219,237,212)
#E3F0DE
(227,240,222)
#EBF3E8
(235,243,232)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D88E color. Also use rgb(163,216,142) instead hex code.

Text Font Color

.myTextColor { color: #A3D88E; }

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

This text font color is #A3D88E.


Background Color

.myBgColor { background-color: #A3D88E; }

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

This div background color is #A3D88E.


Border color

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

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

This div border color is #A3D88E.


Opacity

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

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

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

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

This text has shadow with #A3D88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D88E on black background.


Color preview on white background

This text has color #A3D88E on white background.



Black color preview on #A3D88E background

This text has black color on #A3D88E background.


White color preview on #A3D88E background

This text has white color on #A3D88E background.