COLOR #88758C

HEX: #88758C
RGB: (136,117,140)

Color info

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

RGB color model

#88758C color RGB value is (136,117,140).

  • red value is 136;
  • green value is 117;
  • blue value is 140.
RGB:
(136,117,140)
(53%,46%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 117 of 255 = 46%
B 140 of 255 = 55%

136
117
140

R + G + B ~ 51%. #88758C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 117 + 140 = 393 (100%)
R 136 of 393 ~ 34.61%
G 117 of 393 ~ 29.77%
B 140 of 393 ~ 35.62%

%34.61
%29.77
%35.62

CMYK color model

#88758C color CMYK value is (3,16,0,45).

  • cyan value is 2.86%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(3,16,0,45)
C3M16Y0K45 
(3%,16%,0%,45%)
(0.03/0.16/0.00/0.45)	

CMYK percentages

%2.86
%16.43
%0
%45.1

Codes

Color #88758C in popluar color models

88758C
RGB136117140
HSL290°9.09%50.39%
HSB/HSV290°16.43%54.90%
CMYK2.86%16.43%0.00%
45.10%

Color #88758C in popluar number systems.

HEX88758C
Decimal136117140
Binary10001000111010110001100
Octal210165214

Shades and tints

Shades of #88758C

#88758C
(136,117,140)
#7C6B80
(124,107,128)
#706174
(112,97,116)
#645768
(100,87,104)
#584D5C
(88,77,92)
#4C4350
(76,67,80)
#403944
(64,57,68)
#342F38
(52,47,56)
#28252C
(40,37,44)
#1C1B20
(28,27,32)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #88758C

#88758C
(136,117,140)
#928196
(146,129,150)
#9C8DA0
(156,141,160)
#A699AA
(166,153,170)
#B0A5B4
(176,165,180)
#BAB1BE
(186,177,190)
#C4BDC8
(196,189,200)
#CEC9D2
(206,201,210)
#D8D5DC
(216,213,220)
#E2E1E6
(226,225,230)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88758C color. Also use rgb(136,117,140) instead hex code.

Text Font Color

.myTextColor { color: #88758C; }

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

This text font color is #88758C.


Background Color

.myBgColor { background-color: #88758C; }

<div style="background-color:#88758C">Inner text</div>

This div background color is #88758C.


Border color

.myBorderColor { border: 1px solid #88758C; }

<div style="border:3px solid #88758C">Div</div>

This div border color is #88758C.


Opacity

.myOpacity80 { color: #88758C; opacity: 0.8; }

<p style="color:#88758C;opacity:0.8;">80%</p>

Text with #88758C 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 #88758C;}

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

This text has shadow with #88758C color.

.textShadow {text-shadow: 3px 3px 1px #88758C, 3px 3px 1px red;}

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

This text has shadow with #88758C primary color and red secondary color.


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

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

This text has shadow with #88758C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88758C;
-webkit-box-shadow: 1px 1px 3px 2px #88758C;
box-shadow:1px 1px 3px 2px #88758C;">
Div content here</div>
This div box has shadow with color #88758C.

Preview

Color preview on black background

This text has color #88758C on black background.


Color preview on white background

This text has color #88758C on white background.



Black color preview on #88758C background

This text has black color on #88758C background.


White color preview on #88758C background

This text has white color on #88758C background.