COLOR #8B9EB5

HEX: #8B9EB5
RGB: (139,158,181)

Color info

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

RGB color model

#8B9EB5 color RGB value is (139,158,181).

  • red value is 139;
  • green value is 158;
  • blue value is 181.
RGB:
(139,158,181)
(55%,62%,71%)

RGB channels and saturation

R 139 of 255 = 55%
G 158 of 255 = 62%
B 181 of 255 = 71%

139
158
181

R + G + B ~ 63%. #8B9EB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 158 + 181 = 478 (100%)
R 139 of 478 ~ 29.08%
G 158 of 478 ~ 33.05%
B 181 of 478 ~ 37.87%

%29.08
%33.05
%37.87

CMYK color model

#8B9EB5 color CMYK value is (23,13,0,29).

  • cyan value is 23.20%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(23,13,0,29)
C23M13Y0K29 
(23%,13%,0%,29%)
(0.23/0.13/0.00/0.29)	

CMYK percentages

%23.2
%12.71
%0
%29.02

Codes

Color #8B9EB5 in popluar color models

8B9EB5
RGB139158181
HSL213°22.11%62.75%
HSB/HSV213°23.20%70.98%
CMYK23.20%12.71%0.00%
29.02%

Color #8B9EB5 in popluar number systems.

HEX8B9EB5
Decimal139158181
Binary100010111001111010110101
Octal213236265

Shades and tints

Shades of #8B9EB5

#8B9EB5
(139,158,181)
#7F90A5
(127,144,165)
#738295
(115,130,149)
#677485
(103,116,133)
#5B6675
(91,102,117)
#4F5865
(79,88,101)
#434A55
(67,74,85)
#373C45
(55,60,69)
#2B2E35
(43,46,53)
#1F2025
(31,32,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #8B9EB5

#8B9EB5
(139,158,181)
#95A6BB
(149,166,187)
#9FAEC1
(159,174,193)
#A9B6C7
(169,182,199)
#B3BECD
(179,190,205)
#BDC6D3
(189,198,211)
#C7CED9
(199,206,217)
#D1D6DF
(209,214,223)
#DBDEE5
(219,222,229)
#E5E6EB
(229,230,235)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9EB5 color. Also use rgb(139,158,181) instead hex code.

Text Font Color

.myTextColor { color: #8B9EB5; }

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

This text font color is #8B9EB5.


Background Color

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

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

This div background color is #8B9EB5.


Border color

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

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

This div border color is #8B9EB5.


Opacity

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

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

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

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

This text has shadow with #8B9EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9EB5 on black background.


Color preview on white background

This text has color #8B9EB5 on white background.



Black color preview on #8B9EB5 background

This text has black color on #8B9EB5 background.


White color preview on #8B9EB5 background

This text has white color on #8B9EB5 background.