COLOR #987695

HEX: #987695
RGB: (152,118,149)

Color info

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

RGB color model

#987695 color RGB value is (152,118,149).

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

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 149 of 255 = 58%

152
118
149

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

Portions of RGB colors in percentages

R + G + B =
152 + 118 + 149 = 419 (100%)
R 152 of 419 ~ 36.28%
G 118 of 419 ~ 28.16%
B 149 of 419 ~ 35.56%

%36.28
%28.16
%35.56

CMYK color model

#987695 color CMYK value is (0,22,2,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 1.97%
  • key color value is 40.39%
CMYK:
(0,22,2,40)
C0M22Y2K40 
(0%,22%,2%,40%)
(0.00/0.22/0.02/0.40)	

CMYK percentages

%0
%22.37
%1.97
%40.39

Codes

Color #987695 in popluar color models

987695
RGB152118149
HSL305°14.17%52.94%
HSB/HSV305°22.37%59.61%
CMYK0.00%22.37%1.97%
40.39%

Color #987695 in popluar number systems.

HEX987695
Decimal152118149
Binary10011000111011010010101
Octal230166225

Shades and tints

Shades of #987695

#987695
(152,118,149)
#8B6C88
(139,108,136)
#7E627B
(126,98,123)
#71586E
(113,88,110)
#644E61
(100,78,97)
#574454
(87,68,84)
#4A3A47
(74,58,71)
#3D303A
(61,48,58)
#30262D
(48,38,45)
#231C20
(35,28,32)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #987695

#987695
(152,118,149)
#A1829E
(161,130,158)
#AA8EA7
(170,142,167)
#B39AB0
(179,154,176)
#BCA6B9
(188,166,185)
#C5B2C2
(197,178,194)
#CEBECB
(206,190,203)
#D7CAD4
(215,202,212)
#E0D6DD
(224,214,221)
#E9E2E6
(233,226,230)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987695; }

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

This text font color is #987695.


Background Color

.myBgColor { background-color: #987695; }

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

This div background color is #987695.


Border color

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

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

This div border color is #987695.


Opacity

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

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

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

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

This text has shadow with #987695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987695 on black background.


Color preview on white background

This text has color #987695 on white background.



Black color preview on #987695 background

This text has black color on #987695 background.


White color preview on #987695 background

This text has white color on #987695 background.