COLOR #87C38F

HEX: #87C38F RGB: (135,195,143)

Color info

#87C38F contains mainly green and blue colors. Web safe color of #87C38F is #99CC99 (or #9C9).

RGB color model

#87C38F color RGB value is (135,195,143).

RGB: (135,195,143) (53%, 76%, 56%)

RGB channels and saturation

R 135 of 255 = 53%
G 195 of 255 = 76%
B 143 of 255 = 56%

135
195
143

R + G + B ~ 62%. #87C38F is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 195 + 143 = 473 (100%)
R 135 of 473 ~ 28.54%
G 195 of 473 ~ 41.23%
B 143 of 473 ~ 30.23'%

%28.54
%41.23
%30.23

CMYK color model

#87C38F color CMYK value is (31,0,27,24).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 23.53%

CMYK: (31,0,27,24)
C31M0Y27K24 (31%, 0%, 27%, 24%)
(0.31 / 0.00 / 0.27 / 0.24)

CMYK percentages

%30.77
%0
%26.67
%23.53

Codes

Color #87C38F in popluar color models

87 C3 8F
RGB 135 195 143
HSL 128° 33.33% 64.71%
HSB/HSV 128° 30.77% 76.47%
CMYK 30.77% 0.00% 26.67%
23.53%

Color #87C38F in popluar number systems.

HEX 87 C3 8F
Decimal 135 195 143
Binary 10000111 11000011 10001111
Octal 207 303 217

Shades and tints

Shades of #87C38F

#87C38F
(135,195,143)
#7BB282
(123,178,130)
#6FA175
(111,161,117)
#639068
(99,144,104)
#577F5B
(87,127,91)
#4B6E4E
(75,110,78)
#3F5D41
(63,93,65)
#334C34
(51,76,52)
#273B27
(39,59,39)
#1B2A1A
(27,42,26)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #87C38F

#87C38F
(135,195,143)
#91C899
(145,200,153)
#9BCDA3
(155,205,163)
#A5D2AD
(165,210,173)
#AFD7B7
(175,215,183)
#B9DCC1
(185,220,193)
#C3E1CB
(195,225,203)
#CDE6D5
(205,230,213)
#D7EBDF
(215,235,223)
#E1F0E9
(225,240,233)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C38F color. Also use rgb(135,195,143) instead hex code.

Text Font Color

.myTextColor { color: #87C38F; }

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

This text font color is #87C38F.

Background Color

.myBgColor { background-color: #87C38F; }

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

This div background color is #87C38F.

Border color

.myBorderColor { border: 1px solid #87C38F; }

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

This div border color is #87C38F.

Opacity

.myOpacity80 { color: #87C38F; opacity: 0.8; }

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

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

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

This text has shadow with #87C38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C38F.

Preview

Color preview on black background

This text has color #87C38F on black background.


Color preview on white background

This text has color #87C38F on white background.


Black color preview on #87C38F background

This text has black color on #87C38F background.


White color preview on #87C38F background

This text has white color on #87C38F background.


Related colors

Complementary color

Complementary color for #hex is #783C70.


I love getcolorcode.com

Triadic colors

1 #8F87C3 and #C38F87 with #87C38F are triadic colors.

2 #8FC387 and #C3878F with #87C38F are triadic colors.