COLOR #88968A

HEX: #88968A RGB: (136,150,138)

Color info

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

RGB color model

#88968A color RGB value is (136,150,138).

RGB: (136,150,138) (53%, 59%, 54%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 138 of 255 = 54%

136
150
138

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

Portions of RGB colors in percentages

R + G + B = 136 + 150 + 138 = 424 (100%)
R 136 of 424 ~ 32.08%
G 150 of 424 ~ 35.38%
B 138 of 424 ~ 32.55'%

%32.08
%35.38
%32.55

CMYK color model

#88968A color CMYK value is (9,0,8,41).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 41.18%

CMYK: (9,0,8,41)
C9M0Y8K41 (9%, 0%, 8%, 41%)
(0.09 / 0.00 / 0.08 / 0.41)

CMYK percentages

%9.33
%0
%8
%41.18

Codes

Color #88968A in popluar color models

88 96 8A
RGB 136 150 138
HSL 129° 6.25% 56.08%
HSB/HSV 129° 9.33% 58.82%
CMYK 9.33% 0.00% 8.00%
41.18%

Color #88968A in popluar number systems.

HEX 88 96 8A
Decimal 136 150 138
Binary 10001000 10010110 10001010
Octal 210 226 212

Shades and tints

Shades of #88968A

#88968A
(136,150,138)
#7C897E
(124,137,126)
#707C72
(112,124,114)
#646F66
(100,111,102)
#58625A
(88,98,90)
#4C554E
(76,85,78)
#404842
(64,72,66)
#343B36
(52,59,54)
#282E2A
(40,46,42)
#1C211E
(28,33,30)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88968A

#88968A
(136,150,138)
#929F94
(146,159,148)
#9CA89E
(156,168,158)
#A6B1A8
(166,177,168)
#B0BAB2
(176,186,178)
#BAC3BC
(186,195,188)
#C4CCC6
(196,204,198)
#CED5D0
(206,213,208)
#D8DEDA
(216,222,218)
#E2E7E4
(226,231,228)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88968A; }

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

This text font color is #88968A.

Background Color

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

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

This div background color is #88968A.

Border color

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

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

This div border color is #88968A.

Opacity

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

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

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

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

This text has shadow with #88968A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88968A.

Preview

Color preview on black background

This text has color #88968A on black background.


Color preview on white background

This text has color #88968A on white background.


Black color preview on #88968A background

This text has black color on #88968A background.


White color preview on #88968A background

This text has white color on #88968A background.


Related colors

Complementary color

Complementary color for #hex is #776975.


I love getcolorcode.com

Triadic colors

1 #8A8896 and #968A88 with #88968A are triadic colors.

2 #8A9688 and #96888A with #88968A are triadic colors.