COLOR #88156D

HEX: #88156D
RGB: (136,21,109)

Color info

#88156D contains mainly red and blue colors. Web safe color of #88156D is #990066 (or #906).

RGB color model

#88156D color RGB value is (136,21,109).

  • red value is 136;
  • green value is 21;
  • blue value is 109.
RGB:
(136,21,109)
(53%,8%,43%)

RGB channels and saturation

R 136 of 255 = 53%
G 21 of 255 = 8%
B 109 of 255 = 43%

136
21
109

R + G + B ~ 35%. #88156D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 21 + 109 = 266 (100%)
R 136 of 266 ~ 51.13%
G 21 of 266 ~ 7.89%
B 109 of 266 ~ 40.98%

%51.13
%40.98

CMYK color model

#88156D color CMYK value is (0,85,20,47).

  • cyan value is 0.00%
  • magenta value is 84.56%
  • yellow value is 19.85%
  • key color value is 46.67%
CMYK:
(0,85,20,47)
C0M85Y20K47 
(0%,85%,20%,47%)
(0.00/0.85/0.20/0.47)	

CMYK percentages

%0
%84.56
%19.85
%46.67

Codes

Color #88156D in popluar color models

88156D
RGB13621109
HSL314°73.25%30.78%
HSB/HSV314°84.56%53.33%
CMYK0.00%84.56%19.85%
46.67%

Color #88156D in popluar number systems.

HEX88156D
Decimal13621109
Binary10001000101011101101
Octal21025155

Shades and tints

Shades of #88156D

#88156D
(136,21,109)
#7C1464
(124,20,100)
#70135B
(112,19,91)
#641252
(100,18,82)
#581149
(88,17,73)
#4C1040
(76,16,64)
#400F37
(64,15,55)
#340E2E
(52,14,46)
#280D25
(40,13,37)
#1C0C1C
(28,12,28)
#100B13
(16,11,19)
#000000
(0,0,0)

Tints of #88156D

#88156D
(136,21,109)
#922A7A
(146,42,122)
#9C3F87
(156,63,135)
#A65494
(166,84,148)
#B069A1
(176,105,161)
#BA7EAE
(186,126,174)
#C493BB
(196,147,187)
#CEA8C8
(206,168,200)
#D8BDD5
(216,189,213)
#E2D2E2
(226,210,226)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88156D color. Also use rgb(136,21,109) instead hex code.

Text Font Color

.myTextColor { color: #88156D; }

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

This text font color is #88156D.


Background Color

.myBgColor { background-color: #88156D; }

<div style="background-color:#88156D">Inner text</div>

This div background color is #88156D.


Border color

.myBorderColor { border: 1px solid #88156D; }

<div style="border:3px solid #88156D">Div</div>

This div border color is #88156D.


Opacity

.myOpacity80 { color: #88156D; opacity: 0.8; }

<p style="color:#88156D;opacity:0.8;">80%</p>

Text with #88156D 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 #88156D;}

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

This text has shadow with #88156D color.

.textShadow {text-shadow: 3px 3px 1px #88156D, 3px 3px 1px red;}

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

This text has shadow with #88156D primary color and red secondary color.


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

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

This text has shadow with #88156D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88156D on black background.


Color preview on white background

This text has color #88156D on white background.



Black color preview on #88156D background

This text has black color on #88156D background.


White color preview on #88156D background

This text has white color on #88156D background.