COLOR #ABC79E

HEX: #ABC79E
RGB: (171,199,158)

Color info

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

RGB color model

#ABC79E color RGB value is (171,199,158).

  • red value is 171;
  • green value is 199;
  • blue value is 158.
RGB:
(171,199,158)
(67%,78%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 199 of 255 = 78%
B 158 of 255 = 62%

171
199
158

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

Portions of RGB colors in percentages

R + G + B =
171 + 199 + 158 = 528 (100%)
R 171 of 528 ~ 32.39%
G 199 of 528 ~ 37.69%
B 158 of 528 ~ 29.92%

%32.39
%37.69
%29.92

CMYK color model

#ABC79E color CMYK value is (14,0,21,22).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 21.96%
CMYK:
(14,0,21,22)
C14M0Y21K22 
(14%,0%,21%,22%)
(0.14/0.00/0.21/0.22)	

CMYK percentages

%14.07
%0
%20.6
%21.96

Codes

Color #ABC79E in popluar color models

ABC79E
RGB171199158
HSL101°26.80%70.00%
HSB/HSV101°20.60%78.04%
CMYK14.07%0.00%20.60%
21.96%

Color #ABC79E in popluar number systems.

HEXABC79E
Decimal171199158
Binary101010111100011110011110
Octal253307236

Shades and tints

Shades of #ABC79E

#ABC79E
(171,199,158)
#9CB590
(156,181,144)
#8DA382
(141,163,130)
#7E9174
(126,145,116)
#6F7F66
(111,127,102)
#606D58
(96,109,88)
#515B4A
(81,91,74)
#42493C
(66,73,60)
#33372E
(51,55,46)
#242520
(36,37,32)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #ABC79E

#ABC79E
(171,199,158)
#B2CCA6
(178,204,166)
#B9D1AE
(185,209,174)
#C0D6B6
(192,214,182)
#C7DBBE
(199,219,190)
#CEE0C6
(206,224,198)
#D5E5CE
(213,229,206)
#DCEAD6
(220,234,214)
#E3EFDE
(227,239,222)
#EAF4E6
(234,244,230)
#F1F9EE
(241,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC79E color. Also use rgb(171,199,158) instead hex code.

Text Font Color

.myTextColor { color: #ABC79E; }

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

This text font color is #ABC79E.


Background Color

.myBgColor { background-color: #ABC79E; }

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

This div background color is #ABC79E.


Border color

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

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

This div border color is #ABC79E.


Opacity

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

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

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

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

This text has shadow with #ABC79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC79E on black background.


Color preview on white background

This text has color #ABC79E on white background.



Black color preview on #ABC79E background

This text has black color on #ABC79E background.


White color preview on #ABC79E background

This text has white color on #ABC79E background.