COLOR #8B656C

HEX: #8B656C RGB: (139,101,108)

Color info

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

RGB color model

#8B656C color RGB value is (139,101,108).

RGB: (139,101,108) (55%, 40%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 101 of 255 = 40%
B 108 of 255 = 42%

139
101
108

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

Portions of RGB colors in percentages

R + G + B = 139 + 101 + 108 = 348 (100%)
R 139 of 348 ~ 39.94%
G 101 of 348 ~ 29.02%
B 108 of 348 ~ 31.03'%

%39.94
%29.02
%31.03

CMYK color model

#8B656C color CMYK value is (0,27,22,45).

  • cyan value is 0.00%
  • magenta value is 27.34%
  • yellow value is 22.30%
  • key color value is 45.49%

CMYK: (0,27,22,45)
C0M27Y22K45 (0%, 27%, 22%, 45%)
(0.00 / 0.27 / 0.22 / 0.45)

CMYK percentages

%0
%27.34
%22.3
%45.49

Codes

Color #8B656C in popluar color models

8B 65 6C
RGB 139 101 108
HSL 349° 15.83% 47.06%
HSB/HSV 349° 27.34% 54.51%
CMYK 0.00% 27.34% 22.30%
45.49%

Color #8B656C in popluar number systems.

HEX 8B 65 6C
Decimal 139 101 108
Binary 10001011 1100101 1101100
Octal 213 145 154

Shades and tints

Shades of #8B656C

#8B656C
(139,101,108)
#7F5C63
(127,92,99)
#73535A
(115,83,90)
#674A51
(103,74,81)
#5B4148
(91,65,72)
#4F383F
(79,56,63)
#432F36
(67,47,54)
#37262D
(55,38,45)
#2B1D24
(43,29,36)
#1F141B
(31,20,27)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #8B656C

#8B656C
(139,101,108)
#957379
(149,115,121)
#9F8186
(159,129,134)
#A98F93
(169,143,147)
#B39DA0
(179,157,160)
#BDABAD
(189,171,173)
#C7B9BA
(199,185,186)
#D1C7C7
(209,199,199)
#DBD5D4
(219,213,212)
#E5E3E1
(229,227,225)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B656C color. Also use rgb(139,101,108) instead hex code.

Text Font Color

.myTextColor { color: #8B656C; }

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

This text font color is #8B656C.

Background Color

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

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

This div background color is #8B656C.

Border color

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

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

This div border color is #8B656C.

Opacity

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

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

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

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

This text has shadow with #8B656C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B656C.

Preview

Color preview on black background

This text has color #8B656C on black background.


Color preview on white background

This text has color #8B656C on white background.


Black color preview on #8B656C background

This text has black color on #8B656C background.


White color preview on #8B656C background

This text has white color on #8B656C background.


Related colors

Complementary color

Complementary color for #hex is #749A93.


I love getcolorcode.com

Triadic colors

1 #6C8B65 and #656C8B with #8B656C are triadic colors.

2 #6C658B and #658B6C with #8B656C are triadic colors.