COLOR #ABC087

HEX: #ABC087
RGB: (171,192,135)

Color info

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

RGB color model

#ABC087 color RGB value is (171,192,135).

  • red value is 171;
  • green value is 192;
  • blue value is 135.
RGB:
(171,192,135)
(67%,75%,53%)

RGB channels and saturation

R 171 of 255 = 67%
G 192 of 255 = 75%
B 135 of 255 = 53%

171
192
135

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

Portions of RGB colors in percentages

R + G + B =
171 + 192 + 135 = 498 (100%)
R 171 of 498 ~ 34.34%
G 192 of 498 ~ 38.55%
B 135 of 498 ~ 27.11%

%34.34
%38.55
%27.11

CMYK color model

#ABC087 color CMYK value is (11,0,30,25).

  • cyan value is 10.94%
  • magenta value is 0.00%
  • yellow value is 29.69%
  • key color value is 24.71%
CMYK:
(11,0,30,25)
C11M0Y30K25 
(11%,0%,30%,25%)
(0.11/0.00/0.30/0.25)	

CMYK percentages

%10.94
%0
%29.69
%24.71

Codes

Color #ABC087 in popluar color models

ABC087
RGB171192135
HSL82°31.15%64.12%
HSB/HSV82°29.69%75.29%
CMYK10.94%0.00%29.69%
24.71%

Color #ABC087 in popluar number systems.

HEXABC087
Decimal171192135
Binary101010111100000010000111
Octal253300207

Shades and tints

Shades of #ABC087

#ABC087
(171,192,135)
#9CAF7B
(156,175,123)
#8D9E6F
(141,158,111)
#7E8D63
(126,141,99)
#6F7C57
(111,124,87)
#606B4B
(96,107,75)
#515A3F
(81,90,63)
#424933
(66,73,51)
#333827
(51,56,39)
#24271B
(36,39,27)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #ABC087

#ABC087
(171,192,135)
#B2C591
(178,197,145)
#B9CA9B
(185,202,155)
#C0CFA5
(192,207,165)
#C7D4AF
(199,212,175)
#CED9B9
(206,217,185)
#D5DEC3
(213,222,195)
#DCE3CD
(220,227,205)
#E3E8D7
(227,232,215)
#EAEDE1
(234,237,225)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC087 color. Also use rgb(171,192,135) instead hex code.

Text Font Color

.myTextColor { color: #ABC087; }

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

This text font color is #ABC087.


Background Color

.myBgColor { background-color: #ABC087; }

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

This div background color is #ABC087.


Border color

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

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

This div border color is #ABC087.


Opacity

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

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

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

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

This text has shadow with #ABC087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC087 on black background.


Color preview on white background

This text has color #ABC087 on white background.



Black color preview on #ABC087 background

This text has black color on #ABC087 background.


White color preview on #ABC087 background

This text has white color on #ABC087 background.