COLOR #8F749B

HEX: #8F749B
RGB: (143,116,155)

Color info

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

RGB color model

#8F749B color RGB value is (143,116,155).

  • red value is 143;
  • green value is 116;
  • blue value is 155.
RGB:
(143,116,155)
(56%,45%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 116 of 255 = 45%
B 155 of 255 = 61%

143
116
155

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

Portions of RGB colors in percentages

R + G + B =
143 + 116 + 155 = 414 (100%)
R 143 of 414 ~ 34.54%
G 116 of 414 ~ 28.02%
B 155 of 414 ~ 37.44%

%34.54
%28.02
%37.44

CMYK color model

#8F749B color CMYK value is (8,25,0,39).

  • cyan value is 7.74%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(8,25,0,39)
C8M25Y0K39 
(8%,25%,0%,39%)
(0.08/0.25/0.00/0.39)	

CMYK percentages

%7.74
%25.16
%0
%39.22

Codes

Color #8F749B in popluar color models

8F749B
RGB143116155
HSL282°16.32%53.14%
HSB/HSV282°25.16%60.78%
CMYK7.74%25.16%0.00%
39.22%

Color #8F749B in popluar number systems.

HEX8F749B
Decimal143116155
Binary10001111111010010011011
Octal217164233

Shades and tints

Shades of #8F749B

#8F749B
(143,116,155)
#826A8D
(130,106,141)
#75607F
(117,96,127)
#685671
(104,86,113)
#5B4C63
(91,76,99)
#4E4255
(78,66,85)
#413847
(65,56,71)
#342E39
(52,46,57)
#27242B
(39,36,43)
#1A1A1D
(26,26,29)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #8F749B

#8F749B
(143,116,155)
#9980A4
(153,128,164)
#A38CAD
(163,140,173)
#AD98B6
(173,152,182)
#B7A4BF
(183,164,191)
#C1B0C8
(193,176,200)
#CBBCD1
(203,188,209)
#D5C8DA
(213,200,218)
#DFD4E3
(223,212,227)
#E9E0EC
(233,224,236)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F749B color. Also use rgb(143,116,155) instead hex code.

Text Font Color

.myTextColor { color: #8F749B; }

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

This text font color is #8F749B.


Background Color

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

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

This div background color is #8F749B.


Border color

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

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

This div border color is #8F749B.


Opacity

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

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

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

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

This text has shadow with #8F749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F749B on black background.


Color preview on white background

This text has color #8F749B on white background.



Black color preview on #8F749B background

This text has black color on #8F749B background.


White color preview on #8F749B background

This text has white color on #8F749B background.