COLOR #A8D19D

HEX: #A8D19D
RGB: (168,209,157)

Color info

#A8D19D contains red, green and blue colors in about the same proportion. Web safe color of #A8D19D is #99CC99 (or #9C9).

RGB color model

#A8D19D color RGB value is (168,209,157).

  • red value is 168;
  • green value is 209;
  • blue value is 157.
RGB:
(168,209,157)
(66%,82%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 157 of 255 = 62%

168
209
157

R + G + B ~ 70%. #A8D19D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 209 + 157 = 534 (100%)
R 168 of 534 ~ 31.46%
G 209 of 534 ~ 39.14%
B 157 of 534 ~ 29.4%

%31.46
%39.14
%29.4

CMYK color model

#A8D19D color CMYK value is (20,0,25,18).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 24.88%
  • key color value is 18.04%
CMYK:
(20,0,25,18)
C20M0Y25K18 
(20%,0%,25%,18%)
(0.20/0.00/0.25/0.18)	

CMYK percentages

%19.62
%0
%24.88
%18.04

Codes

Color #A8D19D in popluar color models

A8D19D
RGB168209157
HSL107°36.11%71.76%
HSB/HSV107°24.88%81.96%
CMYK19.62%0.00%24.88%
18.04%

Color #A8D19D in popluar number systems.

HEXA8D19D
Decimal168209157
Binary101010001101000110011101
Octal250321235

Shades and tints

Shades of #A8D19D

#A8D19D
(168,209,157)
#99BE8F
(153,190,143)
#8AAB81
(138,171,129)
#7B9873
(123,152,115)
#6C8565
(108,133,101)
#5D7257
(93,114,87)
#4E5F49
(78,95,73)
#3F4C3B
(63,76,59)
#30392D
(48,57,45)
#21261F
(33,38,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A8D19D

#A8D19D
(168,209,157)
#AFD5A5
(175,213,165)
#B6D9AD
(182,217,173)
#BDDDB5
(189,221,181)
#C4E1BD
(196,225,189)
#CBE5C5
(203,229,197)
#D2E9CD
(210,233,205)
#D9EDD5
(217,237,213)
#E0F1DD
(224,241,221)
#E7F5E5
(231,245,229)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D19D color. Also use rgb(168,209,157) instead hex code.

Text Font Color

.myTextColor { color: #A8D19D; }

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

This text font color is #A8D19D.


Background Color

.myBgColor { background-color: #A8D19D; }

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

This div background color is #A8D19D.


Border color

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

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

This div border color is #A8D19D.


Opacity

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

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

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

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

This text has shadow with #A8D19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D19D on black background.


Color preview on white background

This text has color #A8D19D on white background.



Black color preview on #A8D19D background

This text has black color on #A8D19D background.


White color preview on #A8D19D background

This text has white color on #A8D19D background.