COLOR #9B98D7

HEX: #9B98D7
RGB: (155,152,215)

Color info

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

RGB color model

#9B98D7 color RGB value is (155,152,215).

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

RGB channels and saturation

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

155
152
215

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

Portions of RGB colors in percentages

R + G + B =
155 + 152 + 215 = 522 (100%)
R 155 of 522 ~ 29.69%
G 152 of 522 ~ 29.12%
B 215 of 522 ~ 41.19%

%29.69
%29.12
%41.19

CMYK color model

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

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

CMYK percentages

%27.91
%29.3
%0
%15.69

Codes

Color #9B98D7 in popluar color models

9B98D7
RGB155152215
HSL243°44.06%71.96%
HSB/HSV243°29.30%84.31%
CMYK27.91%29.30%0.00%
15.69%

Color #9B98D7 in popluar number systems.

HEX9B98D7
Decimal155152215
Binary100110111001100011010111
Octal233230327

Shades and tints

Shades of #9B98D7

#9B98D7
(155,152,215)
#8D8BC4
(141,139,196)
#7F7EB1
(127,126,177)
#71719E
(113,113,158)
#63648B
(99,100,139)
#555778
(85,87,120)
#474A65
(71,74,101)
#393D52
(57,61,82)
#2B303F
(43,48,63)
#1D232C
(29,35,44)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #9B98D7

#9B98D7
(155,152,215)
#A4A1DA
(164,161,218)
#ADAADD
(173,170,221)
#B6B3E0
(182,179,224)
#BFBCE3
(191,188,227)
#C8C5E6
(200,197,230)
#D1CEE9
(209,206,233)
#DAD7EC
(218,215,236)
#E3E0EF
(227,224,239)
#ECE9F2
(236,233,242)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B98D7; }

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

This text font color is #9B98D7.


Background Color

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

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

This div background color is #9B98D7.


Border color

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

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

This div border color is #9B98D7.


Opacity

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

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

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

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

This text has shadow with #9B98D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B98D7 on black background.


Color preview on white background

This text has color #9B98D7 on white background.



Black color preview on #9B98D7 background

This text has black color on #9B98D7 background.


White color preview on #9B98D7 background

This text has white color on #9B98D7 background.