COLOR #98699E

HEX: #98699E
RGB: (152,105,158)

Color info

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

RGB color model

#98699E color RGB value is (152,105,158).

  • red value is 152;
  • green value is 105;
  • blue value is 158.
RGB:
(152,105,158)
(60%,41%,62%)

RGB channels and saturation

R 152 of 255 = 60%
G 105 of 255 = 41%
B 158 of 255 = 62%

152
105
158

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

Portions of RGB colors in percentages

R + G + B =
152 + 105 + 158 = 415 (100%)
R 152 of 415 ~ 36.63%
G 105 of 415 ~ 25.3%
B 158 of 415 ~ 38.07%

%36.63
%25.3
%38.07

CMYK color model

#98699E color CMYK value is (4,34,0,38).

  • cyan value is 3.80%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(4,34,0,38)
C4M34Y0K38 
(4%,34%,0%,38%)
(0.04/0.34/0.00/0.38)	

CMYK percentages

%3.8
%33.54
%0
%38.04

Codes

Color #98699E in popluar color models

98699E
RGB152105158
HSL293°21.46%51.57%
HSB/HSV293°33.54%61.96%
CMYK3.80%33.54%0.00%
38.04%

Color #98699E in popluar number systems.

HEX98699E
Decimal152105158
Binary10011000110100110011110
Octal230151236

Shades and tints

Shades of #98699E

#98699E
(152,105,158)
#8B6090
(139,96,144)
#7E5782
(126,87,130)
#714E74
(113,78,116)
#644566
(100,69,102)
#573C58
(87,60,88)
#4A334A
(74,51,74)
#3D2A3C
(61,42,60)
#30212E
(48,33,46)
#231820
(35,24,32)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #98699E

#98699E
(152,105,158)
#A176A6
(161,118,166)
#AA83AE
(170,131,174)
#B390B6
(179,144,182)
#BC9DBE
(188,157,190)
#C5AAC6
(197,170,198)
#CEB7CE
(206,183,206)
#D7C4D6
(215,196,214)
#E0D1DE
(224,209,222)
#E9DEE6
(233,222,230)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98699E color. Also use rgb(152,105,158) instead hex code.

Text Font Color

.myTextColor { color: #98699E; }

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

This text font color is #98699E.


Background Color

.myBgColor { background-color: #98699E; }

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

This div background color is #98699E.


Border color

.myBorderColor { border: 1px solid #98699E; }

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

This div border color is #98699E.


Opacity

.myOpacity80 { color: #98699E; opacity: 0.8; }

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

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

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

This text has shadow with #98699E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98699E on black background.


Color preview on white background

This text has color #98699E on white background.



Black color preview on #98699E background

This text has black color on #98699E background.


White color preview on #98699E background

This text has white color on #98699E background.