COLOR #8B698C

HEX: #8B698C RGB: (139,105,140)

Color info

#8B698C contains red, green and blue colors in about the same proportion. Web safe color of #8B698C is #996699 (or #969).

RGB color model

#8B698C color RGB value is (139,105,140).

RGB: (139,105,140) (55%, 41%, 55%)

RGB channels and saturation

R 139 of 255 = 55%
G 105 of 255 = 41%
B 140 of 255 = 55%

139
105
140

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

Portions of RGB colors in percentages

R + G + B = 139 + 105 + 140 = 384 (100%)
R 139 of 384 ~ 36.2%
G 105 of 384 ~ 27.34%
B 140 of 384 ~ 36.46'%

%36.2
%27.34
%36.46

CMYK color model

#8B698C color CMYK value is (1,25,0,45).

  • cyan value is 0.71%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (1,25,0,45)
C1M25Y0K45 (1%, 25%, 0%, 45%)
(0.01 / 0.25 / 0.00 / 0.45)

CMYK percentages

%0.71
%25
%0
%45.1

Codes

Color #8B698C in popluar color models

8B 69 8C
RGB 139 105 140
HSL 298° 14.29% 48.04%
HSB/HSV 298° 25.00% 54.90%
CMYK 0.71% 25.00% 0.00%
45.10%

Color #8B698C in popluar number systems.

HEX 8B 69 8C
Decimal 139 105 140
Binary 10001011 1101001 10001100
Octal 213 151 214

Shades and tints

Shades of #8B698C

#8B698C
(139,105,140)
#7F6080
(127,96,128)
#735774
(115,87,116)
#674E68
(103,78,104)
#5B455C
(91,69,92)
#4F3C50
(79,60,80)
#433344
(67,51,68)
#372A38
(55,42,56)
#2B212C
(43,33,44)
#1F1820
(31,24,32)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #8B698C

#8B698C
(139,105,140)
#957696
(149,118,150)
#9F83A0
(159,131,160)
#A990AA
(169,144,170)
#B39DB4
(179,157,180)
#BDAABE
(189,170,190)
#C7B7C8
(199,183,200)
#D1C4D2
(209,196,210)
#DBD1DC
(219,209,220)
#E5DEE6
(229,222,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B698C color. Also use rgb(139,105,140) instead hex code.

Text Font Color

.myTextColor { color: #8B698C; }

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

This text font color is #8B698C.

Background Color

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

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

This div background color is #8B698C.

Border color

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

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

This div border color is #8B698C.

Opacity

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

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

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

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

This text has shadow with #8B698C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B698C.

Preview

Color preview on black background

This text has color #8B698C on black background.


Color preview on white background

This text has color #8B698C on white background.


Black color preview on #8B698C background

This text has black color on #8B698C background.


White color preview on #8B698C background

This text has white color on #8B698C background.


Related colors

Complementary color

Complementary color for #hex is #749673.


I love getcolorcode.com

Triadic colors

1 #8C8B69 and #698C8B with #8B698C are triadic colors.

2 #8C698B and #698B8C with #8B698C are triadic colors.