COLOR #8B8DBE

HEX: #8B8DBE
RGB: (139,141,190)

Color info

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

RGB color model

#8B8DBE color RGB value is (139,141,190).

  • red value is 139;
  • green value is 141;
  • blue value is 190.
RGB:
(139,141,190)
(55%,55%,75%)

RGB channels and saturation

R 139 of 255 = 55%
G 141 of 255 = 55%
B 190 of 255 = 75%

139
141
190

R + G + B ~ 62%. #8B8DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 141 + 190 = 470 (100%)
R 139 of 470 ~ 29.57%
G 141 of 470 ~ 30%
B 190 of 470 ~ 40.43%

%29.57
%30
%40.43

CMYK color model

#8B8DBE color CMYK value is (27,26,0,25).

  • cyan value is 26.84%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,26,0,25)
C27M26Y0K25 
(27%,26%,0%,25%)
(0.27/0.26/0.00/0.25)	

CMYK percentages

%26.84
%25.79
%0
%25.49

Codes

Color #8B8DBE in popluar color models

8B8DBE
RGB139141190
HSL238°28.18%64.51%
HSB/HSV238°26.84%74.51%
CMYK26.84%25.79%0.00%
25.49%

Color #8B8DBE in popluar number systems.

HEX8B8DBE
Decimal139141190
Binary100010111000110110111110
Octal213215276

Shades and tints

Shades of #8B8DBE

#8B8DBE
(139,141,190)
#7F81AD
(127,129,173)
#73759C
(115,117,156)
#67698B
(103,105,139)
#5B5D7A
(91,93,122)
#4F5169
(79,81,105)
#434558
(67,69,88)
#373947
(55,57,71)
#2B2D36
(43,45,54)
#1F2125
(31,33,37)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #8B8DBE

#8B8DBE
(139,141,190)
#9597C3
(149,151,195)
#9FA1C8
(159,161,200)
#A9ABCD
(169,171,205)
#B3B5D2
(179,181,210)
#BDBFD7
(189,191,215)
#C7C9DC
(199,201,220)
#D1D3E1
(209,211,225)
#DBDDE6
(219,221,230)
#E5E7EB
(229,231,235)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8DBE color. Also use rgb(139,141,190) instead hex code.

Text Font Color

.myTextColor { color: #8B8DBE; }

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

This text font color is #8B8DBE.


Background Color

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

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

This div background color is #8B8DBE.


Border color

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

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

This div border color is #8B8DBE.


Opacity

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

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

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

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

This text has shadow with #8B8DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8DBE on black background.


Color preview on white background

This text has color #8B8DBE on white background.



Black color preview on #8B8DBE background

This text has black color on #8B8DBE background.


White color preview on #8B8DBE background

This text has white color on #8B8DBE background.