COLOR #8D698E

HEX: #8D698E
RGB: (141,105,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

141
105
142

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

Portions of RGB colors in percentages

R + G + B =
141 + 105 + 142 = 388 (100%)
R 141 of 388 ~ 36.34%
G 105 of 388 ~ 27.06%
B 142 of 388 ~ 36.6%

%36.34
%27.06
%36.6

CMYK color model

#8D698E color CMYK value is (1,26,0,44).

  • cyan value is 0.70%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(1,26,0,44)
C1M26Y0K44 
(1%,26%,0%,44%)
(0.01/0.26/0.00/0.44)	

CMYK percentages

%0.7
%26.06
%0
%44.31

Codes

Color #8D698E in popluar color models

8D698E
RGB141105142
HSL298°14.98%48.43%
HSB/HSV298°26.06%55.69%
CMYK0.70%26.06%0.00%
44.31%

Color #8D698E in popluar number systems.

HEX8D698E
Decimal141105142
Binary10001101110100110001110
Octal215151216

Shades and tints

Shades of #8D698E

#8D698E
(141,105,142)
#816082
(129,96,130)
#755776
(117,87,118)
#694E6A
(105,78,106)
#5D455E
(93,69,94)
#513C52
(81,60,82)
#453346
(69,51,70)
#392A3A
(57,42,58)
#2D212E
(45,33,46)
#211822
(33,24,34)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #8D698E

#8D698E
(141,105,142)
#977698
(151,118,152)
#A183A2
(161,131,162)
#AB90AC
(171,144,172)
#B59DB6
(181,157,182)
#BFAAC0
(191,170,192)
#C9B7CA
(201,183,202)
#D3C4D4
(211,196,212)
#DDD1DE
(221,209,222)
#E7DEE8
(231,222,232)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D698E; }

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

This text font color is #8D698E.


Background Color

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

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

This div background color is #8D698E.


Border color

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

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

This div border color is #8D698E.


Opacity

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

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

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

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

This text has shadow with #8D698E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D698E on black background.


Color preview on white background

This text has color #8D698E on white background.



Black color preview on #8D698E background

This text has black color on #8D698E background.


White color preview on #8D698E background

This text has white color on #8D698E background.