COLOR #988680

HEX: #988680
RGB: (152,134,128)

Color info

#988680 contains red, green and blue colors in about the same proportion. Web safe color of #988680 is #999966 (or #996).

RGB color model

#988680 color RGB value is (152,134,128).

  • red value is 152;
  • green value is 134;
  • blue value is 128.
RGB:
(152,134,128)
(60%,53%,50%)

RGB channels and saturation

R 152 of 255 = 60%
G 134 of 255 = 53%
B 128 of 255 = 50%

152
134
128

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

Portions of RGB colors in percentages

R + G + B =
152 + 134 + 128 = 414 (100%)
R 152 of 414 ~ 36.71%
G 134 of 414 ~ 32.37%
B 128 of 414 ~ 30.92%

%36.71
%32.37
%30.92

CMYK color model

#988680 color CMYK value is (0,12,16,40).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 15.79%
  • key color value is 40.39%
CMYK:
(0,12,16,40)
C0M12Y16K40 
(0%,12%,16%,40%)
(0.00/0.12/0.16/0.40)	

CMYK percentages

%0
%11.84
%15.79
%40.39

Codes

Color #988680 in popluar color models

988680
RGB152134128
HSL15°10.43%54.90%
HSB/HSV15°15.79%59.61%
CMYK0.00%11.84%15.79%
40.39%

Color #988680 in popluar number systems.

HEX988680
Decimal152134128
Binary100110001000011010000000
Octal230206200

Shades and tints

Shades of #988680

#988680
(152,134,128)
#8B7A75
(139,122,117)
#7E6E6A
(126,110,106)
#71625F
(113,98,95)
#645654
(100,86,84)
#574A49
(87,74,73)
#4A3E3E
(74,62,62)
#3D3233
(61,50,51)
#302628
(48,38,40)
#231A1D
(35,26,29)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #988680

#988680
(152,134,128)
#A1918B
(161,145,139)
#AA9C96
(170,156,150)
#B3A7A1
(179,167,161)
#BCB2AC
(188,178,172)
#C5BDB7
(197,189,183)
#CEC8C2
(206,200,194)
#D7D3CD
(215,211,205)
#E0DED8
(224,222,216)
#E9E9E3
(233,233,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988680 color. Also use rgb(152,134,128) instead hex code.

Text Font Color

.myTextColor { color: #988680; }

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

This text font color is #988680.


Background Color

.myBgColor { background-color: #988680; }

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

This div background color is #988680.


Border color

.myBorderColor { border: 1px solid #988680; }

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

This div border color is #988680.


Opacity

.myOpacity80 { color: #988680; opacity: 0.8; }

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

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

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

This text has shadow with #988680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988680 on black background.


Color preview on white background

This text has color #988680 on white background.



Black color preview on #988680 background

This text has black color on #988680 background.


White color preview on #988680 background

This text has white color on #988680 background.