COLOR #8B9CC9

HEX: #8B9CC9 RGB: (139,156,201)

Color info

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

RGB color model

#8B9CC9 color RGB value is (139,156,201).

RGB: (139,156,201) (55%, 61%, 79%)

RGB channels and saturation

R 139 of 255 = 55%
G 156 of 255 = 61%
B 201 of 255 = 79%

139
156
201

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

Portions of RGB colors in percentages

R + G + B = 139 + 156 + 201 = 496 (100%)
R 139 of 496 ~ 28.02%
G 156 of 496 ~ 31.45%
B 201 of 496 ~ 40.52'%

%28.02
%31.45
%40.52

CMYK color model

#8B9CC9 color CMYK value is (31,22,0,21).

  • cyan value is 30.85%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (31,22,0,21)
C31M22Y0K21 (31%, 22%, 0%, 21%)
(0.31 / 0.22 / 0.00 / 0.21)

CMYK percentages

%30.85
%22.39
%0
%21.18

Codes

Color #8B9CC9 in popluar color models

8B 9C C9
RGB 139 156 201
HSL 224° 36.47% 66.67%
HSB/HSV 224° 30.85% 78.82%
CMYK 30.85% 22.39% 0.00%
21.18%

Color #8B9CC9 in popluar number systems.

HEX 8B 9C C9
Decimal 139 156 201
Binary 10001011 10011100 11001001
Octal 213 234 311

Shades and tints

Shades of #8B9CC9

#8B9CC9
(139,156,201)
#7F8EB7
(127,142,183)
#7380A5
(115,128,165)
#677293
(103,114,147)
#5B6481
(91,100,129)
#4F566F
(79,86,111)
#43485D
(67,72,93)
#373A4B
(55,58,75)
#2B2C39
(43,44,57)
#1F1E27
(31,30,39)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #8B9CC9

#8B9CC9
(139,156,201)
#95A5CD
(149,165,205)
#9FAED1
(159,174,209)
#A9B7D5
(169,183,213)
#B3C0D9
(179,192,217)
#BDC9DD
(189,201,221)
#C7D2E1
(199,210,225)
#D1DBE5
(209,219,229)
#DBE4E9
(219,228,233)
#E5EDED
(229,237,237)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9CC9 color. Also use rgb(139,156,201) instead hex code.

Text Font Color

.myTextColor { color: #8B9CC9; }

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

This text font color is #8B9CC9.

Background Color

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

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

This div background color is #8B9CC9.

Border color

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

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

This div border color is #8B9CC9.

Opacity

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

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

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

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

This text has shadow with #8B9CC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B9CC9.

Preview

Color preview on black background

This text has color #8B9CC9 on black background.


Color preview on white background

This text has color #8B9CC9 on white background.


Black color preview on #8B9CC9 background

This text has black color on #8B9CC9 background.


White color preview on #8B9CC9 background

This text has white color on #8B9CC9 background.


Related colors

Complementary color

Complementary color for #hex is #746336.


I love getcolorcode.com

Triadic colors

1 #C98B9C and #9CC98B with #8B9CC9 are triadic colors.

2 #C99C8B and #9C8BC9 with #8B9CC9 are triadic colors.