COLOR #A8D393

HEX: #A8D393
RGB: (168,211,147)

Color info

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

RGB color model

#A8D393 color RGB value is (168,211,147).

  • red value is 168;
  • green value is 211;
  • blue value is 147.
RGB:
(168,211,147)
(66%,83%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 211 of 255 = 83%
B 147 of 255 = 58%

168
211
147

R + G + B ~ 69%. #A8D393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 211 + 147 = 526 (100%)
R 168 of 526 ~ 31.94%
G 211 of 526 ~ 40.11%
B 147 of 526 ~ 27.95%

%31.94
%40.11
%27.95

CMYK color model

#A8D393 color CMYK value is (20,0,30,17).

  • cyan value is 20.38%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 17.25%
CMYK:
(20,0,30,17)
C20M0Y30K17 
(20%,0%,30%,17%)
(0.20/0.00/0.30/0.17)	

CMYK percentages

%20.38
%0
%30.33
%17.25

Codes

Color #A8D393 in popluar color models

A8D393
RGB168211147
HSL100°42.11%70.20%
HSB/HSV100°30.33%82.75%
CMYK20.38%0.00%30.33%
17.25%

Color #A8D393 in popluar number systems.

HEXA8D393
Decimal168211147
Binary101010001101001110010011
Octal250323223

Shades and tints

Shades of #A8D393

#A8D393
(168,211,147)
#99C086
(153,192,134)
#8AAD79
(138,173,121)
#7B9A6C
(123,154,108)
#6C875F
(108,135,95)
#5D7452
(93,116,82)
#4E6145
(78,97,69)
#3F4E38
(63,78,56)
#303B2B
(48,59,43)
#21281E
(33,40,30)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8D393

#A8D393
(168,211,147)
#AFD79C
(175,215,156)
#B6DBA5
(182,219,165)
#BDDFAE
(189,223,174)
#C4E3B7
(196,227,183)
#CBE7C0
(203,231,192)
#D2EBC9
(210,235,201)
#D9EFD2
(217,239,210)
#E0F3DB
(224,243,219)
#E7F7E4
(231,247,228)
#EEFBED
(238,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D393 color. Also use rgb(168,211,147) instead hex code.

Text Font Color

.myTextColor { color: #A8D393; }

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

This text font color is #A8D393.


Background Color

.myBgColor { background-color: #A8D393; }

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

This div background color is #A8D393.


Border color

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

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

This div border color is #A8D393.


Opacity

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

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

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

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

This text has shadow with #A8D393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D393 on black background.


Color preview on white background

This text has color #A8D393 on white background.



Black color preview on #A8D393 background

This text has black color on #A8D393 background.


White color preview on #A8D393 background

This text has white color on #A8D393 background.