COLOR #9998BC

HEX: #9998BC
RGB: (153,152,188)

Color info

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

RGB color model

#9998BC color RGB value is (153,152,188).

  • red value is 153;
  • green value is 152;
  • blue value is 188.
RGB:
(153,152,188)
(60%,60%,74%)

RGB channels and saturation

R 153 of 255 = 60%
G 152 of 255 = 60%
B 188 of 255 = 74%

153
152
188

R + G + B ~ 65%. #9998BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 152 + 188 = 493 (100%)
R 153 of 493 ~ 31.03%
G 152 of 493 ~ 30.83%
B 188 of 493 ~ 38.13%

%31.03
%30.83
%38.13

CMYK color model

#9998BC color CMYK value is (19,19,0,26).

  • cyan value is 18.62%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(19,19,0,26)
C19M19Y0K26 
(19%,19%,0%,26%)
(0.19/0.19/0.00/0.26)	

CMYK percentages

%18.62
%19.15
%0
%26.27

Codes

Color #9998BC in popluar color models

9998BC
RGB153152188
HSL242°21.18%66.67%
HSB/HSV242°19.15%73.73%
CMYK18.62%19.15%0.00%
26.27%

Color #9998BC in popluar number systems.

HEX9998BC
Decimal153152188
Binary100110011001100010111100
Octal231230274

Shades and tints

Shades of #9998BC

#9998BC
(153,152,188)
#8C8BAB
(140,139,171)
#7F7E9A
(127,126,154)
#727189
(114,113,137)
#656478
(101,100,120)
#585767
(88,87,103)
#4B4A56
(75,74,86)
#3E3D45
(62,61,69)
#313034
(49,48,52)
#242323
(36,35,35)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #9998BC

#9998BC
(153,152,188)
#A2A1C2
(162,161,194)
#ABAAC8
(171,170,200)
#B4B3CE
(180,179,206)
#BDBCD4
(189,188,212)
#C6C5DA
(198,197,218)
#CFCEE0
(207,206,224)
#D8D7E6
(216,215,230)
#E1E0EC
(225,224,236)
#EAE9F2
(234,233,242)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9998BC color. Also use rgb(153,152,188) instead hex code.

Text Font Color

.myTextColor { color: #9998BC; }

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

This text font color is #9998BC.


Background Color

.myBgColor { background-color: #9998BC; }

<div style="background-color:#9998BC">Inner text</div>

This div background color is #9998BC.


Border color

.myBorderColor { border: 1px solid #9998BC; }

<div style="border:3px solid #9998BC">Div</div>

This div border color is #9998BC.


Opacity

.myOpacity80 { color: #9998BC; opacity: 0.8; }

<p style="color:#9998BC;opacity:0.8;">80%</p>

Text with #9998BC 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 #9998BC;}

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

This text has shadow with #9998BC color.

.textShadow {text-shadow: 3px 3px 1px #9998BC, 3px 3px 1px red;}

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

This text has shadow with #9998BC primary color and red secondary color.


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

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

This text has shadow with #9998BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9998BC on black background.


Color preview on white background

This text has color #9998BC on white background.



Black color preview on #9998BC background

This text has black color on #9998BC background.


White color preview on #9998BC background

This text has white color on #9998BC background.