COLOR #88497E

HEX: #88497E
RGB: (136,73,126)

Color info

#88497E contains mainly red and blue colors. Web safe color of #88497E is #993366 (or #936).

RGB color model

#88497E color RGB value is (136,73,126).

  • red value is 136;
  • green value is 73;
  • blue value is 126.
RGB:
(136,73,126)
(53%,29%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 73 of 255 = 29%
B 126 of 255 = 49%

136
73
126

R + G + B ~ 44%. #88497E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 73 + 126 = 335 (100%)
R 136 of 335 ~ 40.6%
G 73 of 335 ~ 21.79%
B 126 of 335 ~ 37.61%

%40.6
%21.79
%37.61

CMYK color model

#88497E color CMYK value is (0,46,7,47).

  • cyan value is 0.00%
  • magenta value is 46.32%
  • yellow value is 7.35%
  • key color value is 46.67%
CMYK:
(0,46,7,47)
C0M46Y7K47 
(0%,46%,7%,47%)
(0.00/0.46/0.07/0.47)	

CMYK percentages

%0
%46.32
%7.35
%46.67

Codes

Color #88497E in popluar color models

88497E
RGB13673126
HSL310°30.14%40.98%
HSB/HSV310°46.32%53.33%
CMYK0.00%46.32%7.35%
46.67%

Color #88497E in popluar number systems.

HEX88497E
Decimal13673126
Binary1000100010010011111110
Octal210111176

Shades and tints

Shades of #88497E

#88497E
(136,73,126)
#7C4373
(124,67,115)
#703D68
(112,61,104)
#64375D
(100,55,93)
#583152
(88,49,82)
#4C2B47
(76,43,71)
#40253C
(64,37,60)
#341F31
(52,31,49)
#281926
(40,25,38)
#1C131B
(28,19,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #88497E

#88497E
(136,73,126)
#925989
(146,89,137)
#9C6994
(156,105,148)
#A6799F
(166,121,159)
#B089AA
(176,137,170)
#BA99B5
(186,153,181)
#C4A9C0
(196,169,192)
#CEB9CB
(206,185,203)
#D8C9D6
(216,201,214)
#E2D9E1
(226,217,225)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88497E color. Also use rgb(136,73,126) instead hex code.

Text Font Color

.myTextColor { color: #88497E; }

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

This text font color is #88497E.


Background Color

.myBgColor { background-color: #88497E; }

<div style="background-color:#88497E">Inner text</div>

This div background color is #88497E.


Border color

.myBorderColor { border: 1px solid #88497E; }

<div style="border:3px solid #88497E">Div</div>

This div border color is #88497E.


Opacity

.myOpacity80 { color: #88497E; opacity: 0.8; }

<p style="color:#88497E;opacity:0.8;">80%</p>

Text with #88497E 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 #88497E;}

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

This text has shadow with #88497E color.

.textShadow {text-shadow: 3px 3px 1px #88497E, 3px 3px 1px red;}

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

This text has shadow with #88497E primary color and red secondary color.


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

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

This text has shadow with #88497E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88497E on black background.


Color preview on white background

This text has color #88497E on white background.



Black color preview on #88497E background

This text has black color on #88497E background.


White color preview on #88497E background

This text has white color on #88497E background.