COLOR #8F9DBA

HEX: #8F9DBA RGB: (143,157,186)

Color info

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

RGB color model

#8F9DBA color RGB value is (143,157,186).

RGB: (143,157,186) (56%, 62%, 73%)

RGB channels and saturation

R 143 of 255 = 56%
G 157 of 255 = 62%
B 186 of 255 = 73%

143
157
186

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

Portions of RGB colors in percentages

R + G + B = 143 + 157 + 186 = 486 (100%)
R 143 of 486 ~ 29.42%
G 157 of 486 ~ 32.3%
B 186 of 486 ~ 38.27'%

%29.42
%32.3
%38.27

CMYK color model

#8F9DBA color CMYK value is (23,16,0,27).

  • cyan value is 23.12%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (23,16,0,27)
C23M16Y0K27 (23%, 16%, 0%, 27%)
(0.23 / 0.16 / 0.00 / 0.27)

CMYK percentages

%23.12
%15.59
%0
%27.06

Codes

Color #8F9DBA in popluar color models

8F 9D BA
RGB 143 157 186
HSL 220° 23.76% 64.51%
HSB/HSV 220° 23.12% 72.94%
CMYK 23.12% 15.59% 0.00%
27.06%

Color #8F9DBA in popluar number systems.

HEX 8F 9D BA
Decimal 143 157 186
Binary 10001111 10011101 10111010
Octal 217 235 272

Shades and tints

Shades of #8F9DBA

#8F9DBA
(143,157,186)
#828FAA
(130,143,170)
#75819A
(117,129,154)
#68738A
(104,115,138)
#5B657A
(91,101,122)
#4E576A
(78,87,106)
#41495A
(65,73,90)
#343B4A
(52,59,74)
#272D3A
(39,45,58)
#1A1F2A
(26,31,42)
#0D111A
(13,17,26)
#000000
(0,0,0)

Tints of #8F9DBA

#8F9DBA
(143,157,186)
#99A5C0
(153,165,192)
#A3ADC6
(163,173,198)
#ADB5CC
(173,181,204)
#B7BDD2
(183,189,210)
#C1C5D8
(193,197,216)
#CBCDDE
(203,205,222)
#D5D5E4
(213,213,228)
#DFDDEA
(223,221,234)
#E9E5F0
(233,229,240)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9DBA color. Also use rgb(143,157,186) instead hex code.

Text Font Color

.myTextColor { color: #8F9DBA; }

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

This text font color is #8F9DBA.

Background Color

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

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

This div background color is #8F9DBA.

Border color

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

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

This div border color is #8F9DBA.

Opacity

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

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

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

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

This text has shadow with #8F9DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9DBA.

Preview

Color preview on black background

This text has color #8F9DBA on black background.


Color preview on white background

This text has color #8F9DBA on white background.


Black color preview on #8F9DBA background

This text has black color on #8F9DBA background.


White color preview on #8F9DBA background

This text has white color on #8F9DBA background.


Related colors

Complementary color

Complementary color for #hex is #706245.


I love getcolorcode.com

Triadic colors

1 #BA8F9D and #9DBA8F with #8F9DBA are triadic colors.

2 #BA9D8F and #9D8FBA with #8F9DBA are triadic colors.