COLOR #ABC98E

HEX: #ABC98E
RGB: (171,201,142)

Color info

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

RGB color model

#ABC98E color RGB value is (171,201,142).

  • red value is 171;
  • green value is 201;
  • blue value is 142.
RGB:
(171,201,142)
(67%,79%,56%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 142 of 255 = 56%

171
201
142

R + G + B ~ 67%. #ABC98E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 201 + 142 = 514 (100%)
R 171 of 514 ~ 33.27%
G 201 of 514 ~ 39.11%
B 142 of 514 ~ 27.63%

%33.27
%39.11
%27.63

CMYK color model

#ABC98E color CMYK value is (15,0,29,21).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 29.35%
  • key color value is 21.18%
CMYK:
(15,0,29,21)
C15M0Y29K21 
(15%,0%,29%,21%)
(0.15/0.00/0.29/0.21)	

CMYK percentages

%14.93
%0
%29.35
%21.18

Codes

Color #ABC98E in popluar color models

ABC98E
RGB171201142
HSL91°35.33%67.25%
HSB/HSV91°29.35%78.82%
CMYK14.93%0.00%29.35%
21.18%

Color #ABC98E in popluar number systems.

HEXABC98E
Decimal171201142
Binary101010111100100110001110
Octal253311216

Shades and tints

Shades of #ABC98E

#ABC98E
(171,201,142)
#9CB782
(156,183,130)
#8DA576
(141,165,118)
#7E936A
(126,147,106)
#6F815E
(111,129,94)
#606F52
(96,111,82)
#515D46
(81,93,70)
#424B3A
(66,75,58)
#33392E
(51,57,46)
#242722
(36,39,34)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #ABC98E

#ABC98E
(171,201,142)
#B2CD98
(178,205,152)
#B9D1A2
(185,209,162)
#C0D5AC
(192,213,172)
#C7D9B6
(199,217,182)
#CEDDC0
(206,221,192)
#D5E1CA
(213,225,202)
#DCE5D4
(220,229,212)
#E3E9DE
(227,233,222)
#EAEDE8
(234,237,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC98E color. Also use rgb(171,201,142) instead hex code.

Text Font Color

.myTextColor { color: #ABC98E; }

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

This text font color is #ABC98E.


Background Color

.myBgColor { background-color: #ABC98E; }

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

This div background color is #ABC98E.


Border color

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

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

This div border color is #ABC98E.


Opacity

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

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

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

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

This text has shadow with #ABC98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC98E on black background.


Color preview on white background

This text has color #ABC98E on white background.



Black color preview on #ABC98E background

This text has black color on #ABC98E background.


White color preview on #ABC98E background

This text has white color on #ABC98E background.