COLOR #98648F

HEX: #98648F
RGB: (152,100,143)

Color info

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

RGB color model

#98648F color RGB value is (152,100,143).

  • red value is 152;
  • green value is 100;
  • blue value is 143.
RGB:
(152,100,143)
(60%,39%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 100 of 255 = 39%
B 143 of 255 = 56%

152
100
143

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

Portions of RGB colors in percentages

R + G + B =
152 + 100 + 143 = 395 (100%)
R 152 of 395 ~ 38.48%
G 100 of 395 ~ 25.32%
B 143 of 395 ~ 36.2%

%38.48
%25.32
%36.2

CMYK color model

#98648F color CMYK value is (0,34,6,40).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 5.92%
  • key color value is 40.39%
CMYK:
(0,34,6,40)
C0M34Y6K40 
(0%,34%,6%,40%)
(0.00/0.34/0.06/0.40)	

CMYK percentages

%0
%34.21
%5.92
%40.39

Codes

Color #98648F in popluar color models

98648F
RGB152100143
HSL310°20.63%49.41%
HSB/HSV310°34.21%59.61%
CMYK0.00%34.21%5.92%
40.39%

Color #98648F in popluar number systems.

HEX98648F
Decimal152100143
Binary10011000110010010001111
Octal230144217

Shades and tints

Shades of #98648F

#98648F
(152,100,143)
#8B5B82
(139,91,130)
#7E5275
(126,82,117)
#714968
(113,73,104)
#64405B
(100,64,91)
#57374E
(87,55,78)
#4A2E41
(74,46,65)
#3D2534
(61,37,52)
#301C27
(48,28,39)
#23131A
(35,19,26)
#160A0D
(22,10,13)
#000000
(0,0,0)

Tints of #98648F

#98648F
(152,100,143)
#A17299
(161,114,153)
#AA80A3
(170,128,163)
#B38EAD
(179,142,173)
#BC9CB7
(188,156,183)
#C5AAC1
(197,170,193)
#CEB8CB
(206,184,203)
#D7C6D5
(215,198,213)
#E0D4DF
(224,212,223)
#E9E2E9
(233,226,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98648F color. Also use rgb(152,100,143) instead hex code.

Text Font Color

.myTextColor { color: #98648F; }

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

This text font color is #98648F.


Background Color

.myBgColor { background-color: #98648F; }

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

This div background color is #98648F.


Border color

.myBorderColor { border: 1px solid #98648F; }

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

This div border color is #98648F.


Opacity

.myOpacity80 { color: #98648F; opacity: 0.8; }

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

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

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

This text has shadow with #98648F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98648F on black background.


Color preview on white background

This text has color #98648F on white background.



Black color preview on #98648F background

This text has black color on #98648F background.


White color preview on #98648F background

This text has white color on #98648F background.