COLOR #87906F

HEX: #87906F RGB: (135,144,111)

Color info

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

RGB color model

#87906F color RGB value is (135,144,111).

RGB: (135,144,111) (53%, 56%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 144 of 255 = 56%
B 111 of 255 = 44%

135
144
111

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

Portions of RGB colors in percentages

R + G + B = 135 + 144 + 111 = 390 (100%)
R 135 of 390 ~ 34.62%
G 144 of 390 ~ 36.92%
B 111 of 390 ~ 28.46'%

%34.62
%36.92
%28.46

CMYK color model

#87906F color CMYK value is (6,0,23,44).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 43.53%

CMYK: (6,0,23,44)
C6M0Y23K44 (6%, 0%, 23%, 44%)
(0.06 / 0.00 / 0.23 / 0.44)

CMYK percentages

%6.25
%0
%22.92
%43.53

Codes

Color #87906F in popluar color models

87 90 6F
RGB 135 144 111
HSL 76° 12.94% 50.00%
HSB/HSV 76° 22.92% 56.47%
CMYK 6.25% 0.00% 22.92%
43.53%

Color #87906F in popluar number systems.

HEX 87 90 6F
Decimal 135 144 111
Binary 10000111 10010000 1101111
Octal 207 220 157

Shades and tints

Shades of #87906F

#87906F
(135,144,111)
#7B8365
(123,131,101)
#6F765B
(111,118,91)
#636951
(99,105,81)
#575C47
(87,92,71)
#4B4F3D
(75,79,61)
#3F4233
(63,66,51)
#333529
(51,53,41)
#27281F
(39,40,31)
#1B1B15
(27,27,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #87906F

#87906F
(135,144,111)
#919A7C
(145,154,124)
#9BA489
(155,164,137)
#A5AE96
(165,174,150)
#AFB8A3
(175,184,163)
#B9C2B0
(185,194,176)
#C3CCBD
(195,204,189)
#CDD6CA
(205,214,202)
#D7E0D7
(215,224,215)
#E1EAE4
(225,234,228)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87906F; }

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

This text font color is #87906F.

Background Color

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

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

This div background color is #87906F.

Border color

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

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

This div border color is #87906F.

Opacity

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

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

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

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

This text has shadow with #87906F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87906F.

Preview

Color preview on black background

This text has color #87906F on black background.


Color preview on white background

This text has color #87906F on white background.


Black color preview on #87906F background

This text has black color on #87906F background.


White color preview on #87906F background

This text has white color on #87906F background.


Related colors

Complementary color

Complementary color for #hex is #786F90.


I love getcolorcode.com

Triadic colors

1 #6F8790 and #906F87 with #87906F are triadic colors.

2 #6F9087 and #90876F with #87906F are triadic colors.