COLOR #8F93CC

HEX: #8F93CC RGB: (143,147,204)

Color info

#8F93CC contains mainly green and blue colors. Web safe color of #8F93CC is #9999CC (or #99C).

RGB color model

#8F93CC color RGB value is (143,147,204).

RGB: (143,147,204) (56%, 58%, 80%)

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 204 of 255 = 80%

143
147
204

R + G + B ~ 65%. #8F93CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 147 + 204 = 494 (100%)
R 143 of 494 ~ 28.95%
G 147 of 494 ~ 29.76%
B 204 of 494 ~ 41.3'%

%28.95
%29.76
%41.3

CMYK color model

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

  • cyan value is 29.90%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (30,28,0,20) C30M28Y0K20 (30%,28%,0%,20%) (0.30/0.28/0.00/0.20) 

CMYK percentages

%29.9
%27.94
%0
%20

Codes

Color #8F93CC in popluar color models

8F 93 CC
RGB 143 147 204
HSL 236° 37.42% 68.04%
HSB/HSV 236° 29.90% 80.00%
CMYK 29.90% 27.94% 0.00%
20.00%

Color #8F93CC in popluar number systems.

HEX 8F 93 CC
Decimal 143 147 204
Binary 10001111 10010011 11001100
Octal 217 223 314

Shades and tints

Shades of #8F93CC

#8F93CC
(143,147,204)
#8286BA
(130,134,186)
#7579A8
(117,121,168)
#686C96
(104,108,150)
#5B5F84
(91,95,132)
#4E5272
(78,82,114)
#414560
(65,69,96)
#34384E
(52,56,78)
#272B3C
(39,43,60)
#1A1E2A
(26,30,42)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #8F93CC

#8F93CC
(143,147,204)
#999CD0
(153,156,208)
#A3A5D4
(163,165,212)
#ADAED8
(173,174,216)
#B7B7DC
(183,183,220)
#C1C0E0
(193,192,224)
#CBC9E4
(203,201,228)
#D5D2E8
(213,210,232)
#DFDBEC
(223,219,236)
#E9E4F0
(233,228,240)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F93CC; }

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

This text font color is #8F93CC.

Background Color

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

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

This div background color is #8F93CC.

Border color

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

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

This div border color is #8F93CC.

Opacity

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

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

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

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

This text has shadow with #8F93CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F93CC.

Preview

Color preview on black background

This text has color #8F93CC on black background.


Color preview on white background

This text has color #8F93CC on white background.


Black color preview on #8F93CC background

This text has black color on #8F93CC background.


White color preview on #8F93CC background

This text has white color on #8F93CC background.


Related colors

Complementary color

Complementary color for #hex is #706C33.


I love getcolorcode.com

Triadic colors

1 #CC8F93 and #93CC8F with #8F93CC are triadic colors.

2 #CC938F and #938FCC with #8F93CC are triadic colors.