COLOR #8FA0CC

HEX: #8FA0CC
RGB: (143,160,204)

Color info

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

RGB color model

#8FA0CC color RGB value is (143,160,204).

  • red value is 143;
  • green value is 160;
  • blue value is 204.
RGB:
(143,160,204)
(56%,63%,80%)

RGB channels and saturation

R 143 of 255 = 56%
G 160 of 255 = 63%
B 204 of 255 = 80%

143
160
204

R + G + B ~ 66%. #8FA0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 160 + 204 = 507 (100%)
R 143 of 507 ~ 28.21%
G 160 of 507 ~ 31.56%
B 204 of 507 ~ 40.24%

%28.21
%31.56
%40.24

CMYK color model

#8FA0CC color CMYK value is (30,22,0,20).

  • cyan value is 29.90%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(30,22,0,20)
C30M22Y0K20 
(30%,22%,0%,20%)
(0.30/0.22/0.00/0.20)	

CMYK percentages

%29.9
%21.57
%0
%20

Codes

Color #8FA0CC in popluar color models

8FA0CC
RGB143160204
HSL223°37.42%68.04%
HSB/HSV223°29.90%80.00%
CMYK29.90%21.57%0.00%
20.00%

Color #8FA0CC in popluar number systems.

HEX8FA0CC
Decimal143160204
Binary100011111010000011001100
Octal217240314

Shades and tints

Shades of #8FA0CC

#8FA0CC
(143,160,204)
#8292BA
(130,146,186)
#7584A8
(117,132,168)
#687696
(104,118,150)
#5B6884
(91,104,132)
#4E5A72
(78,90,114)
#414C60
(65,76,96)
#343E4E
(52,62,78)
#27303C
(39,48,60)
#1A222A
(26,34,42)
#0D1418
(13,20,24)
#000000
(0,0,0)

Tints of #8FA0CC

#8FA0CC
(143,160,204)
#99A8D0
(153,168,208)
#A3B0D4
(163,176,212)
#ADB8D8
(173,184,216)
#B7C0DC
(183,192,220)
#C1C8E0
(193,200,224)
#CBD0E4
(203,208,228)
#D5D8E8
(213,216,232)
#DFE0EC
(223,224,236)
#E9E8F0
(233,232,240)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA0CC; }

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

This text font color is #8FA0CC.


Background Color

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

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

This div background color is #8FA0CC.


Border color

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

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

This div border color is #8FA0CC.


Opacity

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

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

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

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

This text has shadow with #8FA0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA0CC on black background.


Color preview on white background

This text has color #8FA0CC on white background.



Black color preview on #8FA0CC background

This text has black color on #8FA0CC background.


White color preview on #8FA0CC background

This text has white color on #8FA0CC background.