COLOR #8B98D9

HEX: #8B98D9
RGB: (139,152,217)

Color info

#8B98D9 contains mainly blue color. Web safe color of #8B98D9 is #9999CC (or #99C).

RGB color model

#8B98D9 color RGB value is (139,152,217).

  • red value is 139;
  • green value is 152;
  • blue value is 217.
RGB:
(139,152,217)
(55%,60%,85%)

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 217 of 255 = 85%

139
152
217

R + G + B ~ 67%. #8B98D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 152 + 217 = 508 (100%)
R 139 of 508 ~ 27.36%
G 152 of 508 ~ 29.92%
B 217 of 508 ~ 42.72%

%27.36
%29.92
%42.72

CMYK color model

#8B98D9 color CMYK value is (36,30,0,15).

  • cyan value is 35.94%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(36,30,0,15)
C36M30Y0K15 
(36%,30%,0%,15%)
(0.36/0.30/0.00/0.15)	

CMYK percentages

%35.94
%29.95
%0
%14.9

Codes

Color #8B98D9 in popluar color models

8B98D9
RGB139152217
HSL230°50.65%69.80%
HSB/HSV230°35.94%85.10%
CMYK35.94%29.95%0.00%
14.90%

Color #8B98D9 in popluar number systems.

HEX8B98D9
Decimal139152217
Binary100010111001100011011001
Octal213230331

Shades and tints

Shades of #8B98D9

#8B98D9
(139,152,217)
#7F8BC6
(127,139,198)
#737EB3
(115,126,179)
#6771A0
(103,113,160)
#5B648D
(91,100,141)
#4F577A
(79,87,122)
#434A67
(67,74,103)
#373D54
(55,61,84)
#2B3041
(43,48,65)
#1F232E
(31,35,46)
#13161B
(19,22,27)
#000000
(0,0,0)

Tints of #8B98D9

#8B98D9
(139,152,217)
#95A1DC
(149,161,220)
#9FAADF
(159,170,223)
#A9B3E2
(169,179,226)
#B3BCE5
(179,188,229)
#BDC5E8
(189,197,232)
#C7CEEB
(199,206,235)
#D1D7EE
(209,215,238)
#DBE0F1
(219,224,241)
#E5E9F4
(229,233,244)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B98D9 color. Also use rgb(139,152,217) instead hex code.

Text Font Color

.myTextColor { color: #8B98D9; }

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

This text font color is #8B98D9.


Background Color

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

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

This div background color is #8B98D9.


Border color

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

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

This div border color is #8B98D9.


Opacity

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

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

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

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

This text has shadow with #8B98D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B98D9 on black background.


Color preview on white background

This text has color #8B98D9 on white background.



Black color preview on #8B98D9 background

This text has black color on #8B98D9 background.


White color preview on #8B98D9 background

This text has white color on #8B98D9 background.