COLOR #98667A

HEX: #98667A
RGB: (152,102,122)

Color info

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

RGB color model

#98667A color RGB value is (152,102,122).

  • red value is 152;
  • green value is 102;
  • blue value is 122.
RGB:
(152,102,122)
(60%,40%,48%)

RGB channels and saturation

R 152 of 255 = 60%
G 102 of 255 = 40%
B 122 of 255 = 48%

152
102
122

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

Portions of RGB colors in percentages

R + G + B =
152 + 102 + 122 = 376 (100%)
R 152 of 376 ~ 40.43%
G 102 of 376 ~ 27.13%
B 122 of 376 ~ 32.45%

%40.43
%27.13
%32.45

CMYK color model

#98667A color CMYK value is (0,33,20,40).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 19.74%
  • key color value is 40.39%
CMYK:
(0,33,20,40)
C0M33Y20K40 
(0%,33%,20%,40%)
(0.00/0.33/0.20/0.40)	

CMYK percentages

%0
%32.89
%19.74
%40.39

Codes

Color #98667A in popluar color models

98667A
RGB152102122
HSL336°19.69%49.80%
HSB/HSV336°32.89%59.61%
CMYK0.00%32.89%19.74%
40.39%

Color #98667A in popluar number systems.

HEX98667A
Decimal152102122
Binary1001100011001101111010
Octal230146172

Shades and tints

Shades of #98667A

#98667A
(152,102,122)
#8B5D6F
(139,93,111)
#7E5464
(126,84,100)
#714B59
(113,75,89)
#64424E
(100,66,78)
#573943
(87,57,67)
#4A3038
(74,48,56)
#3D272D
(61,39,45)
#301E22
(48,30,34)
#231517
(35,21,23)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #98667A

#98667A
(152,102,122)
#A17386
(161,115,134)
#AA8092
(170,128,146)
#B38D9E
(179,141,158)
#BC9AAA
(188,154,170)
#C5A7B6
(197,167,182)
#CEB4C2
(206,180,194)
#D7C1CE
(215,193,206)
#E0CEDA
(224,206,218)
#E9DBE6
(233,219,230)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98667A color. Also use rgb(152,102,122) instead hex code.

Text Font Color

.myTextColor { color: #98667A; }

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

This text font color is #98667A.


Background Color

.myBgColor { background-color: #98667A; }

<div style="background-color:#98667A">Inner text</div>

This div background color is #98667A.


Border color

.myBorderColor { border: 1px solid #98667A; }

<div style="border:3px solid #98667A">Div</div>

This div border color is #98667A.


Opacity

.myOpacity80 { color: #98667A; opacity: 0.8; }

<p style="color:#98667A;opacity:0.8;">80%</p>

Text with #98667A 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 #98667A;}

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

This text has shadow with #98667A color.

.textShadow {text-shadow: 3px 3px 1px #98667A, 3px 3px 1px red;}

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

This text has shadow with #98667A primary color and red secondary color.


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

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

This text has shadow with #98667A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98667A on black background.


Color preview on white background

This text has color #98667A on white background.



Black color preview on #98667A background

This text has black color on #98667A background.


White color preview on #98667A background

This text has white color on #98667A background.