COLOR #98768C

HEX: #98768C RGB: (152,118,140)

Color info

#98768C contains red, green and blue colors in about the same proportion. Web safe color of #98768C is #996699 (or #969).

RGB color model

#98768C color RGB value is (152,118,140).

RGB: (152,118,140) (60%, 46%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 140 of 255 = 55%

152
118
140

R + G + B ~ 54%. #98768C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 118 + 140 = 410 (100%)
R 152 of 410 ~ 37.07%
G 118 of 410 ~ 28.78%
B 140 of 410 ~ 34.15'%

%37.07
%28.78
%34.15

CMYK color model

#98768C color CMYK value is (0,22,8,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 7.89%
  • key color value is 40.39%

CMYK: (0,22,8,40)
C0M22Y8K40 (0%, 22%, 8%, 40%)
(0.00 / 0.22 / 0.08 / 0.40)

CMYK percentages

%0
%22.37
%7.89
%40.39

Codes

Color #98768C in popluar color models

98 76 8C
RGB 152 118 140
HSL 321° 14.17% 52.94%
HSB/HSV 321° 22.37% 59.61%
CMYK 0.00% 22.37% 7.89%
40.39%

Color #98768C in popluar number systems.

HEX 98 76 8C
Decimal 152 118 140
Binary 10011000 1110110 10001100
Octal 230 166 214

Shades and tints

Shades of #98768C

#98768C
(152,118,140)
#8B6C80
(139,108,128)
#7E6274
(126,98,116)
#715868
(113,88,104)
#644E5C
(100,78,92)
#574450
(87,68,80)
#4A3A44
(74,58,68)
#3D3038
(61,48,56)
#30262C
(48,38,44)
#231C20
(35,28,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #98768C

#98768C
(152,118,140)
#A18296
(161,130,150)
#AA8EA0
(170,142,160)
#B39AAA
(179,154,170)
#BCA6B4
(188,166,180)
#C5B2BE
(197,178,190)
#CEBEC8
(206,190,200)
#D7CAD2
(215,202,210)
#E0D6DC
(224,214,220)
#E9E2E6
(233,226,230)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98768C color. Also use rgb(152,118,140) instead hex code.

Text Font Color

.myTextColor { color: #98768C; }

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

This text font color is #98768C.

Background Color

.myBgColor { background-color: #98768C; }

<div style="background-color:#98768C">Inner text</div>

This div background color is #98768C.

Border color

.myBorderColor { border: 1px solid #98768C; }

<div style="border:3px solid #98768C">Div</div>

This div border color is #98768C.

Opacity

.myOpacity80 { color: #98768C; opacity: 0.8; }

<p style="color:#98768C;opacity:0.8;">80%</p>

Text with #98768C 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 #98768C;}

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

This text has shadow with #98768C color.


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

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

This text has shadow with #98768C primary color and red secondary color.


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

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

This text has shadow with #98768C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #98768C.

Preview

Color preview on black background

This text has color #98768C on black background.


Color preview on white background

This text has color #98768C on white background.


Black color preview on #98768C background

This text has black color on #98768C background.


White color preview on #98768C background

This text has white color on #98768C background.


Related colors

Complementary color

Complementary color for #hex is #678973.


I love getcolorcode.com

Triadic colors

1 #8C9876 and #768C98 with #98768C are triadic colors.

2 #8C7698 and #76988C with #98768C are triadic colors.