COLOR #88907F

HEX: #88907F RGB: (136,144,127)

Color info

#88907F contains red, green and blue colors in about the same proportion. Web safe color of #88907F is #999966 (or #996).

RGB color model

#88907F color RGB value is (136,144,127).

RGB: (136,144,127) (53%, 56%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 127 of 255 = 50%

136
144
127

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

Portions of RGB colors in percentages

R + G + B = 136 + 144 + 127 = 407 (100%)
R 136 of 407 ~ 33.42%
G 144 of 407 ~ 35.38%
B 127 of 407 ~ 31.2'%

%33.42
%35.38
%31.2

CMYK color model

#88907F color CMYK value is (6,0,12,44).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 43.53%

CMYK: (6,0,12,44)
C6M0Y12K44 (6%, 0%, 12%, 44%)
(0.06 / 0.00 / 0.12 / 0.44)

CMYK percentages

%5.56
%0
%11.81
%43.53

Codes

Color #88907F in popluar color models

88 90 7F
RGB 136 144 127
HSL 88° 7.11% 53.14%
HSB/HSV 88° 11.81% 56.47%
CMYK 5.56% 0.00% 11.81%
43.53%

Color #88907F in popluar number systems.

HEX 88 90 7F
Decimal 136 144 127
Binary 10001000 10010000 1111111
Octal 210 220 177

Shades and tints

Shades of #88907F

#88907F
(136,144,127)
#7C8374
(124,131,116)
#707669
(112,118,105)
#64695E
(100,105,94)
#585C53
(88,92,83)
#4C4F48
(76,79,72)
#40423D
(64,66,61)
#343532
(52,53,50)
#282827
(40,40,39)
#1C1B1C
(28,27,28)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #88907F

#88907F
(136,144,127)
#929A8A
(146,154,138)
#9CA495
(156,164,149)
#A6AEA0
(166,174,160)
#B0B8AB
(176,184,171)
#BAC2B6
(186,194,182)
#C4CCC1
(196,204,193)
#CED6CC
(206,214,204)
#D8E0D7
(216,224,215)
#E2EAE2
(226,234,226)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88907F color. Also use rgb(136,144,127) instead hex code.

Text Font Color

.myTextColor { color: #88907F; }

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

This text font color is #88907F.

Background Color

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

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

This div background color is #88907F.

Border color

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

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

This div border color is #88907F.

Opacity

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

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

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

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

This text has shadow with #88907F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88907F.

Preview

Color preview on black background

This text has color #88907F on black background.


Color preview on white background

This text has color #88907F on white background.


Black color preview on #88907F background

This text has black color on #88907F background.


White color preview on #88907F background

This text has white color on #88907F background.


Related colors

Complementary color

Complementary color for #hex is #776F80.


I love getcolorcode.com

Triadic colors

1 #7F8890 and #907F88 with #88907F are triadic colors.

2 #7F9088 and #90887F with #88907F are triadic colors.