COLOR #988B85

HEX: #988B85
RGB: (152,139,133)

Color info

#988B85 contains red, green and blue colors in about the same proportion. Web safe color of #988B85 is #999999 (or #999).

RGB color model

#988B85 color RGB value is (152,139,133).

  • red value is 152;
  • green value is 139;
  • blue value is 133.
RGB:
(152,139,133)
(60%,55%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 139 of 255 = 55%
B 133 of 255 = 52%

152
139
133

R + G + B ~ 56%. #988B85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 139 + 133 = 424 (100%)
R 152 of 424 ~ 35.85%
G 139 of 424 ~ 32.78%
B 133 of 424 ~ 31.37%

%35.85
%32.78
%31.37

CMYK color model

#988B85 color CMYK value is (0,9,13,40).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 12.50%
  • key color value is 40.39%
CMYK:
(0,9,13,40)
C0M9Y13K40 
(0%,9%,13%,40%)
(0.00/0.09/0.13/0.40)	

CMYK percentages

%0
%8.55
%12.5
%40.39

Codes

Color #988B85 in popluar color models

988B85
RGB152139133
HSL19°8.44%55.88%
HSB/HSV19°12.50%59.61%
CMYK0.00%8.55%12.50%
40.39%

Color #988B85 in popluar number systems.

HEX988B85
Decimal152139133
Binary100110001000101110000101
Octal230213205

Shades and tints

Shades of #988B85

#988B85
(152,139,133)
#8B7F79
(139,127,121)
#7E736D
(126,115,109)
#716761
(113,103,97)
#645B55
(100,91,85)
#574F49
(87,79,73)
#4A433D
(74,67,61)
#3D3731
(61,55,49)
#302B25
(48,43,37)
#231F19
(35,31,25)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #988B85

#988B85
(152,139,133)
#A19590
(161,149,144)
#AA9F9B
(170,159,155)
#B3A9A6
(179,169,166)
#BCB3B1
(188,179,177)
#C5BDBC
(197,189,188)
#CEC7C7
(206,199,199)
#D7D1D2
(215,209,210)
#E0DBDD
(224,219,221)
#E9E5E8
(233,229,232)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988B85 color. Also use rgb(152,139,133) instead hex code.

Text Font Color

.myTextColor { color: #988B85; }

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

This text font color is #988B85.


Background Color

.myBgColor { background-color: #988B85; }

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

This div background color is #988B85.


Border color

.myBorderColor { border: 1px solid #988B85; }

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

This div border color is #988B85.


Opacity

.myOpacity80 { color: #988B85; opacity: 0.8; }

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

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

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

This text has shadow with #988B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B85 on black background.


Color preview on white background

This text has color #988B85 on white background.



Black color preview on #988B85 background

This text has black color on #988B85 background.


White color preview on #988B85 background

This text has white color on #988B85 background.