COLOR #8D698B

HEX: #8D698B
RGB: (141,105,139)

Color info

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

RGB color model

#8D698B color RGB value is (141,105,139).

  • red value is 141;
  • green value is 105;
  • blue value is 139.
RGB:
(141,105,139)
(55%,41%,55%)

RGB channels and saturation

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

141
105
139

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

Portions of RGB colors in percentages

R + G + B =
141 + 105 + 139 = 385 (100%)
R 141 of 385 ~ 36.62%
G 105 of 385 ~ 27.27%
B 139 of 385 ~ 36.1%

%36.62
%27.27
%36.1

CMYK color model

#8D698B color CMYK value is (0,26,1,45).

  • cyan value is 0.00%
  • magenta value is 25.53%
  • yellow value is 1.42%
  • key color value is 44.71%
CMYK:
(0,26,1,45)
C0M26Y1K45 
(0%,26%,1%,45%)
(0.00/0.26/0.01/0.45)	

CMYK percentages

%0
%25.53
%1.42
%44.71

Codes

Color #8D698B in popluar color models

8D698B
RGB141105139
HSL303°14.63%48.24%
HSB/HSV303°25.53%55.29%
CMYK0.00%25.53%1.42%
44.71%

Color #8D698B in popluar number systems.

HEX8D698B
Decimal141105139
Binary10001101110100110001011
Octal215151213

Shades and tints

Shades of #8D698B

#8D698B
(141,105,139)
#81607F
(129,96,127)
#755773
(117,87,115)
#694E67
(105,78,103)
#5D455B
(93,69,91)
#513C4F
(81,60,79)
#453343
(69,51,67)
#392A37
(57,42,55)
#2D212B
(45,33,43)
#21181F
(33,24,31)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #8D698B

#8D698B
(141,105,139)
#977695
(151,118,149)
#A1839F
(161,131,159)
#AB90A9
(171,144,169)
#B59DB3
(181,157,179)
#BFAABD
(191,170,189)
#C9B7C7
(201,183,199)
#D3C4D1
(211,196,209)
#DDD1DB
(221,209,219)
#E7DEE5
(231,222,229)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D698B; }

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

This text font color is #8D698B.


Background Color

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

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

This div background color is #8D698B.


Border color

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

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

This div border color is #8D698B.


Opacity

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

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

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

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

This text has shadow with #8D698B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D698B on black background.


Color preview on white background

This text has color #8D698B on white background.



Black color preview on #8D698B background

This text has black color on #8D698B background.


White color preview on #8D698B background

This text has white color on #8D698B background.