COLOR #A8D98E

HEX: #A8D98E RGB: (168,217,142)

Color info

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

RGB color model

#A8D98E color RGB value is (168,217,142).

RGB: (168,217,142) (66%, 85%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 217 of 255 = 85%
B 142 of 255 = 56%

168
217
142

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

Portions of RGB colors in percentages

R + G + B = 168 + 217 + 142 = 527 (100%)
R 168 of 527 ~ 31.88%
G 217 of 527 ~ 41.18%
B 142 of 527 ~ 26.94'%

%31.88
%41.18
%26.94

CMYK color model

#A8D98E color CMYK value is (23,0,35,15).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 34.56%
  • key color value is 14.90%
CMYK: (23,0,35,15) C23M0Y35K15 (23%,0%,35%,15%) (0.23/0.00/0.35/0.15) 

CMYK percentages

%22.58
%0
%34.56
%14.9

Codes

Color #A8D98E in popluar color models

A8 D9 8E
RGB 168 217 142
HSL 99° 49.67% 70.39%
HSB/HSV 99° 34.56% 85.10%
CMYK 22.58% 0.00% 34.56%
14.90%

Color #A8D98E in popluar number systems.

HEX A8 D9 8E
Decimal 168 217 142
Binary 10101000 11011001 10001110
Octal 250 331 216

Shades and tints

Shades of #A8D98E

#A8D98E
(168,217,142)
#99C682
(153,198,130)
#8AB376
(138,179,118)
#7BA06A
(123,160,106)
#6C8D5E
(108,141,94)
#5D7A52
(93,122,82)
#4E6746
(78,103,70)
#3F543A
(63,84,58)
#30412E
(48,65,46)
#212E22
(33,46,34)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #A8D98E

#A8D98E
(168,217,142)
#AFDC98
(175,220,152)
#B6DFA2
(182,223,162)
#BDE2AC
(189,226,172)
#C4E5B6
(196,229,182)
#CBE8C0
(203,232,192)
#D2EBCA
(210,235,202)
#D9EED4
(217,238,212)
#E0F1DE
(224,241,222)
#E7F4E8
(231,244,232)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D98E color. Also use rgb(168,217,142) instead hex code.

Text Font Color

.myTextColor { color: #A8D98E; }

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

This text font color is #A8D98E.

Background Color

.myBgColor { background-color: #A8D98E; }

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

This div background color is #A8D98E.

Border color

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

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

This div border color is #A8D98E.

Opacity

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

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

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

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

This text has shadow with #A8D98E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D98E.

Preview

Color preview on black background

This text has color #A8D98E on black background.


Color preview on white background

This text has color #A8D98E on white background.


Black color preview on #A8D98E background

This text has black color on #A8D98E background.


White color preview on #A8D98E background

This text has white color on #A8D98E background.


Related colors

Complementary color

Complementary color for #hex is #572671.


I love getcolorcode.com

Triadic colors

1 #8EA8D9 and #D98EA8 with #A8D98E are triadic colors.

2 #8ED9A8 and #D9A88E with #A8D98E are triadic colors.