COLOR #88798D

HEX: #88798D RGB: (136,121,141)

Color info

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

RGB color model

#88798D color RGB value is (136,121,141).

RGB: (136,121,141) (53%, 47%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 141 of 255 = 55%

136
121
141

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

Portions of RGB colors in percentages

R + G + B = 136 + 121 + 141 = 398 (100%)
R 136 of 398 ~ 34.17%
G 121 of 398 ~ 30.4%
B 141 of 398 ~ 35.43'%

%34.17
%30.4
%35.43

CMYK color model

#88798D color CMYK value is (4,14,0,45).

  • cyan value is 3.55%
  • magenta value is 14.18%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (4,14,0,45)
C4M14Y0K45 (4%, 14%, 0%, 45%)
(0.04 / 0.14 / 0.00 / 0.45)

CMYK percentages

%3.55
%14.18
%0
%44.71

Codes

Color #88798D in popluar color models

88 79 8D
RGB 136 121 141
HSL 285° 8.06% 51.37%
HSB/HSV 285° 14.18% 55.29%
CMYK 3.55% 14.18% 0.00%
44.71%

Color #88798D in popluar number systems.

HEX 88 79 8D
Decimal 136 121 141
Binary 10001000 1111001 10001101
Octal 210 171 215

Shades and tints

Shades of #88798D

#88798D
(136,121,141)
#7C6E81
(124,110,129)
#706375
(112,99,117)
#645869
(100,88,105)
#584D5D
(88,77,93)
#4C4251
(76,66,81)
#403745
(64,55,69)
#342C39
(52,44,57)
#28212D
(40,33,45)
#1C1621
(28,22,33)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #88798D

#88798D
(136,121,141)
#928597
(146,133,151)
#9C91A1
(156,145,161)
#A69DAB
(166,157,171)
#B0A9B5
(176,169,181)
#BAB5BF
(186,181,191)
#C4C1C9
(196,193,201)
#CECDD3
(206,205,211)
#D8D9DD
(216,217,221)
#E2E5E7
(226,229,231)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88798D; }

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

This text font color is #88798D.

Background Color

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

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

This div background color is #88798D.

Border color

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

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

This div border color is #88798D.

Opacity

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

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

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

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

This text has shadow with #88798D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88798D.

Preview

Color preview on black background

This text has color #88798D on black background.


Color preview on white background

This text has color #88798D on white background.


Black color preview on #88798D background

This text has black color on #88798D background.


White color preview on #88798D background

This text has white color on #88798D background.


Related colors

Complementary color

Complementary color for #hex is #778672.


I love getcolorcode.com

Triadic colors

1 #8D8879 and #798D88 with #88798D are triadic colors.

2 #8D7988 and #79888D with #88798D are triadic colors.