COLOR #ABCC87

HEX: #ABCC87 RGB: (171,204,135)

Color info

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

RGB color model

#ABCC87 color RGB value is (171,204,135).

RGB: (171,204,135) (67%, 80%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 135 of 255 = 53%

171
204
135

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

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 135 = 510 (100%)
R 171 of 510 ~ 33.53%
G 204 of 510 ~ 40%
B 135 of 510 ~ 26.47'%

%33.53
%40
%26.47

CMYK color model

#ABCC87 color CMYK value is (16,0,34,20).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 33.82%
  • key color value is 20.00%

CMYK: (16,0,34,20)
C16M0Y34K20 (16%, 0%, 34%, 20%)
(0.16 / 0.00 / 0.34 / 0.20)

CMYK percentages

%16.18
%0
%33.82
%20

Codes

Color #ABCC87 in popluar color models

AB CC 87
RGB 171 204 135
HSL 89° 40.35% 66.47%
HSB/HSV 89° 33.82% 80.00%
CMYK 16.18% 0.00% 33.82%
20.00%

Color #ABCC87 in popluar number systems.

HEX AB CC 87
Decimal 171 204 135
Binary 10101011 11001100 10000111
Octal 253 314 207

Shades and tints

Shades of #ABCC87

#ABCC87
(171,204,135)
#9CBA7B
(156,186,123)
#8DA86F
(141,168,111)
#7E9663
(126,150,99)
#6F8457
(111,132,87)
#60724B
(96,114,75)
#51603F
(81,96,63)
#424E33
(66,78,51)
#333C27
(51,60,39)
#242A1B
(36,42,27)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #ABCC87

#ABCC87
(171,204,135)
#B2D091
(178,208,145)
#B9D49B
(185,212,155)
#C0D8A5
(192,216,165)
#C7DCAF
(199,220,175)
#CEE0B9
(206,224,185)
#D5E4C3
(213,228,195)
#DCE8CD
(220,232,205)
#E3ECD7
(227,236,215)
#EAF0E1
(234,240,225)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCC87; }

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

This text font color is #ABCC87.

Background Color

.myBgColor { background-color: #ABCC87; }

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

This div background color is #ABCC87.

Border color

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

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

This div border color is #ABCC87.

Opacity

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

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

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

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

This text has shadow with #ABCC87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCC87.

Preview

Color preview on black background

This text has color #ABCC87 on black background.


Color preview on white background

This text has color #ABCC87 on white background.


Black color preview on #ABCC87 background

This text has black color on #ABCC87 background.


White color preview on #ABCC87 background

This text has white color on #ABCC87 background.


Related colors

Complementary color

Complementary color for #hex is #543378.


I love getcolorcode.com

Triadic colors

1 #87ABCC and #CC87AB with #ABCC87 are triadic colors.

2 #87CCAB and #CCAB87 with #ABCC87 are triadic colors.