COLOR #8F9ABE

HEX: #8F9ABE RGB: (143,154,190)

Color info

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

RGB color model

#8F9ABE color RGB value is (143,154,190).

RGB: (143,154,190) (56%, 60%, 75%)

RGB channels and saturation

R 143 of 255 = 56%
G 154 of 255 = 60%
B 190 of 255 = 75%

143
154
190

R + G + B ~ 64%. #8F9ABE is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 154 + 190 = 487 (100%)
R 143 of 487 ~ 29.36%
G 154 of 487 ~ 31.62%
B 190 of 487 ~ 39.01'%

%29.36
%31.62
%39.01

CMYK color model

#8F9ABE color CMYK value is (25,19,0,25).

  • cyan value is 24.74%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (25,19,0,25)
C25M19Y0K25 (25%, 19%, 0%, 25%)
(0.25 / 0.19 / 0.00 / 0.25)

CMYK percentages

%24.74
%18.95
%0
%25.49

Codes

Color #8F9ABE in popluar color models

8F 9A BE
RGB 143 154 190
HSL 226° 26.55% 65.29%
HSB/HSV 226° 24.74% 74.51%
CMYK 24.74% 18.95% 0.00%
25.49%

Color #8F9ABE in popluar number systems.

HEX 8F 9A BE
Decimal 143 154 190
Binary 10001111 10011010 10111110
Octal 217 232 276

Shades and tints

Shades of #8F9ABE

#8F9ABE
(143,154,190)
#828CAD
(130,140,173)
#757E9C
(117,126,156)
#68708B
(104,112,139)
#5B627A
(91,98,122)
#4E5469
(78,84,105)
#414658
(65,70,88)
#343847
(52,56,71)
#272A36
(39,42,54)
#1A1C25
(26,28,37)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #8F9ABE

#8F9ABE
(143,154,190)
#99A3C3
(153,163,195)
#A3ACC8
(163,172,200)
#ADB5CD
(173,181,205)
#B7BED2
(183,190,210)
#C1C7D7
(193,199,215)
#CBD0DC
(203,208,220)
#D5D9E1
(213,217,225)
#DFE2E6
(223,226,230)
#E9EBEB
(233,235,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9ABE color. Also use rgb(143,154,190) instead hex code.

Text Font Color

.myTextColor { color: #8F9ABE; }

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

This text font color is #8F9ABE.

Background Color

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

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

This div background color is #8F9ABE.

Border color

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

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

This div border color is #8F9ABE.

Opacity

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

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

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

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

This text has shadow with #8F9ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9ABE.

Preview

Color preview on black background

This text has color #8F9ABE on black background.


Color preview on white background

This text has color #8F9ABE on white background.


Black color preview on #8F9ABE background

This text has black color on #8F9ABE background.


White color preview on #8F9ABE background

This text has white color on #8F9ABE background.


Related colors

Complementary color

Complementary color for #hex is #706541.


I love getcolorcode.com

Triadic colors

1 #BE8F9A and #9ABE8F with #8F9ABE are triadic colors.

2 #BE9A8F and #9A8FBE with #8F9ABE are triadic colors.