COLOR #88617B

HEX: #88617B RGB: (136,97,123)

Color info

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

RGB color model

#88617B color RGB value is (136,97,123).

RGB: (136,97,123) (53%, 38%, 48%)

RGB channels and saturation

R 136 of 255 = 53%
G 97 of 255 = 38%
B 123 of 255 = 48%

136
97
123

R + G + B ~ 46%. #88617B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 97 + 123 = 356 (100%)
R 136 of 356 ~ 38.2%
G 97 of 356 ~ 27.25%
B 123 of 356 ~ 34.55'%

%38.2
%27.25
%34.55

CMYK color model

#88617B color CMYK value is (0,29,10,47).

  • cyan value is 0.00%
  • magenta value is 28.68%
  • yellow value is 9.56%
  • key color value is 46.67%

CMYK: (0,29,10,47)
C0M29Y10K47 (0%, 29%, 10%, 47%)
(0.00 / 0.29 / 0.10 / 0.47)

CMYK percentages

%0
%28.68
%9.56
%46.67

Codes

Color #88617B in popluar color models

88 61 7B
RGB 136 97 123
HSL 320° 16.74% 45.69%
HSB/HSV 320° 28.68% 53.33%
CMYK 0.00% 28.68% 9.56%
46.67%

Color #88617B in popluar number systems.

HEX 88 61 7B
Decimal 136 97 123
Binary 10001000 1100001 1111011
Octal 210 141 173

Shades and tints

Shades of #88617B

#88617B
(136,97,123)
#7C5970
(124,89,112)
#705165
(112,81,101)
#64495A
(100,73,90)
#58414F
(88,65,79)
#4C3944
(76,57,68)
#403139
(64,49,57)
#34292E
(52,41,46)
#282123
(40,33,35)
#1C1918
(28,25,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #88617B

#88617B
(136,97,123)
#926F87
(146,111,135)
#9C7D93
(156,125,147)
#A68B9F
(166,139,159)
#B099AB
(176,153,171)
#BAA7B7
(186,167,183)
#C4B5C3
(196,181,195)
#CEC3CF
(206,195,207)
#D8D1DB
(216,209,219)
#E2DFE7
(226,223,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88617B color. Also use rgb(136,97,123) instead hex code.

Text Font Color

.myTextColor { color: #88617B; }

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

This text font color is #88617B.

Background Color

.myBgColor { background-color: #88617B; }

<div style="background-color:#88617B">Inner text</div>

This div background color is #88617B.

Border color

.myBorderColor { border: 1px solid #88617B; }

<div style="border:3px solid #88617B">Div</div>

This div border color is #88617B.

Opacity

.myOpacity80 { color: #88617B; opacity: 0.8; }

<p style="color:#88617B;opacity:0.8;">80%</p>

Text with #88617B 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 #88617B;}

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

This text has shadow with #88617B color.


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

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

This text has shadow with #88617B primary color and red secondary color.


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

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

This text has shadow with #88617B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #88617B.

Preview

Color preview on black background

This text has color #88617B on black background.


Color preview on white background

This text has color #88617B on white background.


Black color preview on #88617B background

This text has black color on #88617B background.


White color preview on #88617B background

This text has white color on #88617B background.


Related colors

Complementary color

Complementary color for #hex is #779E84.


I love getcolorcode.com

Triadic colors

1 #7B8861 and #617B88 with #88617B are triadic colors.

2 #7B6188 and #61887B with #88617B are triadic colors.