COLOR #87906B

HEX: #87906B
RGB: (135,144,107)

Color info

#87906B contains red, green and blue colors in about the same proportion. Web safe color of #87906B is #999966 (or #996).

RGB color model

#87906B color RGB value is (135,144,107).

  • red value is 135;
  • green value is 144;
  • blue value is 107.
RGB:
(135,144,107)
(53%,56%,42%)

RGB channels and saturation

R 135 of 255 = 53%
G 144 of 255 = 56%
B 107 of 255 = 42%

135
144
107

R + G + B ~ 50%. #87906B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 144 + 107 = 386 (100%)
R 135 of 386 ~ 34.97%
G 144 of 386 ~ 37.31%
B 107 of 386 ~ 27.72%

%34.97
%37.31
%27.72

CMYK color model

#87906B color CMYK value is (6,0,26,44).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 25.69%
  • key color value is 43.53%
CMYK:
(6,0,26,44)
C6M0Y26K44 
(6%,0%,26%,44%)
(0.06/0.00/0.26/0.44)	

CMYK percentages

%6.25
%0
%25.69
%43.53

Codes

Color #87906B in popluar color models

87906B
RGB135144107
HSL75°14.74%49.22%
HSB/HSV75°25.69%56.47%
CMYK6.25%0.00%25.69%
43.53%

Color #87906B in popluar number systems.

HEX87906B
Decimal135144107
Binary10000111100100001101011
Octal207220153

Shades and tints

Shades of #87906B

#87906B
(135,144,107)
#7B8362
(123,131,98)
#6F7659
(111,118,89)
#636950
(99,105,80)
#575C47
(87,92,71)
#4B4F3E
(75,79,62)
#3F4235
(63,66,53)
#33352C
(51,53,44)
#272823
(39,40,35)
#1B1B1A
(27,27,26)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #87906B

#87906B
(135,144,107)
#919A78
(145,154,120)
#9BA485
(155,164,133)
#A5AE92
(165,174,146)
#AFB89F
(175,184,159)
#B9C2AC
(185,194,172)
#C3CCB9
(195,204,185)
#CDD6C6
(205,214,198)
#D7E0D3
(215,224,211)
#E1EAE0
(225,234,224)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87906B color. Also use rgb(135,144,107) instead hex code.

Text Font Color

.myTextColor { color: #87906B; }

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

This text font color is #87906B.


Background Color

.myBgColor { background-color: #87906B; }

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

This div background color is #87906B.


Border color

.myBorderColor { border: 1px solid #87906B; }

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

This div border color is #87906B.


Opacity

.myOpacity80 { color: #87906B; opacity: 0.8; }

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

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

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

This text has shadow with #87906B color.

.textShadow {text-shadow: 3px 3px 1px #87906B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87906B on black background.


Color preview on white background

This text has color #87906B on white background.



Black color preview on #87906B background

This text has black color on #87906B background.


White color preview on #87906B background

This text has white color on #87906B background.