COLOR #8B90B2

HEX: #8B90B2
RGB: (139,144,178)

Color info

#8B90B2 contains red, green and blue colors in about the same proportion. Web safe color of #8B90B2 is #999999 (or #999).

RGB color model

#8B90B2 color RGB value is (139,144,178).

  • red value is 139;
  • green value is 144;
  • blue value is 178.
RGB:
(139,144,178)
(55%,56%,70%)

RGB channels and saturation

R 139 of 255 = 55%
G 144 of 255 = 56%
B 178 of 255 = 70%

139
144
178

R + G + B ~ 60%. #8B90B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 144 + 178 = 461 (100%)
R 139 of 461 ~ 30.15%
G 144 of 461 ~ 31.24%
B 178 of 461 ~ 38.61%

%30.15
%31.24
%38.61

CMYK color model

#8B90B2 color CMYK value is (22,19,0,30).

  • cyan value is 21.91%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(22,19,0,30)
C22M19Y0K30 
(22%,19%,0%,30%)
(0.22/0.19/0.00/0.30)	

CMYK percentages

%21.91
%19.1
%0
%30.2

Codes

Color #8B90B2 in popluar color models

8B90B2
RGB139144178
HSL232°20.21%62.16%
HSB/HSV232°21.91%69.80%
CMYK21.91%19.10%0.00%
30.20%

Color #8B90B2 in popluar number systems.

HEX8B90B2
Decimal139144178
Binary100010111001000010110010
Octal213220262

Shades and tints

Shades of #8B90B2

#8B90B2
(139,144,178)
#7F83A2
(127,131,162)
#737692
(115,118,146)
#676982
(103,105,130)
#5B5C72
(91,92,114)
#4F4F62
(79,79,98)
#434252
(67,66,82)
#373542
(55,53,66)
#2B2832
(43,40,50)
#1F1B22
(31,27,34)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #8B90B2

#8B90B2
(139,144,178)
#959AB9
(149,154,185)
#9FA4C0
(159,164,192)
#A9AEC7
(169,174,199)
#B3B8CE
(179,184,206)
#BDC2D5
(189,194,213)
#C7CCDC
(199,204,220)
#D1D6E3
(209,214,227)
#DBE0EA
(219,224,234)
#E5EAF1
(229,234,241)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B90B2 color. Also use rgb(139,144,178) instead hex code.

Text Font Color

.myTextColor { color: #8B90B2; }

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

This text font color is #8B90B2.


Background Color

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

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

This div background color is #8B90B2.


Border color

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

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

This div border color is #8B90B2.


Opacity

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

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

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

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

This text has shadow with #8B90B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B90B2 on black background.


Color preview on white background

This text has color #8B90B2 on white background.



Black color preview on #8B90B2 background

This text has black color on #8B90B2 background.


White color preview on #8B90B2 background

This text has white color on #8B90B2 background.