COLOR #880F65

HEX: #880F65
RGB: (136,15,101)

Color info

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

RGB color model

#880F65 color RGB value is (136,15,101).

  • red value is 136;
  • green value is 15;
  • blue value is 101.
RGB:
(136,15,101)
(53%,6%,40%)

RGB channels and saturation

R 136 of 255 = 53%
G 15 of 255 = 6%
B 101 of 255 = 40%

136
15
101

R + G + B ~ 33%. #880F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 15 + 101 = 252 (100%)
R 136 of 252 ~ 53.97%
G 15 of 252 ~ 5.95%
B 101 of 252 ~ 40.08%

%53.97
%40.08

CMYK color model

#880F65 color CMYK value is (0,89,26,47).

  • cyan value is 0.00%
  • magenta value is 88.97%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(0,89,26,47)
C0M89Y26K47 
(0%,89%,26%,47%)
(0.00/0.89/0.26/0.47)	

CMYK percentages

%0
%88.97
%25.74
%46.67

Codes

Color #880F65 in popluar color models

880F65
RGB13615101
HSL317°80.13%29.61%
HSB/HSV317°88.97%53.33%
CMYK0.00%88.97%25.74%
46.67%

Color #880F65 in popluar number systems.

HEX880F65
Decimal13615101
Binary1000100011111100101
Octal21017145

Shades and tints

Shades of #880F65

#880F65
(136,15,101)
#7C0E5C
(124,14,92)
#700D53
(112,13,83)
#640C4A
(100,12,74)
#580B41
(88,11,65)
#4C0A38
(76,10,56)
#40092F
(64,9,47)
#340826
(52,8,38)
#28071D
(40,7,29)
#1C0614
(28,6,20)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #880F65

#880F65
(136,15,101)
#922473
(146,36,115)
#9C3981
(156,57,129)
#A64E8F
(166,78,143)
#B0639D
(176,99,157)
#BA78AB
(186,120,171)
#C48DB9
(196,141,185)
#CEA2C7
(206,162,199)
#D8B7D5
(216,183,213)
#E2CCE3
(226,204,227)
#ECE1F1
(236,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #880F65 color. Also use rgb(136,15,101) instead hex code.

Text Font Color

.myTextColor { color: #880F65; }

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

This text font color is #880F65.


Background Color

.myBgColor { background-color: #880F65; }

<div style="background-color:#880F65">Inner text</div>

This div background color is #880F65.


Border color

.myBorderColor { border: 1px solid #880F65; }

<div style="border:3px solid #880F65">Div</div>

This div border color is #880F65.


Opacity

.myOpacity80 { color: #880F65; opacity: 0.8; }

<p style="color:#880F65;opacity:0.8;">80%</p>

Text with #880F65 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 #880F65;}

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

This text has shadow with #880F65 color.

.textShadow {text-shadow: 3px 3px 1px #880F65, 3px 3px 1px red;}

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

This text has shadow with #880F65 primary color and red secondary color.


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

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

This text has shadow with #880F65 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #880F65 on black background.


Color preview on white background

This text has color #880F65 on white background.



Black color preview on #880F65 background

This text has black color on #880F65 background.


White color preview on #880F65 background

This text has white color on #880F65 background.