COLOR #9B98EB

HEX: #9B98EB
RGB: (155,152,235)

Color info

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

RGB color model

#9B98EB color RGB value is (155,152,235).

  • red value is 155;
  • green value is 152;
  • blue value is 235.
RGB:
(155,152,235)
(61%,60%,92%)

RGB channels and saturation

R 155 of 255 = 61%
G 152 of 255 = 60%
B 235 of 255 = 92%

155
152
235

R + G + B ~ 71%. #9B98EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 152 + 235 = 542 (100%)
R 155 of 542 ~ 28.6%
G 152 of 542 ~ 28.04%
B 235 of 542 ~ 43.36%

%28.6
%28.04
%43.36

CMYK color model

#9B98EB color CMYK value is (34,35,0,8).

  • cyan value is 34.04%
  • magenta value is 35.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(34,35,0,8)
C34M35Y0K8 
(34%,35%,0%,8%)
(0.34/0.35/0.00/0.08)	

CMYK percentages

%34.04
%35.32
%0
%7.84

Codes

Color #9B98EB in popluar color models

9B98EB
RGB155152235
HSL242°67.48%75.88%
HSB/HSV242°35.32%92.16%
CMYK34.04%35.32%0.00%
7.84%

Color #9B98EB in popluar number systems.

HEX9B98EB
Decimal155152235
Binary100110111001100011101011
Octal233230353

Shades and tints

Shades of #9B98EB

#9B98EB
(155,152,235)
#8D8BD6
(141,139,214)
#7F7EC1
(127,126,193)
#7171AC
(113,113,172)
#636497
(99,100,151)
#555782
(85,87,130)
#474A6D
(71,74,109)
#393D58
(57,61,88)
#2B3043
(43,48,67)
#1D232E
(29,35,46)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #9B98EB

#9B98EB
(155,152,235)
#A4A1EC
(164,161,236)
#ADAAED
(173,170,237)
#B6B3EE
(182,179,238)
#BFBCEF
(191,188,239)
#C8C5F0
(200,197,240)
#D1CEF1
(209,206,241)
#DAD7F2
(218,215,242)
#E3E0F3
(227,224,243)
#ECE9F4
(236,233,244)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B98EB color. Also use rgb(155,152,235) instead hex code.

Text Font Color

.myTextColor { color: #9B98EB; }

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

This text font color is #9B98EB.


Background Color

.myBgColor { background-color: #9B98EB; }

<div style="background-color:#9B98EB">Inner text</div>

This div background color is #9B98EB.


Border color

.myBorderColor { border: 1px solid #9B98EB; }

<div style="border:3px solid #9B98EB">Div</div>

This div border color is #9B98EB.


Opacity

.myOpacity80 { color: #9B98EB; opacity: 0.8; }

<p style="color:#9B98EB;opacity:0.8;">80%</p>

Text with #9B98EB 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 #9B98EB;}

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

This text has shadow with #9B98EB color.

.textShadow {text-shadow: 3px 3px 1px #9B98EB, 3px 3px 1px red;}

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

This text has shadow with #9B98EB primary color and red secondary color.


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

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

This text has shadow with #9B98EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B98EB on black background.


Color preview on white background

This text has color #9B98EB on white background.



Black color preview on #9B98EB background

This text has black color on #9B98EB background.


White color preview on #9B98EB background

This text has white color on #9B98EB background.