COLOR #87B69D

HEX: #87B69D
RGB: (135,182,157)

Color info

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

RGB color model

#87B69D color RGB value is (135,182,157).

  • red value is 135;
  • green value is 182;
  • blue value is 157.
RGB:
(135,182,157)
(53%,71%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 182 of 255 = 71%
B 157 of 255 = 62%

135
182
157

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

Portions of RGB colors in percentages

R + G + B =
135 + 182 + 157 = 474 (100%)
R 135 of 474 ~ 28.48%
G 182 of 474 ~ 38.4%
B 157 of 474 ~ 33.12%

%28.48
%38.4
%33.12

CMYK color model

#87B69D color CMYK value is (26,0,14,29).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(26,0,14,29)
C26M0Y14K29 
(26%,0%,14%,29%)
(0.26/0.00/0.14/0.29)	

CMYK percentages

%25.82
%0
%13.74
%28.63

Codes

Color #87B69D in popluar color models

87B69D
RGB135182157
HSL148°24.35%62.16%
HSB/HSV148°25.82%71.37%
CMYK25.82%0.00%13.74%
28.63%

Color #87B69D in popluar number systems.

HEX87B69D
Decimal135182157
Binary100001111011011010011101
Octal207266235

Shades and tints

Shades of #87B69D

#87B69D
(135,182,157)
#7BA68F
(123,166,143)
#6F9681
(111,150,129)
#638673
(99,134,115)
#577665
(87,118,101)
#4B6657
(75,102,87)
#3F5649
(63,86,73)
#33463B
(51,70,59)
#27362D
(39,54,45)
#1B261F
(27,38,31)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #87B69D

#87B69D
(135,182,157)
#91BCA5
(145,188,165)
#9BC2AD
(155,194,173)
#A5C8B5
(165,200,181)
#AFCEBD
(175,206,189)
#B9D4C5
(185,212,197)
#C3DACD
(195,218,205)
#CDE0D5
(205,224,213)
#D7E6DD
(215,230,221)
#E1ECE5
(225,236,229)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B69D color. Also use rgb(135,182,157) instead hex code.

Text Font Color

.myTextColor { color: #87B69D; }

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

This text font color is #87B69D.


Background Color

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

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

This div background color is #87B69D.


Border color

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

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

This div border color is #87B69D.


Opacity

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

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

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

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

This text has shadow with #87B69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B69D on black background.


Color preview on white background

This text has color #87B69D on white background.



Black color preview on #87B69D background

This text has black color on #87B69D background.


White color preview on #87B69D background

This text has white color on #87B69D background.