COLOR #88669C

HEX: #88669C
RGB: (136,102,156)

Color info

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

RGB color model

#88669C color RGB value is (136,102,156).

  • red value is 136;
  • green value is 102;
  • blue value is 156.
RGB:
(136,102,156)
(53%,40%,61%)

RGB channels and saturation

R 136 of 255 = 53%
G 102 of 255 = 40%
B 156 of 255 = 61%

136
102
156

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

Portions of RGB colors in percentages

R + G + B =
136 + 102 + 156 = 394 (100%)
R 136 of 394 ~ 34.52%
G 102 of 394 ~ 25.89%
B 156 of 394 ~ 39.59%

%34.52
%25.89
%39.59

CMYK color model

#88669C color CMYK value is (13,35,0,39).

  • cyan value is 12.82%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,35,0,39)
C13M35Y0K39 
(13%,35%,0%,39%)
(0.13/0.35/0.00/0.39)	

CMYK percentages

%12.82
%34.62
%0
%38.82

Codes

Color #88669C in popluar color models

88669C
RGB136102156
HSL278°21.43%50.59%
HSB/HSV278°34.62%61.18%
CMYK12.82%34.62%0.00%
38.82%

Color #88669C in popluar number systems.

HEX88669C
Decimal136102156
Binary10001000110011010011100
Octal210146234

Shades and tints

Shades of #88669C

#88669C
(136,102,156)
#7C5D8E
(124,93,142)
#705480
(112,84,128)
#644B72
(100,75,114)
#584264
(88,66,100)
#4C3956
(76,57,86)
#403048
(64,48,72)
#34273A
(52,39,58)
#281E2C
(40,30,44)
#1C151E
(28,21,30)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #88669C

#88669C
(136,102,156)
#9273A5
(146,115,165)
#9C80AE
(156,128,174)
#A68DB7
(166,141,183)
#B09AC0
(176,154,192)
#BAA7C9
(186,167,201)
#C4B4D2
(196,180,210)
#CEC1DB
(206,193,219)
#D8CEE4
(216,206,228)
#E2DBED
(226,219,237)
#ECE8F6
(236,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88669C; }

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

This text font color is #88669C.


Background Color

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

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

This div background color is #88669C.


Border color

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

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

This div border color is #88669C.


Opacity

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

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

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

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

This text has shadow with #88669C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88669C on black background.


Color preview on white background

This text has color #88669C on white background.



Black color preview on #88669C background

This text has black color on #88669C background.


White color preview on #88669C background

This text has white color on #88669C background.