COLOR #988084

HEX: #988084
RGB: (152,128,132)

Color info

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

RGB color model

#988084 color RGB value is (152,128,132).

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

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 132 of 255 = 52%

152
128
132

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

Portions of RGB colors in percentages

R + G + B =
152 + 128 + 132 = 412 (100%)
R 152 of 412 ~ 36.89%
G 128 of 412 ~ 31.07%
B 132 of 412 ~ 32.04%

%36.89
%31.07
%32.04

CMYK color model

#988084 color CMYK value is (0,16,13,40).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 13.16%
  • key color value is 40.39%
CMYK:
(0,16,13,40)
C0M16Y13K40 
(0%,16%,13%,40%)
(0.00/0.16/0.13/0.40)	

CMYK percentages

%0
%15.79
%13.16
%40.39

Codes

Color #988084 in popluar color models

988084
RGB152128132
HSL350°10.43%54.90%
HSB/HSV350°15.79%59.61%
CMYK0.00%15.79%13.16%
40.39%

Color #988084 in popluar number systems.

HEX988084
Decimal152128132
Binary100110001000000010000100
Octal230200204

Shades and tints

Shades of #988084

#988084
(152,128,132)
#8B7578
(139,117,120)
#7E6A6C
(126,106,108)
#715F60
(113,95,96)
#645454
(100,84,84)
#574948
(87,73,72)
#4A3E3C
(74,62,60)
#3D3330
(61,51,48)
#302824
(48,40,36)
#231D18
(35,29,24)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #988084

#988084
(152,128,132)
#A18B8F
(161,139,143)
#AA969A
(170,150,154)
#B3A1A5
(179,161,165)
#BCACB0
(188,172,176)
#C5B7BB
(197,183,187)
#CEC2C6
(206,194,198)
#D7CDD1
(215,205,209)
#E0D8DC
(224,216,220)
#E9E3E7
(233,227,231)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988084; }

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

This text font color is #988084.


Background Color

.myBgColor { background-color: #988084; }

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

This div background color is #988084.


Border color

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

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

This div border color is #988084.


Opacity

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

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

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

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

This text has shadow with #988084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988084 on black background.


Color preview on white background

This text has color #988084 on white background.



Black color preview on #988084 background

This text has black color on #988084 background.


White color preview on #988084 background

This text has white color on #988084 background.