COLOR #8F93C6

HEX: #8F93C6 RGB: (143,147,198)

Color info

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

RGB color model

#8F93C6 color RGB value is (143,147,198).

RGB: (143,147,198) (56%, 58%, 78%)

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 198 of 255 = 78%

143
147
198

R + G + B ~ 64%. #8F93C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 147 + 198 = 488 (100%)
R 143 of 488 ~ 29.3%
G 147 of 488 ~ 30.12%
B 198 of 488 ~ 40.57'%

%29.3
%30.12
%40.57

CMYK color model

#8F93C6 color CMYK value is (28,26,0,22).

  • cyan value is 27.78%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (28,26,0,22)
C28M26Y0K22 (28%, 26%, 0%, 22%)
(0.28 / 0.26 / 0.00 / 0.22)

CMYK percentages

%27.78
%25.76
%0
%22.35

Codes

Color #8F93C6 in popluar color models

8F 93 C6
RGB 143 147 198
HSL 236° 32.54% 66.86%
HSB/HSV 236° 27.78% 77.65%
CMYK 27.78% 25.76% 0.00%
22.35%

Color #8F93C6 in popluar number systems.

HEX 8F 93 C6
Decimal 143 147 198
Binary 10001111 10010011 11000110
Octal 217 223 306

Shades and tints

Shades of #8F93C6

#8F93C6
(143,147,198)
#8286B4
(130,134,180)
#7579A2
(117,121,162)
#686C90
(104,108,144)
#5B5F7E
(91,95,126)
#4E526C
(78,82,108)
#41455A
(65,69,90)
#343848
(52,56,72)
#272B36
(39,43,54)
#1A1E24
(26,30,36)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #8F93C6

#8F93C6
(143,147,198)
#999CCB
(153,156,203)
#A3A5D0
(163,165,208)
#ADAED5
(173,174,213)
#B7B7DA
(183,183,218)
#C1C0DF
(193,192,223)
#CBC9E4
(203,201,228)
#D5D2E9
(213,210,233)
#DFDBEE
(223,219,238)
#E9E4F3
(233,228,243)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F93C6 color. Also use rgb(143,147,198) instead hex code.

Text Font Color

.myTextColor { color: #8F93C6; }

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

This text font color is #8F93C6.

Background Color

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

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

This div background color is #8F93C6.

Border color

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

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

This div border color is #8F93C6.

Opacity

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

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

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

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

This text has shadow with #8F93C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F93C6.

Preview

Color preview on black background

This text has color #8F93C6 on black background.


Color preview on white background

This text has color #8F93C6 on white background.


Black color preview on #8F93C6 background

This text has black color on #8F93C6 background.


White color preview on #8F93C6 background

This text has white color on #8F93C6 background.


Related colors

Complementary color

Complementary color for #hex is #706C39.


I love getcolorcode.com

Triadic colors

1 #C68F93 and #93C68F with #8F93C6 are triadic colors.

2 #C6938F and #938FC6 with #8F93C6 are triadic colors.