COLOR #87B19A

HEX: #87B19A
RGB: (135,177,154)

Color info

#87B19A contains red, green and blue colors in about the same proportion. Web safe color of #87B19A is #999999 (or #999).

RGB color model

#87B19A color RGB value is (135,177,154).

  • red value is 135;
  • green value is 177;
  • blue value is 154.
RGB:
(135,177,154)
(53%,69%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 177 of 255 = 69%
B 154 of 255 = 60%

135
177
154

R + G + B ~ 61%. #87B19A is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 177 + 154 = 466 (100%)
R 135 of 466 ~ 28.97%
G 177 of 466 ~ 37.98%
B 154 of 466 ~ 33.05%

%28.97
%37.98
%33.05

CMYK color model

#87B19A color CMYK value is (24,0,13,31).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 30.59%
CMYK:
(24,0,13,31)
C24M0Y13K31 
(24%,0%,13%,31%)
(0.24/0.00/0.13/0.31)	

CMYK percentages

%23.73
%0
%12.99
%30.59

Codes

Color #87B19A in popluar color models

87B19A
RGB135177154
HSL147°21.21%61.18%
HSB/HSV147°23.73%69.41%
CMYK23.73%0.00%12.99%
30.59%

Color #87B19A in popluar number systems.

HEX87B19A
Decimal135177154
Binary100001111011000110011010
Octal207261232

Shades and tints

Shades of #87B19A

#87B19A
(135,177,154)
#7BA18C
(123,161,140)
#6F917E
(111,145,126)
#638170
(99,129,112)
#577162
(87,113,98)
#4B6154
(75,97,84)
#3F5146
(63,81,70)
#334138
(51,65,56)
#27312A
(39,49,42)
#1B211C
(27,33,28)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #87B19A

#87B19A
(135,177,154)
#91B8A3
(145,184,163)
#9BBFAC
(155,191,172)
#A5C6B5
(165,198,181)
#AFCDBE
(175,205,190)
#B9D4C7
(185,212,199)
#C3DBD0
(195,219,208)
#CDE2D9
(205,226,217)
#D7E9E2
(215,233,226)
#E1F0EB
(225,240,235)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B19A color. Also use rgb(135,177,154) instead hex code.

Text Font Color

.myTextColor { color: #87B19A; }

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

This text font color is #87B19A.


Background Color

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

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

This div background color is #87B19A.


Border color

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

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

This div border color is #87B19A.


Opacity

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

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

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

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

This text has shadow with #87B19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B19A on black background.


Color preview on white background

This text has color #87B19A on white background.



Black color preview on #87B19A background

This text has black color on #87B19A background.


White color preview on #87B19A background

This text has white color on #87B19A background.