COLOR #ABCC8E

HEX: #ABCC8E
RGB: (171,204,142)

Color info

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

RGB color model

#ABCC8E color RGB value is (171,204,142).

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

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 142 of 255 = 56%

171
204
142

R + G + B ~ 68%. #ABCC8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 204 + 142 = 517 (100%)
R 171 of 517 ~ 33.08%
G 204 of 517 ~ 39.46%
B 142 of 517 ~ 27.47%

%33.08
%39.46
%27.47

CMYK color model

#ABCC8E color CMYK value is (16,0,30,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 20.00%
CMYK:
(16,0,30,20)
C16M0Y30K20 
(16%,0%,30%,20%)
(0.16/0.00/0.30/0.20)	

CMYK percentages

%16.18
%0
%30.39
%20

Codes

Color #ABCC8E in popluar color models

ABCC8E
RGB171204142
HSL92°37.80%67.84%
HSB/HSV92°30.39%80.00%
CMYK16.18%0.00%30.39%
20.00%

Color #ABCC8E in popluar number systems.

HEXABCC8E
Decimal171204142
Binary101010111100110010001110
Octal253314216

Shades and tints

Shades of #ABCC8E

#ABCC8E
(171,204,142)
#9CBA82
(156,186,130)
#8DA876
(141,168,118)
#7E966A
(126,150,106)
#6F845E
(111,132,94)
#607252
(96,114,82)
#516046
(81,96,70)
#424E3A
(66,78,58)
#333C2E
(51,60,46)
#242A22
(36,42,34)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #ABCC8E

#ABCC8E
(171,204,142)
#B2D098
(178,208,152)
#B9D4A2
(185,212,162)
#C0D8AC
(192,216,172)
#C7DCB6
(199,220,182)
#CEE0C0
(206,224,192)
#D5E4CA
(213,228,202)
#DCE8D4
(220,232,212)
#E3ECDE
(227,236,222)
#EAF0E8
(234,240,232)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCC8E; }

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

This text font color is #ABCC8E.


Background Color

.myBgColor { background-color: #ABCC8E; }

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

This div background color is #ABCC8E.


Border color

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

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

This div border color is #ABCC8E.


Opacity

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

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

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

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

This text has shadow with #ABCC8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCC8E on black background.


Color preview on white background

This text has color #ABCC8E on white background.



Black color preview on #ABCC8E background

This text has black color on #ABCC8E background.


White color preview on #ABCC8E background

This text has white color on #ABCC8E background.