COLOR #987867

HEX: #987867
RGB: (152,120,103)

Color info

#987867 contains red, green and blue colors in about the same proportion. Web safe color of #987867 is #996666 (or #966).

RGB color model

#987867 color RGB value is (152,120,103).

  • red value is 152;
  • green value is 120;
  • blue value is 103.
RGB:
(152,120,103)
(60%,47%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 120 of 255 = 47%
B 103 of 255 = 40%

152
120
103

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

Portions of RGB colors in percentages

R + G + B =
152 + 120 + 103 = 375 (100%)
R 152 of 375 ~ 40.53%
G 120 of 375 ~ 32%
B 103 of 375 ~ 27.47%

%40.53
%32
%27.47

CMYK color model

#987867 color CMYK value is (0,21,32,40).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 32.24%
  • key color value is 40.39%
CMYK:
(0,21,32,40)
C0M21Y32K40 
(0%,21%,32%,40%)
(0.00/0.21/0.32/0.40)	

CMYK percentages

%0
%21.05
%32.24
%40.39

Codes

Color #987867 in popluar color models

987867
RGB152120103
HSL21°19.22%50.00%
HSB/HSV21°32.24%59.61%
CMYK0.00%21.05%32.24%
40.39%

Color #987867 in popluar number systems.

HEX987867
Decimal152120103
Binary1001100011110001100111
Octal230170147

Shades and tints

Shades of #987867

#987867
(152,120,103)
#8B6E5E
(139,110,94)
#7E6455
(126,100,85)
#715A4C
(113,90,76)
#645043
(100,80,67)
#57463A
(87,70,58)
#4A3C31
(74,60,49)
#3D3228
(61,50,40)
#30281F
(48,40,31)
#231E16
(35,30,22)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #987867

#987867
(152,120,103)
#A18474
(161,132,116)
#AA9081
(170,144,129)
#B39C8E
(179,156,142)
#BCA89B
(188,168,155)
#C5B4A8
(197,180,168)
#CEC0B5
(206,192,181)
#D7CCC2
(215,204,194)
#E0D8CF
(224,216,207)
#E9E4DC
(233,228,220)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987867 color. Also use rgb(152,120,103) instead hex code.

Text Font Color

.myTextColor { color: #987867; }

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

This text font color is #987867.


Background Color

.myBgColor { background-color: #987867; }

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

This div background color is #987867.


Border color

.myBorderColor { border: 1px solid #987867; }

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

This div border color is #987867.


Opacity

.myOpacity80 { color: #987867; opacity: 0.8; }

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

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

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

This text has shadow with #987867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987867 on black background.


Color preview on white background

This text has color #987867 on white background.



Black color preview on #987867 background

This text has black color on #987867 background.


White color preview on #987867 background

This text has white color on #987867 background.