COLOR #988285

HEX: #988285
RGB: (152,130,133)

Color info

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

RGB color model

#988285 color RGB value is (152,130,133).

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

RGB channels and saturation

R 152 of 255 = 60%
G 130 of 255 = 51%
B 133 of 255 = 52%

152
130
133

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

Portions of RGB colors in percentages

R + G + B =
152 + 130 + 133 = 415 (100%)
R 152 of 415 ~ 36.63%
G 130 of 415 ~ 31.33%
B 133 of 415 ~ 32.05%

%36.63
%31.33
%32.05

CMYK color model

#988285 color CMYK value is (0,14,13,40).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 12.50%
  • key color value is 40.39%
CMYK:
(0,14,13,40)
C0M14Y13K40 
(0%,14%,13%,40%)
(0.00/0.14/0.13/0.40)	

CMYK percentages

%0
%14.47
%12.5
%40.39

Codes

Color #988285 in popluar color models

988285
RGB152130133
HSL352°9.65%55.29%
HSB/HSV352°14.47%59.61%
CMYK0.00%14.47%12.50%
40.39%

Color #988285 in popluar number systems.

HEX988285
Decimal152130133
Binary100110001000001010000101
Octal230202205

Shades and tints

Shades of #988285

#988285
(152,130,133)
#8B7779
(139,119,121)
#7E6C6D
(126,108,109)
#716161
(113,97,97)
#645655
(100,86,85)
#574B49
(87,75,73)
#4A403D
(74,64,61)
#3D3531
(61,53,49)
#302A25
(48,42,37)
#231F19
(35,31,25)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #988285

#988285
(152,130,133)
#A18D90
(161,141,144)
#AA989B
(170,152,155)
#B3A3A6
(179,163,166)
#BCAEB1
(188,174,177)
#C5B9BC
(197,185,188)
#CEC4C7
(206,196,199)
#D7CFD2
(215,207,210)
#E0DADD
(224,218,221)
#E9E5E8
(233,229,232)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988285; }

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

This text font color is #988285.


Background Color

.myBgColor { background-color: #988285; }

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

This div background color is #988285.


Border color

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

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

This div border color is #988285.


Opacity

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

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

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

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

This text has shadow with #988285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988285 on black background.


Color preview on white background

This text has color #988285 on white background.



Black color preview on #988285 background

This text has black color on #988285 background.


White color preview on #988285 background

This text has white color on #988285 background.