COLOR #8FA6CC

HEX: #8FA6CC RGB: (143,166,204)

Color info

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

RGB color model

#8FA6CC color RGB value is (143,166,204).

RGB: (143,166,204) (56%, 65%, 80%)

RGB channels and saturation

R 143 of 255 = 56%
G 166 of 255 = 65%
B 204 of 255 = 80%

143
166
204

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

Portions of RGB colors in percentages

R + G + B = 143 + 166 + 204 = 513 (100%)
R 143 of 513 ~ 27.88%
G 166 of 513 ~ 32.36%
B 204 of 513 ~ 39.77'%

%27.88
%32.36
%39.77

CMYK color model

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

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

CMYK percentages

%29.9
%18.63
%0
%20

Codes

Color #8FA6CC in popluar color models

8F A6 CC
RGB 143 166 204
HSL 217° 37.42% 68.04%
HSB/HSV 217° 29.90% 80.00%
CMYK 29.90% 18.63% 0.00%
20.00%

Color #8FA6CC in popluar number systems.

HEX 8F A6 CC
Decimal 143 166 204
Binary 10001111 10100110 11001100
Octal 217 246 314

Shades and tints

Shades of #8FA6CC

#8FA6CC
(143,166,204)
#8297BA
(130,151,186)
#7588A8
(117,136,168)
#687996
(104,121,150)
#5B6A84
(91,106,132)
#4E5B72
(78,91,114)
#414C60
(65,76,96)
#343D4E
(52,61,78)
#272E3C
(39,46,60)
#1A1F2A
(26,31,42)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #8FA6CC

#8FA6CC
(143,166,204)
#99AED0
(153,174,208)
#A3B6D4
(163,182,212)
#ADBED8
(173,190,216)
#B7C6DC
(183,198,220)
#C1CEE0
(193,206,224)
#CBD6E4
(203,214,228)
#D5DEE8
(213,222,232)
#DFE6EC
(223,230,236)
#E9EEF0
(233,238,240)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA6CC; }

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

This text font color is #8FA6CC.

Background Color

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

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

This div background color is #8FA6CC.

Border color

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

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

This div border color is #8FA6CC.

Opacity

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

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

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

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

This text has shadow with #8FA6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA6CC.

Preview

Color preview on black background

This text has color #8FA6CC on black background.


Color preview on white background

This text has color #8FA6CC on white background.


Black color preview on #8FA6CC background

This text has black color on #8FA6CC background.


White color preview on #8FA6CC background

This text has white color on #8FA6CC background.


Related colors

Complementary color

Complementary color for #hex is #705933.


I love getcolorcode.com

Triadic colors

1 #CC8FA6 and #A6CC8F with #8FA6CC are triadic colors.

2 #CCA68F and #A68FCC with #8FA6CC are triadic colors.