COLOR #9C98BF

HEX: #9C98BF
RGB: (156,152,191)

Color info

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

RGB color model

#9C98BF color RGB value is (156,152,191).

  • red value is 156;
  • green value is 152;
  • blue value is 191.
RGB:
(156,152,191)
(61%,60%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 152 of 255 = 60%
B 191 of 255 = 75%

156
152
191

R + G + B ~ 65%. #9C98BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 152 + 191 = 499 (100%)
R 156 of 499 ~ 31.26%
G 152 of 499 ~ 30.46%
B 191 of 499 ~ 38.28%

%31.26
%30.46
%38.28

CMYK color model

#9C98BF color CMYK value is (18,20,0,25).

  • cyan value is 18.32%
  • magenta value is 20.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(18,20,0,25)
C18M20Y0K25 
(18%,20%,0%,25%)
(0.18/0.20/0.00/0.25)	

CMYK percentages

%18.32
%20.42
%0
%25.1

Codes

Color #9C98BF in popluar color models

9C98BF
RGB156152191
HSL246°23.35%67.25%
HSB/HSV246°20.42%74.90%
CMYK18.32%20.42%0.00%
25.10%

Color #9C98BF in popluar number systems.

HEX9C98BF
Decimal156152191
Binary100111001001100010111111
Octal234230277

Shades and tints

Shades of #9C98BF

#9C98BF
(156,152,191)
#8E8BAE
(142,139,174)
#807E9D
(128,126,157)
#72718C
(114,113,140)
#64647B
(100,100,123)
#56576A
(86,87,106)
#484A59
(72,74,89)
#3A3D48
(58,61,72)
#2C3037
(44,48,55)
#1E2326
(30,35,38)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #9C98BF

#9C98BF
(156,152,191)
#A5A1C4
(165,161,196)
#AEAAC9
(174,170,201)
#B7B3CE
(183,179,206)
#C0BCD3
(192,188,211)
#C9C5D8
(201,197,216)
#D2CEDD
(210,206,221)
#DBD7E2
(219,215,226)
#E4E0E7
(228,224,231)
#EDE9EC
(237,233,236)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C98BF color. Also use rgb(156,152,191) instead hex code.

Text Font Color

.myTextColor { color: #9C98BF; }

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

This text font color is #9C98BF.


Background Color

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

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

This div background color is #9C98BF.


Border color

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

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

This div border color is #9C98BF.


Opacity

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

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

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

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

This text has shadow with #9C98BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C98BF on black background.


Color preview on white background

This text has color #9C98BF on white background.



Black color preview on #9C98BF background

This text has black color on #9C98BF background.


White color preview on #9C98BF background

This text has white color on #9C98BF background.