COLOR #98627E

HEX: #98627E
RGB: (152,98,126)

Color info

#98627E contains red, green and blue colors in about the same proportion. Web safe color of #98627E is #996666 (or #966).

RGB color model

#98627E color RGB value is (152,98,126).

  • red value is 152;
  • green value is 98;
  • blue value is 126.
RGB:
(152,98,126)
(60%,38%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 98 of 255 = 38%
B 126 of 255 = 49%

152
98
126

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

Portions of RGB colors in percentages

R + G + B =
152 + 98 + 126 = 376 (100%)
R 152 of 376 ~ 40.43%
G 98 of 376 ~ 26.06%
B 126 of 376 ~ 33.51%

%40.43
%26.06
%33.51

CMYK color model

#98627E color CMYK value is (0,36,17,40).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK:
(0,36,17,40)
C0M36Y17K40 
(0%,36%,17%,40%)
(0.00/0.36/0.17/0.40)	

CMYK percentages

%0
%35.53
%17.11
%40.39

Codes

Color #98627E in popluar color models

98627E
RGB15298126
HSL329°21.60%49.02%
HSB/HSV329°35.53%59.61%
CMYK0.00%35.53%17.11%
40.39%

Color #98627E in popluar number systems.

HEX98627E
Decimal15298126
Binary1001100011000101111110
Octal230142176

Shades and tints

Shades of #98627E

#98627E
(152,98,126)
#8B5A73
(139,90,115)
#7E5268
(126,82,104)
#714A5D
(113,74,93)
#644252
(100,66,82)
#573A47
(87,58,71)
#4A323C
(74,50,60)
#3D2A31
(61,42,49)
#302226
(48,34,38)
#231A1B
(35,26,27)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #98627E

#98627E
(152,98,126)
#A17089
(161,112,137)
#AA7E94
(170,126,148)
#B38C9F
(179,140,159)
#BC9AAA
(188,154,170)
#C5A8B5
(197,168,181)
#CEB6C0
(206,182,192)
#D7C4CB
(215,196,203)
#E0D2D6
(224,210,214)
#E9E0E1
(233,224,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98627E color. Also use rgb(152,98,126) instead hex code.

Text Font Color

.myTextColor { color: #98627E; }

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

This text font color is #98627E.


Background Color

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

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

This div background color is #98627E.


Border color

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

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

This div border color is #98627E.


Opacity

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

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

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

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

This text has shadow with #98627E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98627E on black background.


Color preview on white background

This text has color #98627E on white background.



Black color preview on #98627E background

This text has black color on #98627E background.


White color preview on #98627E background

This text has white color on #98627E background.