COLOR #8D7BA7

HEX: #8D7BA7
RGB: (141,123,167)

Color info

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

RGB color model

#8D7BA7 color RGB value is (141,123,167).

  • red value is 141;
  • green value is 123;
  • blue value is 167.
RGB:
(141,123,167)
(55%,48%,65%)

RGB channels and saturation

R 141 of 255 = 55%
G 123 of 255 = 48%
B 167 of 255 = 65%

141
123
167

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

Portions of RGB colors in percentages

R + G + B =
141 + 123 + 167 = 431 (100%)
R 141 of 431 ~ 32.71%
G 123 of 431 ~ 28.54%
B 167 of 431 ~ 38.75%

%32.71
%28.54
%38.75

CMYK color model

#8D7BA7 color CMYK value is (16,26,0,35).

  • cyan value is 15.57%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(16,26,0,35)
C16M26Y0K35 
(16%,26%,0%,35%)
(0.16/0.26/0.00/0.35)	

CMYK percentages

%15.57
%26.35
%0
%34.51

Codes

Color #8D7BA7 in popluar color models

8D7BA7
RGB141123167
HSL265°20.00%56.86%
HSB/HSV265°26.35%65.49%
CMYK15.57%26.35%0.00%
34.51%

Color #8D7BA7 in popluar number systems.

HEX8D7BA7
Decimal141123167
Binary10001101111101110100111
Octal215173247

Shades and tints

Shades of #8D7BA7

#8D7BA7
(141,123,167)
#817098
(129,112,152)
#756589
(117,101,137)
#695A7A
(105,90,122)
#5D4F6B
(93,79,107)
#51445C
(81,68,92)
#45394D
(69,57,77)
#392E3E
(57,46,62)
#2D232F
(45,35,47)
#211820
(33,24,32)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #8D7BA7

#8D7BA7
(141,123,167)
#9787AF
(151,135,175)
#A193B7
(161,147,183)
#AB9FBF
(171,159,191)
#B5ABC7
(181,171,199)
#BFB7CF
(191,183,207)
#C9C3D7
(201,195,215)
#D3CFDF
(211,207,223)
#DDDBE7
(221,219,231)
#E7E7EF
(231,231,239)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D7BA7; }

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

This text font color is #8D7BA7.


Background Color

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

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

This div background color is #8D7BA7.


Border color

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

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

This div border color is #8D7BA7.


Opacity

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

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

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

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

This text has shadow with #8D7BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7BA7 on black background.


Color preview on white background

This text has color #8D7BA7 on white background.



Black color preview on #8D7BA7 background

This text has black color on #8D7BA7 background.


White color preview on #8D7BA7 background

This text has white color on #8D7BA7 background.