COLOR #8FA3C0

HEX: #8FA3C0 RGB: (143,163,192)

Color info

#8FA3C0 contains red, green and blue colors in about the same proportion. Web safe color of #8FA3C0 is #9999CC (or #99C).

RGB color model

#8FA3C0 color RGB value is (143,163,192).

RGB: (143,163,192) (56%, 64%, 75%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 192 of 255 = 75%

143
163
192

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

Portions of RGB colors in percentages

R + G + B = 143 + 163 + 192 = 498 (100%)
R 143 of 498 ~ 28.71%
G 163 of 498 ~ 32.73%
B 192 of 498 ~ 38.55'%

%28.71
%32.73
%38.55

CMYK color model

#8FA3C0 color CMYK value is (26,15,0,25).

  • cyan value is 25.52%
  • magenta value is 15.10%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (26,15,0,25) C26M15Y0K25 (26%,15%,0%,25%) (0.26/0.15/0.00/0.25) 

CMYK percentages

%25.52
%15.1
%0
%24.71

Codes

Color #8FA3C0 in popluar color models

8F A3 C0
RGB 143 163 192
HSL 216° 28.00% 65.69%
HSB/HSV 216° 25.52% 75.29%
CMYK 25.52% 15.10% 0.00%
24.71%

Color #8FA3C0 in popluar number systems.

HEX 8F A3 C0
Decimal 143 163 192
Binary 10001111 10100011 11000000
Octal 217 243 300

Shades and tints

Shades of #8FA3C0

#8FA3C0
(143,163,192)
#8295AF
(130,149,175)
#75879E
(117,135,158)
#68798D
(104,121,141)
#5B6B7C
(91,107,124)
#4E5D6B
(78,93,107)
#414F5A
(65,79,90)
#344149
(52,65,73)
#273338
(39,51,56)
#1A2527
(26,37,39)
#0D1716
(13,23,22)
#000000
(0,0,0)

Tints of #8FA3C0

#8FA3C0
(143,163,192)
#99ABC5
(153,171,197)
#A3B3CA
(163,179,202)
#ADBBCF
(173,187,207)
#B7C3D4
(183,195,212)
#C1CBD9
(193,203,217)
#CBD3DE
(203,211,222)
#D5DBE3
(213,219,227)
#DFE3E8
(223,227,232)
#E9EBED
(233,235,237)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA3C0 color. Also use rgb(143,163,192) instead hex code.

Text Font Color

.myTextColor { color: #8FA3C0; }

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

This text font color is #8FA3C0.

Background Color

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

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

This div background color is #8FA3C0.

Border color

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

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

This div border color is #8FA3C0.

Opacity

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

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

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

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

This text has shadow with #8FA3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA3C0.

Preview

Color preview on black background

This text has color #8FA3C0 on black background.


Color preview on white background

This text has color #8FA3C0 on white background.


Black color preview on #8FA3C0 background

This text has black color on #8FA3C0 background.


White color preview on #8FA3C0 background

This text has white color on #8FA3C0 background.


Related colors

Complementary color

Complementary color for #hex is #705C3F.


I love getcolorcode.com

Triadic colors

1 #C08FA3 and #A3C08F with #8FA3C0 are triadic colors.

2 #C0A38F and #A38FC0 with #8FA3C0 are triadic colors.