COLOR #A3D684

HEX: #A3D684
RGB: (163,214,132)

Color info

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

RGB color model

#A3D684 color RGB value is (163,214,132).

  • red value is 163;
  • green value is 214;
  • blue value is 132.
RGB:
(163,214,132)
(64%,84%,52%)

RGB channels and saturation

R 163 of 255 = 64%
G 214 of 255 = 84%
B 132 of 255 = 52%

163
214
132

R + G + B ~ 67%. #A3D684 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 214 + 132 = 509 (100%)
R 163 of 509 ~ 32.02%
G 214 of 509 ~ 42.04%
B 132 of 509 ~ 25.93%

%32.02
%42.04
%25.93

CMYK color model

#A3D684 color CMYK value is (24,0,38,16).

  • cyan value is 23.83%
  • magenta value is 0.00%
  • yellow value is 38.32%
  • key color value is 16.08%
CMYK:
(24,0,38,16)
C24M0Y38K16 
(24%,0%,38%,16%)
(0.24/0.00/0.38/0.16)	

CMYK percentages

%23.83
%0
%38.32
%16.08

Codes

Color #A3D684 in popluar color models

A3D684
RGB163214132
HSL97°50.00%67.84%
HSB/HSV97°38.32%83.92%
CMYK23.83%0.00%38.32%
16.08%

Color #A3D684 in popluar number systems.

HEXA3D684
Decimal163214132
Binary101000111101011010000100
Octal243326204

Shades and tints

Shades of #A3D684

#A3D684
(163,214,132)
#95C378
(149,195,120)
#87B06C
(135,176,108)
#799D60
(121,157,96)
#6B8A54
(107,138,84)
#5D7748
(93,119,72)
#4F643C
(79,100,60)
#415130
(65,81,48)
#333E24
(51,62,36)
#252B18
(37,43,24)
#17180C
(23,24,12)
#000000
(0,0,0)

Tints of #A3D684

#A3D684
(163,214,132)
#ABD98F
(171,217,143)
#B3DC9A
(179,220,154)
#BBDFA5
(187,223,165)
#C3E2B0
(195,226,176)
#CBE5BB
(203,229,187)
#D3E8C6
(211,232,198)
#DBEBD1
(219,235,209)
#E3EEDC
(227,238,220)
#EBF1E7
(235,241,231)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D684 color. Also use rgb(163,214,132) instead hex code.

Text Font Color

.myTextColor { color: #A3D684; }

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

This text font color is #A3D684.


Background Color

.myBgColor { background-color: #A3D684; }

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

This div background color is #A3D684.


Border color

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

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

This div border color is #A3D684.


Opacity

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

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

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

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

This text has shadow with #A3D684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D684 on black background.


Color preview on white background

This text has color #A3D684 on white background.



Black color preview on #A3D684 background

This text has black color on #A3D684 background.


White color preview on #A3D684 background

This text has white color on #A3D684 background.