COLOR #8F88BA

HEX: #8F88BA RGB: (143,136,186)

Color info

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

RGB color model

#8F88BA color RGB value is (143,136,186).

RGB: (143,136,186) (56%, 53%, 73%)

RGB channels and saturation

R 143 of 255 = 56%
G 136 of 255 = 53%
B 186 of 255 = 73%

143
136
186

R + G + B ~ 61%. #8F88BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 136 + 186 = 465 (100%)
R 143 of 465 ~ 30.75%
G 136 of 465 ~ 29.25%
B 186 of 465 ~ 40'%

%30.75
%29.25
%40

CMYK color model

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

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

CMYK: (23,27,0,27)
C23M27Y0K27 (23%, 27%, 0%, 27%)
(0.23 / 0.27 / 0.00 / 0.27)

CMYK percentages

%23.12
%26.88
%0
%27.06

Codes

Color #8F88BA in popluar color models

8F 88 BA
RGB 143 136 186
HSL 248° 26.60% 63.14%
HSB/HSV 248° 26.88% 72.94%
CMYK 23.12% 26.88% 0.00%
27.06%

Color #8F88BA in popluar number systems.

HEX 8F 88 BA
Decimal 143 136 186
Binary 10001111 10001000 10111010
Octal 217 210 272

Shades and tints

Shades of #8F88BA

#8F88BA
(143,136,186)
#827CAA
(130,124,170)
#75709A
(117,112,154)
#68648A
(104,100,138)
#5B587A
(91,88,122)
#4E4C6A
(78,76,106)
#41405A
(65,64,90)
#34344A
(52,52,74)
#27283A
(39,40,58)
#1A1C2A
(26,28,42)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #8F88BA

#8F88BA
(143,136,186)
#9992C0
(153,146,192)
#A39CC6
(163,156,198)
#ADA6CC
(173,166,204)
#B7B0D2
(183,176,210)
#C1BAD8
(193,186,216)
#CBC4DE
(203,196,222)
#D5CEE4
(213,206,228)
#DFD8EA
(223,216,234)
#E9E2F0
(233,226,240)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F88BA; }

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

This text font color is #8F88BA.

Background Color

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

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

This div background color is #8F88BA.

Border color

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

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

This div border color is #8F88BA.

Opacity

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

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

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

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

This text has shadow with #8F88BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F88BA.

Preview

Color preview on black background

This text has color #8F88BA on black background.


Color preview on white background

This text has color #8F88BA on white background.


Black color preview on #8F88BA background

This text has black color on #8F88BA background.


White color preview on #8F88BA background

This text has white color on #8F88BA background.


Related colors

Complementary color

Complementary color for #hex is #707745.


I love getcolorcode.com

Triadic colors

1 #BA8F88 and #88BA8F with #8F88BA are triadic colors.

2 #BA888F and #888FBA with #8F88BA are triadic colors.