COLOR #88819C

HEX: #88819C RGB: (136,129,156)

Color info

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

RGB color model

#88819C color RGB value is (136,129,156).

RGB: (136,129,156) (53%, 51%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 129 of 255 = 51%
B 156 of 255 = 61%

136
129
156

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

Portions of RGB colors in percentages

R + G + B = 136 + 129 + 156 = 421 (100%)
R 136 of 421 ~ 32.3%
G 129 of 421 ~ 30.64%
B 156 of 421 ~ 37.05'%

%32.3
%30.64
%37.05

CMYK color model

#88819C color CMYK value is (13,17,0,39).

  • cyan value is 12.82%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (13,17,0,39)
C13M17Y0K39 (13%, 17%, 0%, 39%)
(0.13 / 0.17 / 0.00 / 0.39)

CMYK percentages

%12.82
%17.31
%0
%38.82

Codes

Color #88819C in popluar color models

88 81 9C
RGB 136 129 156
HSL 256° 12.00% 55.88%
HSB/HSV 256° 17.31% 61.18%
CMYK 12.82% 17.31% 0.00%
38.82%

Color #88819C in popluar number systems.

HEX 88 81 9C
Decimal 136 129 156
Binary 10001000 10000001 10011100
Octal 210 201 234

Shades and tints

Shades of #88819C

#88819C
(136,129,156)
#7C768E
(124,118,142)
#706B80
(112,107,128)
#646072
(100,96,114)
#585564
(88,85,100)
#4C4A56
(76,74,86)
#403F48
(64,63,72)
#34343A
(52,52,58)
#28292C
(40,41,44)
#1C1E1E
(28,30,30)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #88819C

#88819C
(136,129,156)
#928CA5
(146,140,165)
#9C97AE
(156,151,174)
#A6A2B7
(166,162,183)
#B0ADC0
(176,173,192)
#BAB8C9
(186,184,201)
#C4C3D2
(196,195,210)
#CECEDB
(206,206,219)
#D8D9E4
(216,217,228)
#E2E4ED
(226,228,237)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88819C color. Also use rgb(136,129,156) instead hex code.

Text Font Color

.myTextColor { color: #88819C; }

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

This text font color is #88819C.

Background Color

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

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

This div background color is #88819C.

Border color

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

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

This div border color is #88819C.

Opacity

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

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

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

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

This text has shadow with #88819C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88819C.

Preview

Color preview on black background

This text has color #88819C on black background.


Color preview on white background

This text has color #88819C on white background.


Black color preview on #88819C background

This text has black color on #88819C background.


White color preview on #88819C background

This text has white color on #88819C background.


Related colors

Complementary color

Complementary color for #hex is #777E63.


I love getcolorcode.com

Triadic colors

1 #9C8881 and #819C88 with #88819C are triadic colors.

2 #9C8188 and #81889C with #88819C are triadic colors.