COLOR #98667B

HEX: #98667B RGB: (152,102,123)

Color info

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

RGB color model

#98667B color RGB value is (152,102,123).

RGB: (152,102,123) (60%, 40%, 48%)

RGB channels and saturation

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

152
102
123

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

Portions of RGB colors in percentages

R + G + B = 152 + 102 + 123 = 377 (100%)
R 152 of 377 ~ 40.32%
G 102 of 377 ~ 27.06%
B 123 of 377 ~ 32.63'%

%40.32
%27.06
%32.63

CMYK color model

#98667B color CMYK value is (0,33,19,40).

  • cyan value is 0.00%
  • magenta value is 32.89%
  • yellow value is 19.08%
  • key color value is 40.39%

CMYK: (0,33,19,40)
C0M33Y19K40 (0%, 33%, 19%, 40%)
(0.00 / 0.33 / 0.19 / 0.40)

CMYK percentages

%0
%32.89
%19.08
%40.39

Codes

Color #98667B in popluar color models

98 66 7B
RGB 152 102 123
HSL 335° 19.69% 49.80%
HSB/HSV 335° 32.89% 59.61%
CMYK 0.00% 32.89% 19.08%
40.39%

Color #98667B in popluar number systems.

HEX 98 66 7B
Decimal 152 102 123
Binary 10011000 1100110 1111011
Octal 230 146 173

Shades and tints

Shades of #98667B

#98667B
(152,102,123)
#8B5D70
(139,93,112)
#7E5465
(126,84,101)
#714B5A
(113,75,90)
#64424F
(100,66,79)
#573944
(87,57,68)
#4A3039
(74,48,57)
#3D272E
(61,39,46)
#301E23
(48,30,35)
#231518
(35,21,24)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #98667B

#98667B
(152,102,123)
#A17387
(161,115,135)
#AA8093
(170,128,147)
#B38D9F
(179,141,159)
#BC9AAB
(188,154,171)
#C5A7B7
(197,167,183)
#CEB4C3
(206,180,195)
#D7C1CF
(215,193,207)
#E0CEDB
(224,206,219)
#E9DBE7
(233,219,231)
#F2E8F3
(242,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98667B; }

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

This text font color is #98667B.

Background Color

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

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

This div background color is #98667B.

Border color

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

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

This div border color is #98667B.

Opacity

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

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

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

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

This text has shadow with #98667B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98667B.

Preview

Color preview on black background

This text has color #98667B on black background.


Color preview on white background

This text has color #98667B on white background.


Black color preview on #98667B background

This text has black color on #98667B background.


White color preview on #98667B background

This text has white color on #98667B background.


Related colors

Complementary color

Complementary color for #hex is #679984.


I love getcolorcode.com

Triadic colors

1 #7B9866 and #667B98 with #98667B are triadic colors.

2 #7B6698 and #66987B with #98667B are triadic colors.