COLOR #ABC98D

HEX: #ABC98D
RGB: (171,201,141)

Color info

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

RGB color model

#ABC98D color RGB value is (171,201,141).

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

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 141 of 255 = 55%

171
201
141

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

Portions of RGB colors in percentages

R + G + B =
171 + 201 + 141 = 513 (100%)
R 171 of 513 ~ 33.33%
G 201 of 513 ~ 39.18%
B 141 of 513 ~ 27.49%

%33.33
%39.18
%27.49

CMYK color model

#ABC98D color CMYK value is (15,0,30,21).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 21.18%
CMYK:
(15,0,30,21)
C15M0Y30K21 
(15%,0%,30%,21%)
(0.15/0.00/0.30/0.21)	

CMYK percentages

%14.93
%0
%29.85
%21.18

Codes

Color #ABC98D in popluar color models

ABC98D
RGB171201141
HSL90°35.71%67.06%
HSB/HSV90°29.85%78.82%
CMYK14.93%0.00%29.85%
21.18%

Color #ABC98D in popluar number systems.

HEXABC98D
Decimal171201141
Binary101010111100100110001101
Octal253311215

Shades and tints

Shades of #ABC98D

#ABC98D
(171,201,141)
#9CB781
(156,183,129)
#8DA575
(141,165,117)
#7E9369
(126,147,105)
#6F815D
(111,129,93)
#606F51
(96,111,81)
#515D45
(81,93,69)
#424B39
(66,75,57)
#33392D
(51,57,45)
#242721
(36,39,33)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #ABC98D

#ABC98D
(171,201,141)
#B2CD97
(178,205,151)
#B9D1A1
(185,209,161)
#C0D5AB
(192,213,171)
#C7D9B5
(199,217,181)
#CEDDBF
(206,221,191)
#D5E1C9
(213,225,201)
#DCE5D3
(220,229,211)
#E3E9DD
(227,233,221)
#EAEDE7
(234,237,231)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC98D; }

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

This text font color is #ABC98D.


Background Color

.myBgColor { background-color: #ABC98D; }

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

This div background color is #ABC98D.


Border color

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

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

This div border color is #ABC98D.


Opacity

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

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

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

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

This text has shadow with #ABC98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC98D on black background.


Color preview on white background

This text has color #ABC98D on white background.



Black color preview on #ABC98D background

This text has black color on #ABC98D background.


White color preview on #ABC98D background

This text has white color on #ABC98D background.