COLOR #A8D98C

HEX: #A8D98C
RGB: (168,217,140)

Color info

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

RGB color model

#A8D98C color RGB value is (168,217,140).

  • red value is 168;
  • green value is 217;
  • blue value is 140.
RGB:
(168,217,140)
(66%,85%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 217 of 255 = 85%
B 140 of 255 = 55%

168
217
140

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

Portions of RGB colors in percentages

R + G + B =
168 + 217 + 140 = 525 (100%)
R 168 of 525 ~ 32%
G 217 of 525 ~ 41.33%
B 140 of 525 ~ 26.67%

%32
%41.33
%26.67

CMYK color model

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

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • 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
%35.48
%14.9

Codes

Color #A8D98C in popluar color models

A8D98C
RGB168217140
HSL98°50.33%70.00%
HSB/HSV98°35.48%85.10%
CMYK22.58%0.00%35.48%
14.90%

Color #A8D98C in popluar number systems.

HEXA8D98C
Decimal168217140
Binary101010001101100110001100
Octal250331214

Shades and tints

Shades of #A8D98C

#A8D98C
(168,217,140)
#99C680
(153,198,128)
#8AB374
(138,179,116)
#7BA068
(123,160,104)
#6C8D5C
(108,141,92)
#5D7A50
(93,122,80)
#4E6744
(78,103,68)
#3F5438
(63,84,56)
#30412C
(48,65,44)
#212E20
(33,46,32)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #A8D98C

#A8D98C
(168,217,140)
#AFDC96
(175,220,150)
#B6DFA0
(182,223,160)
#BDE2AA
(189,226,170)
#C4E5B4
(196,229,180)
#CBE8BE
(203,232,190)
#D2EBC8
(210,235,200)
#D9EED2
(217,238,210)
#E0F1DC
(224,241,220)
#E7F4E6
(231,244,230)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D98C; }

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

This text font color is #A8D98C.


Background Color

.myBgColor { background-color: #A8D98C; }

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

This div background color is #A8D98C.


Border color

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

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

This div border color is #A8D98C.


Opacity

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

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

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

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

This text has shadow with #A8D98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D98C on black background.


Color preview on white background

This text has color #A8D98C on white background.



Black color preview on #A8D98C background

This text has black color on #A8D98C background.


White color preview on #A8D98C background

This text has white color on #A8D98C background.