COLOR #ABC68E

HEX: #ABC68E
RGB: (171,198,142)

Color info

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

RGB color model

#ABC68E color RGB value is (171,198,142).

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

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 142 of 255 = 56%

171
198
142

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

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 142 = 511 (100%)
R 171 of 511 ~ 33.46%
G 198 of 511 ~ 38.75%
B 142 of 511 ~ 27.79%

%33.46
%38.75
%27.79

CMYK color model

#ABC68E color CMYK value is (14,0,28,22).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 28.28%
  • key color value is 22.35%
CMYK:
(14,0,28,22)
C14M0Y28K22 
(14%,0%,28%,22%)
(0.14/0.00/0.28/0.22)	

CMYK percentages

%13.64
%0
%28.28
%22.35

Codes

Color #ABC68E in popluar color models

ABC68E
RGB171198142
HSL89°32.94%66.67%
HSB/HSV89°28.28%77.65%
CMYK13.64%0.00%28.28%
22.35%

Color #ABC68E in popluar number systems.

HEXABC68E
Decimal171198142
Binary101010111100011010001110
Octal253306216

Shades and tints

Shades of #ABC68E

#ABC68E
(171,198,142)
#9CB482
(156,180,130)
#8DA276
(141,162,118)
#7E906A
(126,144,106)
#6F7E5E
(111,126,94)
#606C52
(96,108,82)
#515A46
(81,90,70)
#42483A
(66,72,58)
#33362E
(51,54,46)
#242422
(36,36,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #ABC68E

#ABC68E
(171,198,142)
#B2CB98
(178,203,152)
#B9D0A2
(185,208,162)
#C0D5AC
(192,213,172)
#C7DAB6
(199,218,182)
#CEDFC0
(206,223,192)
#D5E4CA
(213,228,202)
#DCE9D4
(220,233,212)
#E3EEDE
(227,238,222)
#EAF3E8
(234,243,232)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC68E; }

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

This text font color is #ABC68E.


Background Color

.myBgColor { background-color: #ABC68E; }

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

This div background color is #ABC68E.


Border color

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

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

This div border color is #ABC68E.


Opacity

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

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

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

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

This text has shadow with #ABC68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC68E on black background.


Color preview on white background

This text has color #ABC68E on white background.



Black color preview on #ABC68E background

This text has black color on #ABC68E background.


White color preview on #ABC68E background

This text has white color on #ABC68E background.