COLOR #8F7DB3

HEX: #8F7DB3
RGB: (143,125,179)

Color info

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

RGB color model

#8F7DB3 color RGB value is (143,125,179).

  • red value is 143;
  • green value is 125;
  • blue value is 179.
RGB:
(143,125,179)
(56%,49%,70%)

RGB channels and saturation

R 143 of 255 = 56%
G 125 of 255 = 49%
B 179 of 255 = 70%

143
125
179

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

Portions of RGB colors in percentages

R + G + B =
143 + 125 + 179 = 447 (100%)
R 143 of 447 ~ 31.99%
G 125 of 447 ~ 27.96%
B 179 of 447 ~ 40.04%

%31.99
%27.96
%40.04

CMYK color model

#8F7DB3 color CMYK value is (20,30,0,30).

  • cyan value is 20.11%
  • magenta value is 30.17%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(20,30,0,30)
C20M30Y0K30 
(20%,30%,0%,30%)
(0.20/0.30/0.00/0.30)	

CMYK percentages

%20.11
%30.17
%0
%29.8

Codes

Color #8F7DB3 in popluar color models

8F7DB3
RGB143125179
HSL260°26.21%59.61%
HSB/HSV260°30.17%70.20%
CMYK20.11%30.17%0.00%
29.80%

Color #8F7DB3 in popluar number systems.

HEX8F7DB3
Decimal143125179
Binary10001111111110110110011
Octal217175263

Shades and tints

Shades of #8F7DB3

#8F7DB3
(143,125,179)
#8272A3
(130,114,163)
#756793
(117,103,147)
#685C83
(104,92,131)
#5B5173
(91,81,115)
#4E4663
(78,70,99)
#413B53
(65,59,83)
#343043
(52,48,67)
#272533
(39,37,51)
#1A1A23
(26,26,35)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #8F7DB3

#8F7DB3
(143,125,179)
#9988B9
(153,136,185)
#A393BF
(163,147,191)
#AD9EC5
(173,158,197)
#B7A9CB
(183,169,203)
#C1B4D1
(193,180,209)
#CBBFD7
(203,191,215)
#D5CADD
(213,202,221)
#DFD5E3
(223,213,227)
#E9E0E9
(233,224,233)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7DB3 color. Also use rgb(143,125,179) instead hex code.

Text Font Color

.myTextColor { color: #8F7DB3; }

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

This text font color is #8F7DB3.


Background Color

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

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

This div background color is #8F7DB3.


Border color

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

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

This div border color is #8F7DB3.


Opacity

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

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

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

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

This text has shadow with #8F7DB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7DB3 on black background.


Color preview on white background

This text has color #8F7DB3 on white background.



Black color preview on #8F7DB3 background

This text has black color on #8F7DB3 background.


White color preview on #8F7DB3 background

This text has white color on #8F7DB3 background.