COLOR #98627B

HEX: #98627B
RGB: (152,98,123)

Color info

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

RGB color model

#98627B color RGB value is (152,98,123).

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

RGB channels and saturation

R 152 of 255 = 60%
G 98 of 255 = 38%
B 123 of 255 = 48%

152
98
123

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

Portions of RGB colors in percentages

R + G + B =
152 + 98 + 123 = 373 (100%)
R 152 of 373 ~ 40.75%
G 98 of 373 ~ 26.27%
B 123 of 373 ~ 32.98%

%40.75
%26.27
%32.98

CMYK color model

#98627B color CMYK value is (0,36,19,40).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 19.08%
  • key color value is 40.39%
CMYK:
(0,36,19,40)
C0M36Y19K40 
(0%,36%,19%,40%)
(0.00/0.36/0.19/0.40)	

CMYK percentages

%0
%35.53
%19.08
%40.39

Codes

Color #98627B in popluar color models

98627B
RGB15298123
HSL332°21.60%49.02%
HSB/HSV332°35.53%59.61%
CMYK0.00%35.53%19.08%
40.39%

Color #98627B in popluar number systems.

HEX98627B
Decimal15298123
Binary1001100011000101111011
Octal230142173

Shades and tints

Shades of #98627B

#98627B
(152,98,123)
#8B5A70
(139,90,112)
#7E5265
(126,82,101)
#714A5A
(113,74,90)
#64424F
(100,66,79)
#573A44
(87,58,68)
#4A3239
(74,50,57)
#3D2A2E
(61,42,46)
#302223
(48,34,35)
#231A18
(35,26,24)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #98627B

#98627B
(152,98,123)
#A17087
(161,112,135)
#AA7E93
(170,126,147)
#B38C9F
(179,140,159)
#BC9AAB
(188,154,171)
#C5A8B7
(197,168,183)
#CEB6C3
(206,182,195)
#D7C4CF
(215,196,207)
#E0D2DB
(224,210,219)
#E9E0E7
(233,224,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98627B; }

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

This text font color is #98627B.


Background Color

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

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

This div background color is #98627B.


Border color

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

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

This div border color is #98627B.


Opacity

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

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

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

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

This text has shadow with #98627B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98627B on black background.


Color preview on white background

This text has color #98627B on white background.



Black color preview on #98627B background

This text has black color on #98627B background.


White color preview on #98627B background

This text has white color on #98627B background.