COLOR #8B627A

HEX: #8B627A RGB: (139,98,122)

Color info

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

RGB color model

#8B627A color RGB value is (139,98,122).

RGB: (139,98,122) (55%, 38%, 48%)

RGB channels and saturation

R 139 of 255 = 55%
G 98 of 255 = 38%
B 122 of 255 = 48%

139
98
122

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

Portions of RGB colors in percentages

R + G + B = 139 + 98 + 122 = 359 (100%)
R 139 of 359 ~ 38.72%
G 98 of 359 ~ 27.3%
B 122 of 359 ~ 33.98'%

%38.72
%27.3
%33.98

CMYK color model

#8B627A color CMYK value is (0,29,12,45).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK: (0,29,12,45) C0M29Y12K45 (0%,29%,12%,45%) (0.00/0.29/0.12/0.45) 

CMYK percentages

%0
%29.5
%12.23
%45.49

Codes

Color #8B627A in popluar color models

8B 62 7A
RGB 139 98 122
HSL 325° 17.30% 46.47%
HSB/HSV 325° 29.50% 54.51%
CMYK 0.00% 29.50% 12.23%
45.49%

Color #8B627A in popluar number systems.

HEX 8B 62 7A
Decimal 139 98 122
Binary 10001011 1100010 1111010
Octal 213 142 172

Shades and tints

Shades of #8B627A

#8B627A
(139,98,122)
#7F5A6F
(127,90,111)
#735264
(115,82,100)
#674A59
(103,74,89)
#5B424E
(91,66,78)
#4F3A43
(79,58,67)
#433238
(67,50,56)
#372A2D
(55,42,45)
#2B2222
(43,34,34)
#1F1A17
(31,26,23)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #8B627A

#8B627A
(139,98,122)
#957086
(149,112,134)
#9F7E92
(159,126,146)
#A98C9E
(169,140,158)
#B39AAA
(179,154,170)
#BDA8B6
(189,168,182)
#C7B6C2
(199,182,194)
#D1C4CE
(209,196,206)
#DBD2DA
(219,210,218)
#E5E0E6
(229,224,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B627A; }

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

This text font color is #8B627A.

Background Color

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

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

This div background color is #8B627A.

Border color

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

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

This div border color is #8B627A.

Opacity

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

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

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

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

This text has shadow with #8B627A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B627A.

Preview

Color preview on black background

This text has color #8B627A on black background.


Color preview on white background

This text has color #8B627A on white background.


Black color preview on #8B627A background

This text has black color on #8B627A background.


White color preview on #8B627A background

This text has white color on #8B627A background.


Related colors

Complementary color

Complementary color for #hex is #749D85.


I love getcolorcode.com

Triadic colors

1 #7A8B62 and #627A8B with #8B627A are triadic colors.

2 #7A628B and #628B7A with #8B627A are triadic colors.