COLOR #8B626E

HEX: #8B626E
RGB: (139,98,110)

Color info

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

RGB color model

#8B626E color RGB value is (139,98,110).

  • red value is 139;
  • green value is 98;
  • blue value is 110.
RGB:
(139,98,110)
(55%,38%,43%)

RGB channels and saturation

R 139 of 255 = 55%
G 98 of 255 = 38%
B 110 of 255 = 43%

139
98
110

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

Portions of RGB colors in percentages

R + G + B =
139 + 98 + 110 = 347 (100%)
R 139 of 347 ~ 40.06%
G 98 of 347 ~ 28.24%
B 110 of 347 ~ 31.7%

%40.06
%28.24
%31.7

CMYK color model

#8B626E color CMYK value is (0,29,21,45).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 20.86%
  • key color value is 45.49%
CMYK:
(0,29,21,45)
C0M29Y21K45 
(0%,29%,21%,45%)
(0.00/0.29/0.21/0.45)	

CMYK percentages

%0
%29.5
%20.86
%45.49

Codes

Color #8B626E in popluar color models

8B626E
RGB13998110
HSL342°17.30%46.47%
HSB/HSV342°29.50%54.51%
CMYK0.00%29.50%20.86%
45.49%

Color #8B626E in popluar number systems.

HEX8B626E
Decimal13998110
Binary1000101111000101101110
Octal213142156

Shades and tints

Shades of #8B626E

#8B626E
(139,98,110)
#7F5A64
(127,90,100)
#73525A
(115,82,90)
#674A50
(103,74,80)
#5B4246
(91,66,70)
#4F3A3C
(79,58,60)
#433232
(67,50,50)
#372A28
(55,42,40)
#2B221E
(43,34,30)
#1F1A14
(31,26,20)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #8B626E

#8B626E
(139,98,110)
#95707B
(149,112,123)
#9F7E88
(159,126,136)
#A98C95
(169,140,149)
#B39AA2
(179,154,162)
#BDA8AF
(189,168,175)
#C7B6BC
(199,182,188)
#D1C4C9
(209,196,201)
#DBD2D6
(219,210,214)
#E5E0E3
(229,224,227)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B626E color. Also use rgb(139,98,110) instead hex code.

Text Font Color

.myTextColor { color: #8B626E; }

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

This text font color is #8B626E.


Background Color

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

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

This div background color is #8B626E.


Border color

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

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

This div border color is #8B626E.


Opacity

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

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

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

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

This text has shadow with #8B626E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B626E on black background.


Color preview on white background

This text has color #8B626E on white background.



Black color preview on #8B626E background

This text has black color on #8B626E background.


White color preview on #8B626E background

This text has white color on #8B626E background.