COLOR #87B798

HEX: #87B798
RGB: (135,183,152)

Color info

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

RGB color model

#87B798 color RGB value is (135,183,152).

  • red value is 135;
  • green value is 183;
  • blue value is 152.
RGB:
(135,183,152)
(53%,72%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 183 of 255 = 72%
B 152 of 255 = 60%

135
183
152

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

Portions of RGB colors in percentages

R + G + B =
135 + 183 + 152 = 470 (100%)
R 135 of 470 ~ 28.72%
G 183 of 470 ~ 38.94%
B 152 of 470 ~ 32.34%

%28.72
%38.94
%32.34

CMYK color model

#87B798 color CMYK value is (26,0,17,28).

  • cyan value is 26.23%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 28.24%
CMYK:
(26,0,17,28)
C26M0Y17K28 
(26%,0%,17%,28%)
(0.26/0.00/0.17/0.28)	

CMYK percentages

%26.23
%0
%16.94
%28.24

Codes

Color #87B798 in popluar color models

87B798
RGB135183152
HSL141°25.00%62.35%
HSB/HSV141°26.23%71.76%
CMYK26.23%0.00%16.94%
28.24%

Color #87B798 in popluar number systems.

HEX87B798
Decimal135183152
Binary100001111011011110011000
Octal207267230

Shades and tints

Shades of #87B798

#87B798
(135,183,152)
#7BA78B
(123,167,139)
#6F977E
(111,151,126)
#638771
(99,135,113)
#577764
(87,119,100)
#4B6757
(75,103,87)
#3F574A
(63,87,74)
#33473D
(51,71,61)
#273730
(39,55,48)
#1B2723
(27,39,35)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #87B798

#87B798
(135,183,152)
#91BDA1
(145,189,161)
#9BC3AA
(155,195,170)
#A5C9B3
(165,201,179)
#AFCFBC
(175,207,188)
#B9D5C5
(185,213,197)
#C3DBCE
(195,219,206)
#CDE1D7
(205,225,215)
#D7E7E0
(215,231,224)
#E1EDE9
(225,237,233)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B798 color. Also use rgb(135,183,152) instead hex code.

Text Font Color

.myTextColor { color: #87B798; }

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

This text font color is #87B798.


Background Color

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

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

This div background color is #87B798.


Border color

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

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

This div border color is #87B798.


Opacity

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

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

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

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

This text has shadow with #87B798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B798 on black background.


Color preview on white background

This text has color #87B798 on white background.



Black color preview on #87B798 background

This text has black color on #87B798 background.


White color preview on #87B798 background

This text has white color on #87B798 background.