COLOR #87948E

HEX: #87948E
RGB: (135,148,142)

Color info

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

RGB color model

#87948E color RGB value is (135,148,142).

  • red value is 135;
  • green value is 148;
  • blue value is 142.
RGB:
(135,148,142)
(53%,58%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 142 of 255 = 56%

135
148
142

R + G + B ~ 56%. #87948E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 142 = 425 (100%)
R 135 of 425 ~ 31.76%
G 148 of 425 ~ 34.82%
B 142 of 425 ~ 33.41%

%31.76
%34.82
%33.41

CMYK color model

#87948E color CMYK value is (9,0,4,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 41.96%
CMYK:
(9,0,4,42)
C9M0Y4K42 
(9%,0%,4%,42%)
(0.09/0.00/0.04/0.42)	

CMYK percentages

%8.78
%0
%4.05
%41.96

Codes

Color #87948E in popluar color models

87948E
RGB135148142
HSL152°5.73%55.49%
HSB/HSV152°8.78%58.04%
CMYK8.78%0.00%4.05%
41.96%

Color #87948E in popluar number systems.

HEX87948E
Decimal135148142
Binary100001111001010010001110
Octal207224216

Shades and tints

Shades of #87948E

#87948E
(135,148,142)
#7B8782
(123,135,130)
#6F7A76
(111,122,118)
#636D6A
(99,109,106)
#57605E
(87,96,94)
#4B5352
(75,83,82)
#3F4646
(63,70,70)
#33393A
(51,57,58)
#272C2E
(39,44,46)
#1B1F22
(27,31,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #87948E

#87948E
(135,148,142)
#919D98
(145,157,152)
#9BA6A2
(155,166,162)
#A5AFAC
(165,175,172)
#AFB8B6
(175,184,182)
#B9C1C0
(185,193,192)
#C3CACA
(195,202,202)
#CDD3D4
(205,211,212)
#D7DCDE
(215,220,222)
#E1E5E8
(225,229,232)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87948E color. Also use rgb(135,148,142) instead hex code.

Text Font Color

.myTextColor { color: #87948E; }

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

This text font color is #87948E.


Background Color

.myBgColor { background-color: #87948E; }

<div style="background-color:#87948E">Inner text</div>

This div background color is #87948E.


Border color

.myBorderColor { border: 1px solid #87948E; }

<div style="border:3px solid #87948E">Div</div>

This div border color is #87948E.


Opacity

.myOpacity80 { color: #87948E; opacity: 0.8; }

<p style="color:#87948E;opacity:0.8;">80%</p>

Text with #87948E 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 #87948E;}

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

This text has shadow with #87948E color.

.textShadow {text-shadow: 3px 3px 1px #87948E, 3px 3px 1px red;}

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

This text has shadow with #87948E primary color and red secondary color.


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

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

This text has shadow with #87948E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87948E on black background.


Color preview on white background

This text has color #87948E on white background.



Black color preview on #87948E background

This text has black color on #87948E background.


White color preview on #87948E background

This text has white color on #87948E background.