COLOR #88679A

HEX: #88679A
RGB: (136,103,154)

Color info

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

RGB color model

#88679A color RGB value is (136,103,154).

  • red value is 136;
  • green value is 103;
  • blue value is 154.
RGB: (136,103,154) (53%,40%,60%)

RGB channels and saturation

R 136 of 255 = 53%
G 103 of 255 = 40%
B 154 of 255 = 60%

136
103
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 103 + 154 = 393 (100%)
R 136 of 393 ~ 34.61%
G 103 of 393 ~ 26.21%
B 154 of 393 ~ 39.19%

%34.61
%26.21
%39.19

CMYK color model

#88679A color CMYK value is (12,33,0,40).

  • cyan value is 11.69%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (12,33,0,40) C12M33Y0K40 (12%,33%,0%,40%) (0.12/0.33/0.00/0.40)

CMYK percentages

%11.69
%33.12
%0
%39.61

Codes

Color #88679A in popluar color models

88679A
RGB136103154
HSL279°20.16%50.39%
HSB/HSV279°33.12%60.39%
CMYK11.69%33.12%0.00%
39.61%

Color #88679A in popluar number systems.

HEX88679A
Decimal136103154
Binary10001000110011110011010
Octal210147232

Shades and tints

Shades of #88679A

#88679A
(136,103,154)
#7C5E8C
(124,94,140)
#70557E
(112,85,126)
#644C70
(100,76,112)
#584362
(88,67,98)
#4C3A54
(76,58,84)
#403146
(64,49,70)
#342838
(52,40,56)
#281F2A
(40,31,42)
#1C161C
(28,22,28)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #88679A

#88679A
(136,103,154)
#9274A3
(146,116,163)
#9C81AC
(156,129,172)
#A68EB5
(166,142,181)
#B09BBE
(176,155,190)
#BAA8C7
(186,168,199)
#C4B5D0
(196,181,208)
#CEC2D9
(206,194,217)
#D8CFE2
(216,207,226)
#E2DCEB
(226,220,235)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88679A color. Also use rgb(136,103,154) instead hex code.

Text Font Color

.myTextColor { color: #88679A; }

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

This text font color is #88679A.


Background Color

.myBgColor { background-color: #88679A; }

<div style="background-color:#88679A">Inner text</div>

This div background color is #88679A.


Border color

.myBorderColor { border: 1px solid #88679A; }

<div style="border:3px solid #88679A">Div</div>

This div border color is #88679A.


Opacity

.myOpacity80 { color: #88679A; opacity: 0.8; }

<p style="color:#88679A;opacity:0.8;">80%</p>

Text with #88679A 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 #88679A;}

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

This text has shadow with #88679A color.

.textShadow {text-shadow: 3px 3px 1px #88679A, 3px 3px 1px red;}

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

This text has shadow with #88679A primary color and red secondary color.


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

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

This text has shadow with #88679A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #88679A; -webkit-box-shadow:	1px 1px 3px 2px #88679A; box-shadow:	1px 1px 3px 2px #88679A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #88679A; -webkit-box-shadow: 1px 1px 3px 2px #88679A; box-shadow:1px 1px 3px 2px #88679A;">
Div content here</div>
This div box has shadow with color #88679A.

Preview

Color preview on black background

This text has color #88679A on black background.


Color preview on white background

This text has color #88679A on white background.



Black color preview on #88679A background

This text has black color on #88679A background.


White color preview on #88679A background

This text has white color on #88679A background.