COLOR #8F8DC3

HEX: #8F8DC3 RGB: (143,141,195)

Color info

#8F8DC3 contains red, green and blue colors in about the same proportion. Web safe color of #8F8DC3 is #9999CC (or #99C).

RGB color model

#8F8DC3 color RGB value is (143,141,195).

RGB: (143,141,195) (56%, 55%, 76%)

RGB channels and saturation

R 143 of 255 = 56%
G 141 of 255 = 55%
B 195 of 255 = 76%

143
141
195

R + G + B ~ 62%. #8F8DC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 141 + 195 = 479 (100%)
R 143 of 479 ~ 29.85%
G 141 of 479 ~ 29.44%
B 195 of 479 ~ 40.71'%

%29.85
%29.44
%40.71

CMYK color model

#8F8DC3 color CMYK value is (27,28,0,24).

  • cyan value is 26.67%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (27,28,0,24) C27M28Y0K24 (27%,28%,0%,24%) (0.27/0.28/0.00/0.24) 

CMYK percentages

%26.67
%27.69
%0
%23.53

Codes

Color #8F8DC3 in popluar color models

8F 8D C3
RGB 143 141 195
HSL 242° 31.03% 65.88%
HSB/HSV 242° 27.69% 76.47%
CMYK 26.67% 27.69% 0.00%
23.53%

Color #8F8DC3 in popluar number systems.

HEX 8F 8D C3
Decimal 143 141 195
Binary 10001111 10001101 11000011
Octal 217 215 303

Shades and tints

Shades of #8F8DC3

#8F8DC3
(143,141,195)
#8281B2
(130,129,178)
#7575A1
(117,117,161)
#686990
(104,105,144)
#5B5D7F
(91,93,127)
#4E516E
(78,81,110)
#41455D
(65,69,93)
#34394C
(52,57,76)
#272D3B
(39,45,59)
#1A212A
(26,33,42)
#0D1519
(13,21,25)
#000000
(0,0,0)

Tints of #8F8DC3

#8F8DC3
(143,141,195)
#9997C8
(153,151,200)
#A3A1CD
(163,161,205)
#ADABD2
(173,171,210)
#B7B5D7
(183,181,215)
#C1BFDC
(193,191,220)
#CBC9E1
(203,201,225)
#D5D3E6
(213,211,230)
#DFDDEB
(223,221,235)
#E9E7F0
(233,231,240)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8DC3 color. Also use rgb(143,141,195) instead hex code.

Text Font Color

.myTextColor { color: #8F8DC3; }

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

This text font color is #8F8DC3.

Background Color

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

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

This div background color is #8F8DC3.

Border color

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

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

This div border color is #8F8DC3.

Opacity

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

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

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

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

This text has shadow with #8F8DC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8DC3.

Preview

Color preview on black background

This text has color #8F8DC3 on black background.


Color preview on white background

This text has color #8F8DC3 on white background.


Black color preview on #8F8DC3 background

This text has black color on #8F8DC3 background.


White color preview on #8F8DC3 background

This text has white color on #8F8DC3 background.


Related colors

Complementary color

Complementary color for #hex is #70723C.


I love getcolorcode.com

Triadic colors

1 #C38F8D and #8DC38F with #8F8DC3 are triadic colors.

2 #C38D8F and #8D8FC3 with #8F8DC3 are triadic colors.