COLOR #88839B

HEX: #88839B RGB: (136,131,155)

Color info

#88839B contains red, green and blue colors in about the same proportion. Web safe color of #88839B is #999999 (or #999).

RGB color model

#88839B color RGB value is (136,131,155).

RGB: (136,131,155) (53%, 51%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 131 of 255 = 51%
B 155 of 255 = 61%

136
131
155

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

Portions of RGB colors in percentages

R + G + B = 136 + 131 + 155 = 422 (100%)
R 136 of 422 ~ 32.23%
G 131 of 422 ~ 31.04%
B 155 of 422 ~ 36.73'%

%32.23
%31.04
%36.73

CMYK color model

#88839B color CMYK value is (12,15,0,39).

  • cyan value is 12.26%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (12,15,0,39)
C12M15Y0K39 (12%, 15%, 0%, 39%)
(0.12 / 0.15 / 0.00 / 0.39)

CMYK percentages

%12.26
%15.48
%0
%39.22

Codes

Color #88839B in popluar color models

88 83 9B
RGB 136 131 155
HSL 253° 10.71% 56.08%
HSB/HSV 253° 15.48% 60.78%
CMYK 12.26% 15.48% 0.00%
39.22%

Color #88839B in popluar number systems.

HEX 88 83 9B
Decimal 136 131 155
Binary 10001000 10000011 10011011
Octal 210 203 233

Shades and tints

Shades of #88839B

#88839B
(136,131,155)
#7C788D
(124,120,141)
#706D7F
(112,109,127)
#646271
(100,98,113)
#585763
(88,87,99)
#4C4C55
(76,76,85)
#404147
(64,65,71)
#343639
(52,54,57)
#282B2B
(40,43,43)
#1C201D
(28,32,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #88839B

#88839B
(136,131,155)
#928EA4
(146,142,164)
#9C99AD
(156,153,173)
#A6A4B6
(166,164,182)
#B0AFBF
(176,175,191)
#BABAC8
(186,186,200)
#C4C5D1
(196,197,209)
#CED0DA
(206,208,218)
#D8DBE3
(216,219,227)
#E2E6EC
(226,230,236)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88839B color. Also use rgb(136,131,155) instead hex code.

Text Font Color

.myTextColor { color: #88839B; }

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

This text font color is #88839B.

Background Color

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

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

This div background color is #88839B.

Border color

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

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

This div border color is #88839B.

Opacity

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

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

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

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

This text has shadow with #88839B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88839B.

Preview

Color preview on black background

This text has color #88839B on black background.


Color preview on white background

This text has color #88839B on white background.


Black color preview on #88839B background

This text has black color on #88839B background.


White color preview on #88839B background

This text has white color on #88839B background.


Related colors

Complementary color

Complementary color for #hex is #777C64.


I love getcolorcode.com

Triadic colors

1 #9B8883 and #839B88 with #88839B are triadic colors.

2 #9B8388 and #83889B with #88839B are triadic colors.