COLOR #8F7B90

HEX: #8F7B90
RGB: (143,123,144)

Color info

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

RGB color model

#8F7B90 color RGB value is (143,123,144).

  • red value is 143;
  • green value is 123;
  • blue value is 144.
RGB:
(143,123,144)
(56%,48%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 123 of 255 = 48%
B 144 of 255 = 56%

143
123
144

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

Portions of RGB colors in percentages

R + G + B =
143 + 123 + 144 = 410 (100%)
R 143 of 410 ~ 34.88%
G 123 of 410 ~ 30%
B 144 of 410 ~ 35.12%

%34.88
%30
%35.12

CMYK color model

#8F7B90 color CMYK value is (1,15,0,44).

  • cyan value is 0.69%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(1,15,0,44)
C1M15Y0K44 
(1%,15%,0%,44%)
(0.01/0.15/0.00/0.44)	

CMYK percentages

%0.69
%14.58
%0
%43.53

Codes

Color #8F7B90 in popluar color models

8F7B90
RGB143123144
HSL297°8.64%52.35%
HSB/HSV297°14.58%56.47%
CMYK0.69%14.58%0.00%
43.53%

Color #8F7B90 in popluar number systems.

HEX8F7B90
Decimal143123144
Binary10001111111101110010000
Octal217173220

Shades and tints

Shades of #8F7B90

#8F7B90
(143,123,144)
#827083
(130,112,131)
#756576
(117,101,118)
#685A69
(104,90,105)
#5B4F5C
(91,79,92)
#4E444F
(78,68,79)
#413942
(65,57,66)
#342E35
(52,46,53)
#272328
(39,35,40)
#1A181B
(26,24,27)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #8F7B90

#8F7B90
(143,123,144)
#99879A
(153,135,154)
#A393A4
(163,147,164)
#AD9FAE
(173,159,174)
#B7ABB8
(183,171,184)
#C1B7C2
(193,183,194)
#CBC3CC
(203,195,204)
#D5CFD6
(213,207,214)
#DFDBE0
(223,219,224)
#E9E7EA
(233,231,234)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7B90 color. Also use rgb(143,123,144) instead hex code.

Text Font Color

.myTextColor { color: #8F7B90; }

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

This text font color is #8F7B90.


Background Color

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

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

This div background color is #8F7B90.


Border color

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

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

This div border color is #8F7B90.


Opacity

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

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

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

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

This text has shadow with #8F7B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7B90 on black background.


Color preview on white background

This text has color #8F7B90 on white background.



Black color preview on #8F7B90 background

This text has black color on #8F7B90 background.


White color preview on #8F7B90 background

This text has white color on #8F7B90 background.