COLOR #87907D

HEX: #87907D
RGB: (135,144,125)

Color info

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

RGB color model

#87907D color RGB value is (135,144,125).

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

RGB channels and saturation

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

135
144
125

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

Portions of RGB colors in percentages

R + G + B =
135 + 144 + 125 = 404 (100%)
R 135 of 404 ~ 33.42%
G 144 of 404 ~ 35.64%
B 125 of 404 ~ 30.94%

%33.42
%35.64
%30.94

CMYK color model

#87907D color CMYK value is (6,0,13,44).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK:
(6,0,13,44)
C6M0Y13K44 
(6%,0%,13%,44%)
(0.06/0.00/0.13/0.44)	

CMYK percentages

%6.25
%0
%13.19
%43.53

Codes

Color #87907D in popluar color models

87907D
RGB135144125
HSL88°7.88%52.75%
HSB/HSV88°13.19%56.47%
CMYK6.25%0.00%13.19%
43.53%

Color #87907D in popluar number systems.

HEX87907D
Decimal135144125
Binary10000111100100001111101
Octal207220175

Shades and tints

Shades of #87907D

#87907D
(135,144,125)
#7B8372
(123,131,114)
#6F7667
(111,118,103)
#63695C
(99,105,92)
#575C51
(87,92,81)
#4B4F46
(75,79,70)
#3F423B
(63,66,59)
#333530
(51,53,48)
#272825
(39,40,37)
#1B1B1A
(27,27,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #87907D

#87907D
(135,144,125)
#919A88
(145,154,136)
#9BA493
(155,164,147)
#A5AE9E
(165,174,158)
#AFB8A9
(175,184,169)
#B9C2B4
(185,194,180)
#C3CCBF
(195,204,191)
#CDD6CA
(205,214,202)
#D7E0D5
(215,224,213)
#E1EAE0
(225,234,224)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87907D; }

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

This text font color is #87907D.


Background Color

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

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

This div background color is #87907D.


Border color

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

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

This div border color is #87907D.


Opacity

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

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

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

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

This text has shadow with #87907D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87907D on black background.


Color preview on white background

This text has color #87907D on white background.



Black color preview on #87907D background

This text has black color on #87907D background.


White color preview on #87907D background

This text has white color on #87907D background.