COLOR #A8DF9D

HEX: #A8DF9D RGB: (168,223,157)

Color info

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

RGB color model

#A8DF9D color RGB value is (168,223,157).

RGB: (168,223,157) (66%, 87%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 223 of 255 = 87%
B 157 of 255 = 62%

168
223
157

R + G + B ~ 72%. #A8DF9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 223 + 157 = 548 (100%)
R 168 of 548 ~ 30.66%
G 223 of 548 ~ 40.69%
B 157 of 548 ~ 28.65'%

%30.66
%40.69
%28.65

CMYK color model

#A8DF9D color CMYK value is (25,0,30,13).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 12.55%

CMYK: (25,0,30,13)
C25M0Y30K13 (25%, 0%, 30%, 13%)
(0.25 / 0.00 / 0.30 / 0.13)

CMYK percentages

%24.66
%0
%29.6
%12.55

Codes

Color #A8DF9D in popluar color models

A8 DF 9D
RGB 168 223 157
HSL 110° 50.77% 74.51%
HSB/HSV 110° 29.60% 87.45%
CMYK 24.66% 0.00% 29.60%
12.55%

Color #A8DF9D in popluar number systems.

HEX A8 DF 9D
Decimal 168 223 157
Binary 10101000 11011111 10011101
Octal 250 337 235

Shades and tints

Shades of #A8DF9D

#A8DF9D
(168,223,157)
#99CB8F
(153,203,143)
#8AB781
(138,183,129)
#7BA373
(123,163,115)
#6C8F65
(108,143,101)
#5D7B57
(93,123,87)
#4E6749
(78,103,73)
#3F533B
(63,83,59)
#303F2D
(48,63,45)
#212B1F
(33,43,31)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #A8DF9D

#A8DF9D
(168,223,157)
#AFE1A5
(175,225,165)
#B6E3AD
(182,227,173)
#BDE5B5
(189,229,181)
#C4E7BD
(196,231,189)
#CBE9C5
(203,233,197)
#D2EBCD
(210,235,205)
#D9EDD5
(217,237,213)
#E0EFDD
(224,239,221)
#E7F1E5
(231,241,229)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DF9D; }

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

This text font color is #A8DF9D.

Background Color

.myBgColor { background-color: #A8DF9D; }

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

This div background color is #A8DF9D.

Border color

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

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

This div border color is #A8DF9D.

Opacity

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

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

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

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

This text has shadow with #A8DF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8DF9D.

Preview

Color preview on black background

This text has color #A8DF9D on black background.


Color preview on white background

This text has color #A8DF9D on white background.


Black color preview on #A8DF9D background

This text has black color on #A8DF9D background.


White color preview on #A8DF9D background

This text has white color on #A8DF9D background.


Related colors

Complementary color

Complementary color for #hex is #572062.


I love getcolorcode.com

Triadic colors

1 #9DA8DF and #DF9DA8 with #A8DF9D are triadic colors.

2 #9DDFA8 and #DFA89D with #A8DF9D are triadic colors.