COLOR #8D7695

HEX: #8D7695
RGB: (141,118,149)

Color info

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

RGB color model

#8D7695 color RGB value is (141,118,149).

  • red value is 141;
  • green value is 118;
  • blue value is 149.
RGB:
(141,118,149)
(55%,46%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 118 of 255 = 46%
B 149 of 255 = 58%

141
118
149

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

Portions of RGB colors in percentages

R + G + B =
141 + 118 + 149 = 408 (100%)
R 141 of 408 ~ 34.56%
G 118 of 408 ~ 28.92%
B 149 of 408 ~ 36.52%

%34.56
%28.92
%36.52

CMYK color model

#8D7695 color CMYK value is (5,21,0,42).

  • cyan value is 5.37%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(5,21,0,42)
C5M21Y0K42 
(5%,21%,0%,42%)
(0.05/0.21/0.00/0.42)	

CMYK percentages

%5.37
%20.81
%0
%41.57

Codes

Color #8D7695 in popluar color models

8D7695
RGB141118149
HSL285°12.76%52.35%
HSB/HSV285°20.81%58.43%
CMYK5.37%20.81%0.00%
41.57%

Color #8D7695 in popluar number systems.

HEX8D7695
Decimal141118149
Binary10001101111011010010101
Octal215166225

Shades and tints

Shades of #8D7695

#8D7695
(141,118,149)
#816C88
(129,108,136)
#75627B
(117,98,123)
#69586E
(105,88,110)
#5D4E61
(93,78,97)
#514454
(81,68,84)
#453A47
(69,58,71)
#39303A
(57,48,58)
#2D262D
(45,38,45)
#211C20
(33,28,32)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8D7695

#8D7695
(141,118,149)
#97829E
(151,130,158)
#A18EA7
(161,142,167)
#AB9AB0
(171,154,176)
#B5A6B9
(181,166,185)
#BFB2C2
(191,178,194)
#C9BECB
(201,190,203)
#D3CAD4
(211,202,212)
#DDD6DD
(221,214,221)
#E7E2E6
(231,226,230)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7695; }

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

This text font color is #8D7695.


Background Color

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

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

This div background color is #8D7695.


Border color

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

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

This div border color is #8D7695.


Opacity

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

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

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

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

This text has shadow with #8D7695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7695 on black background.


Color preview on white background

This text has color #8D7695 on white background.



Black color preview on #8D7695 background

This text has black color on #8D7695 background.


White color preview on #8D7695 background

This text has white color on #8D7695 background.