COLOR #987692

HEX: #987692
RGB: (152,118,146)

Color info

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

RGB color model

#987692 color RGB value is (152,118,146).

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

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 146 of 255 = 57%

152
118
146

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

Portions of RGB colors in percentages

R + G + B =
152 + 118 + 146 = 416 (100%)
R 152 of 416 ~ 36.54%
G 118 of 416 ~ 28.37%
B 146 of 416 ~ 35.1%

%36.54
%28.37
%35.1

CMYK color model

#987692 color CMYK value is (0,22,4,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(0,22,4,40)
C0M22Y4K40 
(0%,22%,4%,40%)
(0.00/0.22/0.04/0.40)	

CMYK percentages

%0
%22.37
%3.95
%40.39

Codes

Color #987692 in popluar color models

987692
RGB152118146
HSL311°14.17%52.94%
HSB/HSV311°22.37%59.61%
CMYK0.00%22.37%3.95%
40.39%

Color #987692 in popluar number systems.

HEX987692
Decimal152118146
Binary10011000111011010010010
Octal230166222

Shades and tints

Shades of #987692

#987692
(152,118,146)
#8B6C85
(139,108,133)
#7E6278
(126,98,120)
#71586B
(113,88,107)
#644E5E
(100,78,94)
#574451
(87,68,81)
#4A3A44
(74,58,68)
#3D3037
(61,48,55)
#30262A
(48,38,42)
#231C1D
(35,28,29)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #987692

#987692
(152,118,146)
#A1829B
(161,130,155)
#AA8EA4
(170,142,164)
#B39AAD
(179,154,173)
#BCA6B6
(188,166,182)
#C5B2BF
(197,178,191)
#CEBEC8
(206,190,200)
#D7CAD1
(215,202,209)
#E0D6DA
(224,214,218)
#E9E2E3
(233,226,227)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987692; }

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

This text font color is #987692.


Background Color

.myBgColor { background-color: #987692; }

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

This div background color is #987692.


Border color

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

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

This div border color is #987692.


Opacity

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

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

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

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

This text has shadow with #987692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987692 on black background.


Color preview on white background

This text has color #987692 on white background.



Black color preview on #987692 background

This text has black color on #987692 background.


White color preview on #987692 background

This text has white color on #987692 background.