COLOR #88607A

HEX: #88607A
RGB: (136,96,122)

Color info

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

RGB color model

#88607A color RGB value is (136,96,122).

  • red value is 136;
  • green value is 96;
  • blue value is 122.
RGB:
(136,96,122)
(53%,38%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 96 of 255 = 38%
B 122 of 255 = 48%

136
96
122

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

Portions of RGB colors in percentages

R + G + B =
136 + 96 + 122 = 354 (100%)
R 136 of 354 ~ 38.42%
G 96 of 354 ~ 27.12%
B 122 of 354 ~ 34.46%

%38.42
%27.12
%34.46

CMYK color model

#88607A color CMYK value is (0,29,10,47).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 10.29%
  • 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
%29.41
%10.29
%46.67

Codes

Color #88607A in popluar color models

88607A
RGB13696122
HSL321°17.24%45.49%
HSB/HSV321°29.41%53.33%
CMYK0.00%29.41%10.29%
46.67%

Color #88607A in popluar number systems.

HEX88607A
Decimal13696122
Binary1000100011000001111010
Octal210140172

Shades and tints

Shades of #88607A

#88607A
(136,96,122)
#7C586F
(124,88,111)
#705064
(112,80,100)
#644859
(100,72,89)
#58404E
(88,64,78)
#4C3843
(76,56,67)
#403038
(64,48,56)
#34282D
(52,40,45)
#282022
(40,32,34)
#1C1817
(28,24,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #88607A

#88607A
(136,96,122)
#926E86
(146,110,134)
#9C7C92
(156,124,146)
#A68A9E
(166,138,158)
#B098AA
(176,152,170)
#BAA6B6
(186,166,182)
#C4B4C2
(196,180,194)
#CEC2CE
(206,194,206)
#D8D0DA
(216,208,218)
#E2DEE6
(226,222,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88607A color. Also use rgb(136,96,122) instead hex code.

Text Font Color

.myTextColor { color: #88607A; }

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

This text font color is #88607A.


Background Color

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

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

This div background color is #88607A.


Border color

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

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

This div border color is #88607A.


Opacity

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

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

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

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

This text has shadow with #88607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88607A on black background.


Color preview on white background

This text has color #88607A on white background.



Black color preview on #88607A background

This text has black color on #88607A background.


White color preview on #88607A background

This text has white color on #88607A background.