COLOR #987299

HEX: #987299
RGB: (152,114,153)

Color info

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

RGB color model

#987299 color RGB value is (152,114,153).

  • red value is 152;
  • green value is 114;
  • blue value is 153.
RGB:
(152,114,153)
(60%,45%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 114 of 255 = 45%
B 153 of 255 = 60%

152
114
153

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

Portions of RGB colors in percentages

R + G + B =
152 + 114 + 153 = 419 (100%)
R 152 of 419 ~ 36.28%
G 114 of 419 ~ 27.21%
B 153 of 419 ~ 36.52%

%36.28
%27.21
%36.52

CMYK color model

#987299 color CMYK value is (1,25,0,40).

  • cyan value is 0.65%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(1,25,0,40)
C1M25Y0K40 
(1%,25%,0%,40%)
(0.01/0.25/0.00/0.40)	

CMYK percentages

%0.65
%25.49
%0
%40

Codes

Color #987299 in popluar color models

987299
RGB152114153
HSL298°16.05%52.35%
HSB/HSV298°25.49%60.00%
CMYK0.65%25.49%0.00%
40.00%

Color #987299 in popluar number systems.

HEX987299
Decimal152114153
Binary10011000111001010011001
Octal230162231

Shades and tints

Shades of #987299

#987299
(152,114,153)
#8B688C
(139,104,140)
#7E5E7F
(126,94,127)
#715472
(113,84,114)
#644A65
(100,74,101)
#574058
(87,64,88)
#4A364B
(74,54,75)
#3D2C3E
(61,44,62)
#302231
(48,34,49)
#231824
(35,24,36)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #987299

#987299
(152,114,153)
#A17EA2
(161,126,162)
#AA8AAB
(170,138,171)
#B396B4
(179,150,180)
#BCA2BD
(188,162,189)
#C5AEC6
(197,174,198)
#CEBACF
(206,186,207)
#D7C6D8
(215,198,216)
#E0D2E1
(224,210,225)
#E9DEEA
(233,222,234)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987299 color. Also use rgb(152,114,153) instead hex code.

Text Font Color

.myTextColor { color: #987299; }

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

This text font color is #987299.


Background Color

.myBgColor { background-color: #987299; }

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

This div background color is #987299.


Border color

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

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

This div border color is #987299.


Opacity

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

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

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

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

This text has shadow with #987299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987299 on black background.


Color preview on white background

This text has color #987299 on white background.



Black color preview on #987299 background

This text has black color on #987299 background.


White color preview on #987299 background

This text has white color on #987299 background.