COLOR #8F9CD4

HEX: #8F9CD4
RGB: (143,156,212)

Color info

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

RGB color model

#8F9CD4 color RGB value is (143,156,212).

  • red value is 143;
  • green value is 156;
  • blue value is 212.
RGB:
(143,156,212)
(56%,61%,83%)

RGB channels and saturation

R 143 of 255 = 56%
G 156 of 255 = 61%
B 212 of 255 = 83%

143
156
212

R + G + B ~ 67%. #8F9CD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 156 + 212 = 511 (100%)
R 143 of 511 ~ 27.98%
G 156 of 511 ~ 30.53%
B 212 of 511 ~ 41.49%

%27.98
%30.53
%41.49

CMYK color model

#8F9CD4 color CMYK value is (33,26,0,17).

  • cyan value is 32.55%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(33,26,0,17)
C33M26Y0K17 
(33%,26%,0%,17%)
(0.33/0.26/0.00/0.17)	

CMYK percentages

%32.55
%26.42
%0
%16.86

Codes

Color #8F9CD4 in popluar color models

8F9CD4
RGB143156212
HSL229°44.52%69.61%
HSB/HSV229°32.55%83.14%
CMYK32.55%26.42%0.00%
16.86%

Color #8F9CD4 in popluar number systems.

HEX8F9CD4
Decimal143156212
Binary100011111001110011010100
Octal217234324

Shades and tints

Shades of #8F9CD4

#8F9CD4
(143,156,212)
#828EC1
(130,142,193)
#7580AE
(117,128,174)
#68729B
(104,114,155)
#5B6488
(91,100,136)
#4E5675
(78,86,117)
#414862
(65,72,98)
#343A4F
(52,58,79)
#272C3C
(39,44,60)
#1A1E29
(26,30,41)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #8F9CD4

#8F9CD4
(143,156,212)
#99A5D7
(153,165,215)
#A3AEDA
(163,174,218)
#ADB7DD
(173,183,221)
#B7C0E0
(183,192,224)
#C1C9E3
(193,201,227)
#CBD2E6
(203,210,230)
#D5DBE9
(213,219,233)
#DFE4EC
(223,228,236)
#E9EDEF
(233,237,239)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9CD4 color. Also use rgb(143,156,212) instead hex code.

Text Font Color

.myTextColor { color: #8F9CD4; }

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

This text font color is #8F9CD4.


Background Color

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

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

This div background color is #8F9CD4.


Border color

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

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

This div border color is #8F9CD4.


Opacity

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

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

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

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

This text has shadow with #8F9CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9CD4 on black background.


Color preview on white background

This text has color #8F9CD4 on white background.



Black color preview on #8F9CD4 background

This text has black color on #8F9CD4 background.


White color preview on #8F9CD4 background

This text has white color on #8F9CD4 background.