COLOR #88657C

HEX: #88657C
RGB: (136,101,124)

Color info

#88657C contains red, green and blue colors in about the same proportion. Web safe color of #88657C is #996666 (or #966).

RGB color model

#88657C color RGB value is (136,101,124).

  • red value is 136;
  • green value is 101;
  • blue value is 124.
RGB:
(136,101,124)
(53%,40%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 101 of 255 = 40%
B 124 of 255 = 49%

136
101
124

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

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 124 = 361 (100%)
R 136 of 361 ~ 37.67%
G 101 of 361 ~ 27.98%
B 124 of 361 ~ 34.35%

%37.67
%27.98
%34.35

CMYK color model

#88657C color CMYK value is (0,26,9,47).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(0,26,9,47)
C0M26Y9K47 
(0%,26%,9%,47%)
(0.00/0.26/0.09/0.47)	

CMYK percentages

%0
%25.74
%8.82
%46.67

Codes

Color #88657C in popluar color models

88657C
RGB136101124
HSL321°14.77%46.47%
HSB/HSV321°25.74%53.33%
CMYK0.00%25.74%8.82%
46.67%

Color #88657C in popluar number systems.

HEX88657C
Decimal136101124
Binary1000100011001011111100
Octal210145174

Shades and tints

Shades of #88657C

#88657C
(136,101,124)
#7C5C71
(124,92,113)
#705366
(112,83,102)
#644A5B
(100,74,91)
#584150
(88,65,80)
#4C3845
(76,56,69)
#402F3A
(64,47,58)
#34262F
(52,38,47)
#281D24
(40,29,36)
#1C1419
(28,20,25)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #88657C

#88657C
(136,101,124)
#927387
(146,115,135)
#9C8192
(156,129,146)
#A68F9D
(166,143,157)
#B09DA8
(176,157,168)
#BAABB3
(186,171,179)
#C4B9BE
(196,185,190)
#CEC7C9
(206,199,201)
#D8D5D4
(216,213,212)
#E2E3DF
(226,227,223)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88657C color. Also use rgb(136,101,124) instead hex code.

Text Font Color

.myTextColor { color: #88657C; }

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

This text font color is #88657C.


Background Color

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

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

This div background color is #88657C.


Border color

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

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

This div border color is #88657C.


Opacity

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

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

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

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

This text has shadow with #88657C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88657C on black background.


Color preview on white background

This text has color #88657C on white background.



Black color preview on #88657C background

This text has black color on #88657C background.


White color preview on #88657C background

This text has white color on #88657C background.