COLOR #98677B

HEX: #98677B RGB: (152,103,123)

Color info

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

RGB color model

#98677B color RGB value is (152,103,123).

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

RGB channels and saturation

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

152
103
123

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

Portions of RGB colors in percentages

R + G + B = 152 + 103 + 123 = 378 (100%)
R 152 of 378 ~ 40.21%
G 103 of 378 ~ 27.25%
B 123 of 378 ~ 32.54'%

%40.21
%27.25
%32.54

CMYK color model

#98677B color CMYK value is (0,32,19,40).

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

CMYK: (0,32,19,40)
C0M32Y19K40 (0%, 32%, 19%, 40%)
(0.00 / 0.32 / 0.19 / 0.40)

CMYK percentages

%0
%32.24
%19.08
%40.39

Codes

Color #98677B in popluar color models

98 67 7B
RGB 152 103 123
HSL 336° 19.22% 50.00%
HSB/HSV 336° 32.24% 59.61%
CMYK 0.00% 32.24% 19.08%
40.39%

Color #98677B in popluar number systems.

HEX 98 67 7B
Decimal 152 103 123
Binary 10011000 1100111 1111011
Octal 230 147 173

Shades and tints

Shades of #98677B

#98677B
(152,103,123)
#8B5E70
(139,94,112)
#7E5565
(126,85,101)
#714C5A
(113,76,90)
#64434F
(100,67,79)
#573A44
(87,58,68)
#4A3139
(74,49,57)
#3D282E
(61,40,46)
#301F23
(48,31,35)
#231618
(35,22,24)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #98677B

#98677B
(152,103,123)
#A17487
(161,116,135)
#AA8193
(170,129,147)
#B38E9F
(179,142,159)
#BC9BAB
(188,155,171)
#C5A8B7
(197,168,183)
#CEB5C3
(206,181,195)
#D7C2CF
(215,194,207)
#E0CFDB
(224,207,219)
#E9DCE7
(233,220,231)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98677B; }

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

This text font color is #98677B.

Background Color

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

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

This div background color is #98677B.

Border color

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

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

This div border color is #98677B.

Opacity

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

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

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

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

This text has shadow with #98677B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98677B.

Preview

Color preview on black background

This text has color #98677B on black background.


Color preview on white background

This text has color #98677B on white background.


Black color preview on #98677B background

This text has black color on #98677B background.


White color preview on #98677B background

This text has white color on #98677B background.


Related colors

Complementary color

Complementary color for #hex is #679884.


I love getcolorcode.com

Triadic colors

1 #7B9867 and #677B98 with #98677B are triadic colors.

2 #7B6798 and #67987B with #98677B are triadic colors.