COLOR #ABB78E

HEX: #ABB78E
RGB: (171,183,142)

Color info

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

RGB color model

#ABB78E color RGB value is (171,183,142).

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

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 142 of 255 = 56%

171
183
142

R + G + B ~ 65%. #ABB78E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 142 = 496 (100%)
R 171 of 496 ~ 34.48%
G 183 of 496 ~ 36.9%
B 142 of 496 ~ 28.63%

%34.48
%36.9
%28.63

CMYK color model

#ABB78E color CMYK value is (7,0,22,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 22.40%
  • key color value is 28.24%
CMYK:
(7,0,22,28)
C7M0Y22K28 
(7%,0%,22%,28%)
(0.07/0.00/0.22/0.28)	

CMYK percentages

%6.56
%0
%22.4
%28.24

Codes

Color #ABB78E in popluar color models

ABB78E
RGB171183142
HSL78°22.16%63.73%
HSB/HSV78°22.40%71.76%
CMYK6.56%0.00%22.40%
28.24%

Color #ABB78E in popluar number systems.

HEXABB78E
Decimal171183142
Binary101010111011011110001110
Octal253267216

Shades and tints

Shades of #ABB78E

#ABB78E
(171,183,142)
#9CA782
(156,167,130)
#8D9776
(141,151,118)
#7E876A
(126,135,106)
#6F775E
(111,119,94)
#606752
(96,103,82)
#515746
(81,87,70)
#42473A
(66,71,58)
#33372E
(51,55,46)
#242722
(36,39,34)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #ABB78E

#ABB78E
(171,183,142)
#B2BD98
(178,189,152)
#B9C3A2
(185,195,162)
#C0C9AC
(192,201,172)
#C7CFB6
(199,207,182)
#CED5C0
(206,213,192)
#D5DBCA
(213,219,202)
#DCE1D4
(220,225,212)
#E3E7DE
(227,231,222)
#EAEDE8
(234,237,232)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB78E; }

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

This text font color is #ABB78E.


Background Color

.myBgColor { background-color: #ABB78E; }

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

This div background color is #ABB78E.


Border color

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

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

This div border color is #ABB78E.


Opacity

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

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

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

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

This text has shadow with #ABB78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB78E on black background.


Color preview on white background

This text has color #ABB78E on white background.



Black color preview on #ABB78E background

This text has black color on #ABB78E background.


White color preview on #ABB78E background

This text has white color on #ABB78E background.