COLOR #98678C

HEX: #98678C
RGB: (152,103,140)

Color info

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

RGB color model

#98678C color RGB value is (152,103,140).

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

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 140 of 255 = 55%

152
103
140

R + G + B ~ 52%. #98678C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 140 = 395 (100%)
R 152 of 395 ~ 38.48%
G 103 of 395 ~ 26.08%
B 140 of 395 ~ 35.44%

%38.48
%26.08
%35.44

CMYK color model

#98678C color CMYK value is (0,32,8,40).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 7.89%
  • key color value is 40.39%
CMYK:
(0,32,8,40)
C0M32Y8K40 
(0%,32%,8%,40%)
(0.00/0.32/0.08/0.40)	

CMYK percentages

%0
%32.24
%7.89
%40.39

Codes

Color #98678C in popluar color models

98678C
RGB152103140
HSL315°19.22%50.00%
HSB/HSV315°32.24%59.61%
CMYK0.00%32.24%7.89%
40.39%

Color #98678C in popluar number systems.

HEX98678C
Decimal152103140
Binary10011000110011110001100
Octal230147214

Shades and tints

Shades of #98678C

#98678C
(152,103,140)
#8B5E80
(139,94,128)
#7E5574
(126,85,116)
#714C68
(113,76,104)
#64435C
(100,67,92)
#573A50
(87,58,80)
#4A3144
(74,49,68)
#3D2838
(61,40,56)
#301F2C
(48,31,44)
#231620
(35,22,32)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #98678C

#98678C
(152,103,140)
#A17496
(161,116,150)
#AA81A0
(170,129,160)
#B38EAA
(179,142,170)
#BC9BB4
(188,155,180)
#C5A8BE
(197,168,190)
#CEB5C8
(206,181,200)
#D7C2D2
(215,194,210)
#E0CFDC
(224,207,220)
#E9DCE6
(233,220,230)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98678C; }

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

This text font color is #98678C.


Background Color

.myBgColor { background-color: #98678C; }

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

This div background color is #98678C.


Border color

.myBorderColor { border: 1px solid #98678C; }

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

This div border color is #98678C.


Opacity

.myOpacity80 { color: #98678C; opacity: 0.8; }

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

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

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

This text has shadow with #98678C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98678C on black background.


Color preview on white background

This text has color #98678C on white background.



Black color preview on #98678C background

This text has black color on #98678C background.


White color preview on #98678C background

This text has white color on #98678C background.