COLOR #987685

HEX: #987685
RGB: (152,118,133)

Color info

#987685 contains red, green and blue colors in about the same proportion. Web safe color of #987685 is #996699 (or #969).

RGB color model

#987685 color RGB value is (152,118,133).

  • red value is 152;
  • green value is 118;
  • blue value is 133.
RGB:
(152,118,133)
(60%,46%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 133 of 255 = 52%

152
118
133

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

Portions of RGB colors in percentages

R + G + B =
152 + 118 + 133 = 403 (100%)
R 152 of 403 ~ 37.72%
G 118 of 403 ~ 29.28%
B 133 of 403 ~ 33%

%37.72
%29.28
%33

CMYK color model

#987685 color CMYK value is (0,22,13,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 12.50%
  • key color value is 40.39%
CMYK:
(0,22,13,40)
C0M22Y13K40 
(0%,22%,13%,40%)
(0.00/0.22/0.13/0.40)	

CMYK percentages

%0
%22.37
%12.5
%40.39

Codes

Color #987685 in popluar color models

987685
RGB152118133
HSL334°14.17%52.94%
HSB/HSV334°22.37%59.61%
CMYK0.00%22.37%12.50%
40.39%

Color #987685 in popluar number systems.

HEX987685
Decimal152118133
Binary10011000111011010000101
Octal230166205

Shades and tints

Shades of #987685

#987685
(152,118,133)
#8B6C79
(139,108,121)
#7E626D
(126,98,109)
#715861
(113,88,97)
#644E55
(100,78,85)
#574449
(87,68,73)
#4A3A3D
(74,58,61)
#3D3031
(61,48,49)
#302625
(48,38,37)
#231C19
(35,28,25)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #987685

#987685
(152,118,133)
#A18290
(161,130,144)
#AA8E9B
(170,142,155)
#B39AA6
(179,154,166)
#BCA6B1
(188,166,177)
#C5B2BC
(197,178,188)
#CEBEC7
(206,190,199)
#D7CAD2
(215,202,210)
#E0D6DD
(224,214,221)
#E9E2E8
(233,226,232)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987685 color. Also use rgb(152,118,133) instead hex code.

Text Font Color

.myTextColor { color: #987685; }

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

This text font color is #987685.


Background Color

.myBgColor { background-color: #987685; }

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

This div background color is #987685.


Border color

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

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

This div border color is #987685.


Opacity

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

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

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

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

This text has shadow with #987685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987685 on black background.


Color preview on white background

This text has color #987685 on white background.



Black color preview on #987685 background

This text has black color on #987685 background.


White color preview on #987685 background

This text has white color on #987685 background.