COLOR #88968F

HEX: #88968F RGB: (136,150,143)

Color info

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

RGB color model

#88968F color RGB value is (136,150,143).

RGB: (136,150,143) (53%, 59%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 143 of 255 = 56%

136
150
143

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

Portions of RGB colors in percentages

R + G + B = 136 + 150 + 143 = 429 (100%)
R 136 of 429 ~ 31.7%
G 150 of 429 ~ 34.97%
B 143 of 429 ~ 33.33'%

%31.7
%34.97
%33.33

CMYK color model

#88968F color CMYK value is (9,0,5,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 41.18%
CMYK: (9,0,5,41) C9M0Y5K41 (9%,0%,5%,41%) (0.09/0.00/0.05/0.41) 

CMYK percentages

%9.33
%0
%4.67
%41.18

Codes

Color #88968F in popluar color models

88 96 8F
RGB 136 150 143
HSL 150° 6.25% 56.08%
HSB/HSV 150° 9.33% 58.82%
CMYK 9.33% 0.00% 4.67%
41.18%

Color #88968F in popluar number systems.

HEX 88 96 8F
Decimal 136 150 143
Binary 10001000 10010110 10001111
Octal 210 226 217

Shades and tints

Shades of #88968F

#88968F
(136,150,143)
#7C8982
(124,137,130)
#707C75
(112,124,117)
#646F68
(100,111,104)
#58625B
(88,98,91)
#4C554E
(76,85,78)
#404841
(64,72,65)
#343B34
(52,59,52)
#282E27
(40,46,39)
#1C211A
(28,33,26)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #88968F

#88968F
(136,150,143)
#929F99
(146,159,153)
#9CA8A3
(156,168,163)
#A6B1AD
(166,177,173)
#B0BAB7
(176,186,183)
#BAC3C1
(186,195,193)
#C4CCCB
(196,204,203)
#CED5D5
(206,213,213)
#D8DEDF
(216,222,223)
#E2E7E9
(226,231,233)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88968F color. Also use rgb(136,150,143) instead hex code.

Text Font Color

.myTextColor { color: #88968F; }

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

This text font color is #88968F.

Background Color

.myBgColor { background-color: #88968F; }

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

This div background color is #88968F.

Border color

.myBorderColor { border: 1px solid #88968F; }

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

This div border color is #88968F.

Opacity

.myOpacity80 { color: #88968F; opacity: 0.8; }

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

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

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

This text has shadow with #88968F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88968F.

Preview

Color preview on black background

This text has color #88968F on black background.


Color preview on white background

This text has color #88968F on white background.


Black color preview on #88968F background

This text has black color on #88968F background.


White color preview on #88968F background

This text has white color on #88968F background.


Related colors

Complementary color

Complementary color for #hex is #776970.


I love getcolorcode.com

Triadic colors

1 #8F8896 and #968F88 with #88968F are triadic colors.

2 #8F9688 and #96888F with #88968F are triadic colors.