COLOR #98648D

HEX: #98648D RGB: (152,100,141)

Color info

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

RGB color model

#98648D color RGB value is (152,100,141).

RGB: (152,100,141) (60%, 39%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 100 of 255 = 39%
B 141 of 255 = 55%

152
100
141

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

Portions of RGB colors in percentages

R + G + B = 152 + 100 + 141 = 393 (100%)
R 152 of 393 ~ 38.68%
G 100 of 393 ~ 25.45%
B 141 of 393 ~ 35.88'%

%38.68
%25.45
%35.88

CMYK color model

#98648D color CMYK value is (0,34,7,40).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 7.24%
  • key color value is 40.39%
CMYK: (0,34,7,40) C0M34Y7K40 (0%,34%,7%,40%) (0.00/0.34/0.07/0.40) 

CMYK percentages

%0
%34.21
%7.24
%40.39

Codes

Color #98648D in popluar color models

98 64 8D
RGB 152 100 141
HSL 313° 20.63% 49.41%
HSB/HSV 313° 34.21% 59.61%
CMYK 0.00% 34.21% 7.24%
40.39%

Color #98648D in popluar number systems.

HEX 98 64 8D
Decimal 152 100 141
Binary 10011000 1100100 10001101
Octal 230 144 215

Shades and tints

Shades of #98648D

#98648D
(152,100,141)
#8B5B81
(139,91,129)
#7E5275
(126,82,117)
#714969
(113,73,105)
#64405D
(100,64,93)
#573751
(87,55,81)
#4A2E45
(74,46,69)
#3D2539
(61,37,57)
#301C2D
(48,28,45)
#231321
(35,19,33)
#160A15
(22,10,21)
#000000
(0,0,0)

Tints of #98648D

#98648D
(152,100,141)
#A17297
(161,114,151)
#AA80A1
(170,128,161)
#B38EAB
(179,142,171)
#BC9CB5
(188,156,181)
#C5AABF
(197,170,191)
#CEB8C9
(206,184,201)
#D7C6D3
(215,198,211)
#E0D4DD
(224,212,221)
#E9E2E7
(233,226,231)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98648D; }

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

This text font color is #98648D.

Background Color

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

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

This div background color is #98648D.

Border color

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

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

This div border color is #98648D.

Opacity

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

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

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

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

This text has shadow with #98648D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98648D.

Preview

Color preview on black background

This text has color #98648D on black background.


Color preview on white background

This text has color #98648D on white background.


Black color preview on #98648D background

This text has black color on #98648D background.


White color preview on #98648D background

This text has white color on #98648D background.


Related colors

Complementary color

Complementary color for #hex is #679B72.


I love getcolorcode.com

Triadic colors

1 #8D9864 and #648D98 with #98648D are triadic colors.

2 #8D6498 and #64988D with #98648D are triadic colors.