COLOR #ABCF87

HEX: #ABCF87 RGB: (171,207,135)

Color info

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

RGB color model

#ABCF87 color RGB value is (171,207,135).

RGB: (171,207,135) (67%, 81%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 135 of 255 = 53%

171
207
135

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

Portions of RGB colors in percentages

R + G + B = 171 + 207 + 135 = 513 (100%)
R 171 of 513 ~ 33.33%
G 207 of 513 ~ 40.35%
B 135 of 513 ~ 26.32'%

%33.33
%40.35
%26.32

CMYK color model

#ABCF87 color CMYK value is (17,0,35,19).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 18.82%

CMYK: (17,0,35,19)
C17M0Y35K19 (17%, 0%, 35%, 19%)
(0.17 / 0.00 / 0.35 / 0.19)

CMYK percentages

%17.39
%0
%34.78
%18.82

Codes

Color #ABCF87 in popluar color models

AB CF 87
RGB 171 207 135
HSL 90° 42.86% 67.06%
HSB/HSV 90° 34.78% 81.18%
CMYK 17.39% 0.00% 34.78%
18.82%

Color #ABCF87 in popluar number systems.

HEX AB CF 87
Decimal 171 207 135
Binary 10101011 11001111 10000111
Octal 253 317 207

Shades and tints

Shades of #ABCF87

#ABCF87
(171,207,135)
#9CBD7B
(156,189,123)
#8DAB6F
(141,171,111)
#7E9963
(126,153,99)
#6F8757
(111,135,87)
#60754B
(96,117,75)
#51633F
(81,99,63)
#425133
(66,81,51)
#333F27
(51,63,39)
#242D1B
(36,45,27)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #ABCF87

#ABCF87
(171,207,135)
#B2D391
(178,211,145)
#B9D79B
(185,215,155)
#C0DBA5
(192,219,165)
#C7DFAF
(199,223,175)
#CEE3B9
(206,227,185)
#D5E7C3
(213,231,195)
#DCEBCD
(220,235,205)
#E3EFD7
(227,239,215)
#EAF3E1
(234,243,225)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCF87; }

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

This text font color is #ABCF87.

Background Color

.myBgColor { background-color: #ABCF87; }

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

This div background color is #ABCF87.

Border color

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

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

This div border color is #ABCF87.

Opacity

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

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

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

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

This text has shadow with #ABCF87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCF87.

Preview

Color preview on black background

This text has color #ABCF87 on black background.


Color preview on white background

This text has color #ABCF87 on white background.


Black color preview on #ABCF87 background

This text has black color on #ABCF87 background.


White color preview on #ABCF87 background

This text has white color on #ABCF87 background.


Related colors

Complementary color

Complementary color for #hex is #543078.


I love getcolorcode.com

Triadic colors

1 #87ABCF and #CF87AB with #ABCF87 are triadic colors.

2 #87CFAB and #CFAB87 with #ABCF87 are triadic colors.