COLOR #87907C

HEX: #87907C
RGB: (135,144,124)

Color info

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

RGB color model

#87907C color RGB value is (135,144,124).

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

RGB channels and saturation

R 135 of 255 = 53%
G 144 of 255 = 56%
B 124 of 255 = 49%

135
144
124

R + G + B ~ 53%. #87907C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 144 + 124 = 403 (100%)
R 135 of 403 ~ 33.5%
G 144 of 403 ~ 35.73%
B 124 of 403 ~ 30.77%

%33.5
%35.73
%30.77

CMYK color model

#87907C color CMYK value is (6,0,14,44).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 43.53%
CMYK:
(6,0,14,44)
C6M0Y14K44 
(6%,0%,14%,44%)
(0.06/0.00/0.14/0.44)	

CMYK percentages

%6.25
%0
%13.89
%43.53

Codes

Color #87907C in popluar color models

87907C
RGB135144124
HSL87°8.26%52.55%
HSB/HSV87°13.89%56.47%
CMYK6.25%0.00%13.89%
43.53%

Color #87907C in popluar number systems.

HEX87907C
Decimal135144124
Binary10000111100100001111100
Octal207220174

Shades and tints

Shades of #87907C

#87907C
(135,144,124)
#7B8371
(123,131,113)
#6F7666
(111,118,102)
#63695B
(99,105,91)
#575C50
(87,92,80)
#4B4F45
(75,79,69)
#3F423A
(63,66,58)
#33352F
(51,53,47)
#272824
(39,40,36)
#1B1B19
(27,27,25)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #87907C

#87907C
(135,144,124)
#919A87
(145,154,135)
#9BA492
(155,164,146)
#A5AE9D
(165,174,157)
#AFB8A8
(175,184,168)
#B9C2B3
(185,194,179)
#C3CCBE
(195,204,190)
#CDD6C9
(205,214,201)
#D7E0D4
(215,224,212)
#E1EADF
(225,234,223)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87907C color. Also use rgb(135,144,124) instead hex code.

Text Font Color

.myTextColor { color: #87907C; }

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

This text font color is #87907C.


Background Color

.myBgColor { background-color: #87907C; }

<div style="background-color:#87907C">Inner text</div>

This div background color is #87907C.


Border color

.myBorderColor { border: 1px solid #87907C; }

<div style="border:3px solid #87907C">Div</div>

This div border color is #87907C.


Opacity

.myOpacity80 { color: #87907C; opacity: 0.8; }

<p style="color:#87907C;opacity:0.8;">80%</p>

Text with #87907C 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 #87907C;}

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

This text has shadow with #87907C color.

.textShadow {text-shadow: 3px 3px 1px #87907C, 3px 3px 1px red;}

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

This text has shadow with #87907C primary color and red secondary color.


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

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

This text has shadow with #87907C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87907C on black background.


Color preview on white background

This text has color #87907C on white background.



Black color preview on #87907C background

This text has black color on #87907C background.


White color preview on #87907C background

This text has white color on #87907C background.