COLOR #88798F

HEX: #88798F RGB: (136,121,143)

Color info

#88798F contains red, green and blue colors in about the same proportion. Web safe color of #88798F is #996699 (or #969).

RGB color model

#88798F color RGB value is (136,121,143).

RGB: (136,121,143) (53%, 47%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 143 of 255 = 56%

136
121
143

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

Portions of RGB colors in percentages

R + G + B = 136 + 121 + 143 = 400 (100%)
R 136 of 400 ~ 34%
G 121 of 400 ~ 30.25%
B 143 of 400 ~ 35.75'%

%34
%30.25
%35.75

CMYK color model

#88798F color CMYK value is (5,15,0,44).

  • cyan value is 4.90%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (5,15,0,44)
C5M15Y0K44 (5%, 15%, 0%, 44%)
(0.05 / 0.15 / 0.00 / 0.44)

CMYK percentages

%4.9
%15.38
%0
%43.92

Codes

Color #88798F in popluar color models

88 79 8F
RGB 136 121 143
HSL 281° 8.94% 51.76%
HSB/HSV 281° 15.38% 56.08%
CMYK 4.90% 15.38% 0.00%
43.92%

Color #88798F in popluar number systems.

HEX 88 79 8F
Decimal 136 121 143
Binary 10001000 1111001 10001111
Octal 210 171 217

Shades and tints

Shades of #88798F

#88798F
(136,121,143)
#7C6E82
(124,110,130)
#706375
(112,99,117)
#645868
(100,88,104)
#584D5B
(88,77,91)
#4C424E
(76,66,78)
#403741
(64,55,65)
#342C34
(52,44,52)
#282127
(40,33,39)
#1C161A
(28,22,26)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #88798F

#88798F
(136,121,143)
#928599
(146,133,153)
#9C91A3
(156,145,163)
#A69DAD
(166,157,173)
#B0A9B7
(176,169,183)
#BAB5C1
(186,181,193)
#C4C1CB
(196,193,203)
#CECDD5
(206,205,213)
#D8D9DF
(216,217,223)
#E2E5E9
(226,229,233)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88798F; }

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

This text font color is #88798F.

Background Color

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

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

This div background color is #88798F.

Border color

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

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

This div border color is #88798F.

Opacity

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

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

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

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

This text has shadow with #88798F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88798F.

Preview

Color preview on black background

This text has color #88798F on black background.


Color preview on white background

This text has color #88798F on white background.


Black color preview on #88798F background

This text has black color on #88798F background.


White color preview on #88798F background

This text has white color on #88798F background.


Related colors

Complementary color

Complementary color for #hex is #778670.


I love getcolorcode.com

Triadic colors

1 #8F8879 and #798F88 with #88798F are triadic colors.

2 #8F7988 and #79888F with #88798F are triadic colors.