COLOR #8FA4CB

HEX: #8FA4CB
RGB: (143,164,203)

Color info

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

RGB color model

#8FA4CB color RGB value is (143,164,203).

  • red value is 143;
  • green value is 164;
  • blue value is 203.
RGB:
(143,164,203)
(56%,64%,80%)

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 203 of 255 = 80%

143
164
203

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

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 203 = 510 (100%)
R 143 of 510 ~ 28.04%
G 164 of 510 ~ 32.16%
B 203 of 510 ~ 39.8%

%28.04
%32.16
%39.8

CMYK color model

#8FA4CB color CMYK value is (30,19,0,20).

  • cyan value is 29.56%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(30,19,0,20)
C30M19Y0K20 
(30%,19%,0%,20%)
(0.30/0.19/0.00/0.20)	

CMYK percentages

%29.56
%19.21
%0
%20.39

Codes

Color #8FA4CB in popluar color models

8FA4CB
RGB143164203
HSL219°36.59%67.84%
HSB/HSV219°29.56%79.61%
CMYK29.56%19.21%0.00%
20.39%

Color #8FA4CB in popluar number systems.

HEX8FA4CB
Decimal143164203
Binary100011111010010011001011
Octal217244313

Shades and tints

Shades of #8FA4CB

#8FA4CB
(143,164,203)
#8296B9
(130,150,185)
#7588A7
(117,136,167)
#687A95
(104,122,149)
#5B6C83
(91,108,131)
#4E5E71
(78,94,113)
#41505F
(65,80,95)
#34424D
(52,66,77)
#27343B
(39,52,59)
#1A2629
(26,38,41)
#0D1817
(13,24,23)
#000000
(0,0,0)

Tints of #8FA4CB

#8FA4CB
(143,164,203)
#99ACCF
(153,172,207)
#A3B4D3
(163,180,211)
#ADBCD7
(173,188,215)
#B7C4DB
(183,196,219)
#C1CCDF
(193,204,223)
#CBD4E3
(203,212,227)
#D5DCE7
(213,220,231)
#DFE4EB
(223,228,235)
#E9ECEF
(233,236,239)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA4CB color. Also use rgb(143,164,203) instead hex code.

Text Font Color

.myTextColor { color: #8FA4CB; }

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

This text font color is #8FA4CB.


Background Color

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

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

This div background color is #8FA4CB.


Border color

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

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

This div border color is #8FA4CB.


Opacity

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

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

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

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

This text has shadow with #8FA4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA4CB on black background.


Color preview on white background

This text has color #8FA4CB on white background.



Black color preview on #8FA4CB background

This text has black color on #8FA4CB background.


White color preview on #8FA4CB background

This text has white color on #8FA4CB background.