COLOR #8B97EB

HEX: #8B97EB
RGB: (139,151,235)

Color info

#8B97EB contains mainly blue color. Web safe color of #8B97EB is #9999FF (or #99F).

RGB color model

#8B97EB color RGB value is (139,151,235).

  • red value is 139;
  • green value is 151;
  • blue value is 235.
RGB:
(139,151,235)
(55%,59%,92%)

RGB channels and saturation

R 139 of 255 = 55%
G 151 of 255 = 59%
B 235 of 255 = 92%

139
151
235

R + G + B ~ 69%. #8B97EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 151 + 235 = 525 (100%)
R 139 of 525 ~ 26.48%
G 151 of 525 ~ 28.76%
B 235 of 525 ~ 44.76%

%26.48
%28.76
%44.76

CMYK color model

#8B97EB color CMYK value is (41,36,0,8).

  • cyan value is 40.85%
  • magenta value is 35.74%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(41,36,0,8)
C41M36Y0K8 
(41%,36%,0%,8%)
(0.41/0.36/0.00/0.08)	

CMYK percentages

%40.85
%35.74
%0
%7.84

Codes

Color #8B97EB in popluar color models

8B97EB
RGB139151235
HSL233°70.59%73.33%
HSB/HSV233°40.85%92.16%
CMYK40.85%35.74%0.00%
7.84%

Color #8B97EB in popluar number systems.

HEX8B97EB
Decimal139151235
Binary100010111001011111101011
Octal213227353

Shades and tints

Shades of #8B97EB

#8B97EB
(139,151,235)
#7F8AD6
(127,138,214)
#737DC1
(115,125,193)
#6770AC
(103,112,172)
#5B6397
(91,99,151)
#4F5682
(79,86,130)
#43496D
(67,73,109)
#373C58
(55,60,88)
#2B2F43
(43,47,67)
#1F222E
(31,34,46)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #8B97EB

#8B97EB
(139,151,235)
#95A0EC
(149,160,236)
#9FA9ED
(159,169,237)
#A9B2EE
(169,178,238)
#B3BBEF
(179,187,239)
#BDC4F0
(189,196,240)
#C7CDF1
(199,205,241)
#D1D6F2
(209,214,242)
#DBDFF3
(219,223,243)
#E5E8F4
(229,232,244)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B97EB color. Also use rgb(139,151,235) instead hex code.

Text Font Color

.myTextColor { color: #8B97EB; }

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

This text font color is #8B97EB.


Background Color

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

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

This div background color is #8B97EB.


Border color

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

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

This div border color is #8B97EB.


Opacity

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

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

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

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

This text has shadow with #8B97EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B97EB on black background.


Color preview on white background

This text has color #8B97EB on white background.



Black color preview on #8B97EB background

This text has black color on #8B97EB background.


White color preview on #8B97EB background

This text has white color on #8B97EB background.