COLOR #9B98CC

HEX: #9B98CC RGB: (155,152,204)

Color info

#9B98CC contains red, green and blue colors in about the same proportion. Web safe color of #9B98CC is #9999CC (or #99C).

RGB color model

#9B98CC color RGB value is (155,152,204).

RGB: (155,152,204) (61%, 60%, 80%)

RGB channels and saturation

R 155 of 255 = 61%
G 152 of 255 = 60%
B 204 of 255 = 80%

155
152
204

R + G + B ~ 67%. #9B98CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 152 + 204 = 511 (100%)
R 155 of 511 ~ 30.33%
G 152 of 511 ~ 29.75%
B 204 of 511 ~ 39.92'%

%30.33
%29.75
%39.92

CMYK color model

#9B98CC color CMYK value is (24,25,0,20).

  • cyan value is 24.02%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (24,25,0,20)
C24M25Y0K20 (24%, 25%, 0%, 20%)
(0.24 / 0.25 / 0.00 / 0.20)

CMYK percentages

%24.02
%25.49
%0
%20

Codes

Color #9B98CC in popluar color models

9B 98 CC
RGB 155 152 204
HSL 243° 33.77% 69.80%
HSB/HSV 243° 25.49% 80.00%
CMYK 24.02% 25.49% 0.00%
20.00%

Color #9B98CC in popluar number systems.

HEX 9B 98 CC
Decimal 155 152 204
Binary 10011011 10011000 11001100
Octal 233 230 314

Shades and tints

Shades of #9B98CC

#9B98CC
(155,152,204)
#8D8BBA
(141,139,186)
#7F7EA8
(127,126,168)
#717196
(113,113,150)
#636484
(99,100,132)
#555772
(85,87,114)
#474A60
(71,74,96)
#393D4E
(57,61,78)
#2B303C
(43,48,60)
#1D232A
(29,35,42)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #9B98CC

#9B98CC
(155,152,204)
#A4A1D0
(164,161,208)
#ADAAD4
(173,170,212)
#B6B3D8
(182,179,216)
#BFBCDC
(191,188,220)
#C8C5E0
(200,197,224)
#D1CEE4
(209,206,228)
#DAD7E8
(218,215,232)
#E3E0EC
(227,224,236)
#ECE9F0
(236,233,240)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B98CC; }

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

This text font color is #9B98CC.

Background Color

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

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

This div background color is #9B98CC.

Border color

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

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

This div border color is #9B98CC.

Opacity

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

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

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

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

This text has shadow with #9B98CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B98CC.

Preview

Color preview on black background

This text has color #9B98CC on black background.


Color preview on white background

This text has color #9B98CC on white background.


Black color preview on #9B98CC background

This text has black color on #9B98CC background.


White color preview on #9B98CC background

This text has white color on #9B98CC background.


Related colors

Complementary color

Complementary color for #hex is #646733.


I love getcolorcode.com

Triadic colors

1 #CC9B98 and #98CC9B with #9B98CC are triadic colors.

2 #CC989B and #989BCC with #9B98CC are triadic colors.