COLOR #8B667B

HEX: #8B667B
RGB: (139,102,123)

Color info

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

RGB color model

#8B667B color RGB value is (139,102,123).

  • red value is 139;
  • green value is 102;
  • blue value is 123.
RGB:
(139,102,123)
(55%,40%,48%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 123 of 255 = 48%

139
102
123

R + G + B ~ 48%. #8B667B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 123 = 364 (100%)
R 139 of 364 ~ 38.19%
G 102 of 364 ~ 28.02%
B 123 of 364 ~ 33.79%

%38.19
%28.02
%33.79

CMYK color model

#8B667B color CMYK value is (0,27,12,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 11.51%
  • key color value is 45.49%
CMYK:
(0,27,12,45)
C0M27Y12K45 
(0%,27%,12%,45%)
(0.00/0.27/0.12/0.45)	

CMYK percentages

%0
%26.62
%11.51
%45.49

Codes

Color #8B667B in popluar color models

8B667B
RGB139102123
HSL326°15.35%47.25%
HSB/HSV326°26.62%54.51%
CMYK0.00%26.62%11.51%
45.49%

Color #8B667B in popluar number systems.

HEX8B667B
Decimal139102123
Binary1000101111001101111011
Octal213146173

Shades and tints

Shades of #8B667B

#8B667B
(139,102,123)
#7F5D70
(127,93,112)
#735465
(115,84,101)
#674B5A
(103,75,90)
#5B424F
(91,66,79)
#4F3944
(79,57,68)
#433039
(67,48,57)
#37272E
(55,39,46)
#2B1E23
(43,30,35)
#1F1518
(31,21,24)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #8B667B

#8B667B
(139,102,123)
#957387
(149,115,135)
#9F8093
(159,128,147)
#A98D9F
(169,141,159)
#B39AAB
(179,154,171)
#BDA7B7
(189,167,183)
#C7B4C3
(199,180,195)
#D1C1CF
(209,193,207)
#DBCEDB
(219,206,219)
#E5DBE7
(229,219,231)
#EFE8F3
(239,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B667B color. Also use rgb(139,102,123) instead hex code.

Text Font Color

.myTextColor { color: #8B667B; }

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

This text font color is #8B667B.


Background Color

.myBgColor { background-color: #8B667B; }

<div style="background-color:#8B667B">Inner text</div>

This div background color is #8B667B.


Border color

.myBorderColor { border: 1px solid #8B667B; }

<div style="border:3px solid #8B667B">Div</div>

This div border color is #8B667B.


Opacity

.myOpacity80 { color: #8B667B; opacity: 0.8; }

<p style="color:#8B667B;opacity:0.8;">80%</p>

Text with #8B667B 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 #8B667B;}

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

This text has shadow with #8B667B color.

.textShadow {text-shadow: 3px 3px 1px #8B667B, 3px 3px 1px red;}

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

This text has shadow with #8B667B primary color and red secondary color.


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

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

This text has shadow with #8B667B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B667B on black background.


Color preview on white background

This text has color #8B667B on white background.



Black color preview on #8B667B background

This text has black color on #8B667B background.


White color preview on #8B667B background

This text has white color on #8B667B background.