COLOR #9B98D6

HEX: #9B98D6
RGB: (155,152,214)

Color info

#9B98D6 contains mainly red and blue colors. Web safe color of #9B98D6 is #9999CC (or #99C).

RGB color model

#9B98D6 color RGB value is (155,152,214).

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

RGB channels and saturation

R 155 of 255 = 61%
G 152 of 255 = 60%
B 214 of 255 = 84%

155
152
214

R + G + B ~ 68%. #9B98D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 152 + 214 = 521 (100%)
R 155 of 521 ~ 29.75%
G 152 of 521 ~ 29.17%
B 214 of 521 ~ 41.07%

%29.75
%29.17
%41.07

CMYK color model

#9B98D6 color CMYK value is (28,29,0,16).

  • cyan value is 27.57%
  • magenta value is 28.97%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(28,29,0,16)
C28M29Y0K16 
(28%,29%,0%,16%)
(0.28/0.29/0.00/0.16)	

CMYK percentages

%27.57
%28.97
%0
%16.08

Codes

Color #9B98D6 in popluar color models

9B98D6
RGB155152214
HSL243°43.06%71.76%
HSB/HSV243°28.97%83.92%
CMYK27.57%28.97%0.00%
16.08%

Color #9B98D6 in popluar number systems.

HEX9B98D6
Decimal155152214
Binary100110111001100011010110
Octal233230326

Shades and tints

Shades of #9B98D6

#9B98D6
(155,152,214)
#8D8BC3
(141,139,195)
#7F7EB0
(127,126,176)
#71719D
(113,113,157)
#63648A
(99,100,138)
#555777
(85,87,119)
#474A64
(71,74,100)
#393D51
(57,61,81)
#2B303E
(43,48,62)
#1D232B
(29,35,43)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #9B98D6

#9B98D6
(155,152,214)
#A4A1D9
(164,161,217)
#ADAADC
(173,170,220)
#B6B3DF
(182,179,223)
#BFBCE2
(191,188,226)
#C8C5E5
(200,197,229)
#D1CEE8
(209,206,232)
#DAD7EB
(218,215,235)
#E3E0EE
(227,224,238)
#ECE9F1
(236,233,241)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B98D6; }

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

This text font color is #9B98D6.


Background Color

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

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

This div background color is #9B98D6.


Border color

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

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

This div border color is #9B98D6.


Opacity

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

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

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

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

This text has shadow with #9B98D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B98D6 on black background.


Color preview on white background

This text has color #9B98D6 on white background.



Black color preview on #9B98D6 background

This text has black color on #9B98D6 background.


White color preview on #9B98D6 background

This text has white color on #9B98D6 background.