COLOR #88667D

HEX: #88667D
RGB: (136,102,125)

Color info

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

RGB color model

#88667D color RGB value is (136,102,125).

  • red value is 136;
  • green value is 102;
  • blue value is 125.
RGB:
(136,102,125)
(53%,40%,49%)

RGB channels and saturation

R 136 of 255 = 53%
G 102 of 255 = 40%
B 125 of 255 = 49%

136
102
125

R + G + B ~ 47%. #88667D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 102 + 125 = 363 (100%)
R 136 of 363 ~ 37.47%
G 102 of 363 ~ 28.1%
B 125 of 363 ~ 34.44%

%37.47
%28.1
%34.44

CMYK color model

#88667D color CMYK value is (0,25,8,47).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 8.09%
  • key color value is 46.67%
CMYK:
(0,25,8,47)
C0M25Y8K47 
(0%,25%,8%,47%)
(0.00/0.25/0.08/0.47)	

CMYK percentages

%0
%25
%8.09
%46.67

Codes

Color #88667D in popluar color models

88667D
RGB136102125
HSL319°14.29%46.67%
HSB/HSV319°25.00%53.33%
CMYK0.00%25.00%8.09%
46.67%

Color #88667D in popluar number systems.

HEX88667D
Decimal136102125
Binary1000100011001101111101
Octal210146175

Shades and tints

Shades of #88667D

#88667D
(136,102,125)
#7C5D72
(124,93,114)
#705467
(112,84,103)
#644B5C
(100,75,92)
#584251
(88,66,81)
#4C3946
(76,57,70)
#40303B
(64,48,59)
#342730
(52,39,48)
#281E25
(40,30,37)
#1C151A
(28,21,26)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #88667D

#88667D
(136,102,125)
#927388
(146,115,136)
#9C8093
(156,128,147)
#A68D9E
(166,141,158)
#B09AA9
(176,154,169)
#BAA7B4
(186,167,180)
#C4B4BF
(196,180,191)
#CEC1CA
(206,193,202)
#D8CED5
(216,206,213)
#E2DBE0
(226,219,224)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88667D color. Also use rgb(136,102,125) instead hex code.

Text Font Color

.myTextColor { color: #88667D; }

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

This text font color is #88667D.


Background Color

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

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

This div background color is #88667D.


Border color

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

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

This div border color is #88667D.


Opacity

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

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

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

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

This text has shadow with #88667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88667D on black background.


Color preview on white background

This text has color #88667D on white background.



Black color preview on #88667D background

This text has black color on #88667D background.


White color preview on #88667D background

This text has white color on #88667D background.