COLOR #8D698D

HEX: #8D698D
RGB: (141,105,141)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
105
141

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

Portions of RGB colors in percentages

R + G + B =
141 + 105 + 141 = 387 (100%)
R 141 of 387 ~ 36.43%
G 105 of 387 ~ 27.13%
B 141 of 387 ~ 36.43%

%36.43
%27.13
%36.43

CMYK color model

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

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

CMYK percentages

%0
%25.53
%0
%44.71

Codes

Color #8D698D in popluar color models

8D698D
RGB141105141
HSL300°14.63%48.24%
HSB/HSV300°25.53%55.29%
CMYK0.00%25.53%0.00%
44.71%

Color #8D698D in popluar number systems.

HEX8D698D
Decimal141105141
Binary10001101110100110001101
Octal215151215

Shades and tints

Shades of #8D698D

#8D698D
(141,105,141)
#816081
(129,96,129)
#755775
(117,87,117)
#694E69
(105,78,105)
#5D455D
(93,69,93)
#513C51
(81,60,81)
#453345
(69,51,69)
#392A39
(57,42,57)
#2D212D
(45,33,45)
#211821
(33,24,33)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #8D698D

#8D698D
(141,105,141)
#977697
(151,118,151)
#A183A1
(161,131,161)
#AB90AB
(171,144,171)
#B59DB5
(181,157,181)
#BFAABF
(191,170,191)
#C9B7C9
(201,183,201)
#D3C4D3
(211,196,211)
#DDD1DD
(221,209,221)
#E7DEE7
(231,222,231)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D698D; }

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

This text font color is #8D698D.


Background Color

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

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

This div background color is #8D698D.


Border color

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

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

This div border color is #8D698D.


Opacity

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

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

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

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

This text has shadow with #8D698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D698D on black background.


Color preview on white background

This text has color #8D698D on white background.



Black color preview on #8D698D background

This text has black color on #8D698D background.


White color preview on #8D698D background

This text has white color on #8D698D background.