COLOR #9998F6

HEX: #9998F6 RGB: (153,152,246)

Color info

#9998F6 contains mainly blue color. Web safe color of #9998F6 is #9999FF (or #99F).

RGB color model

#9998F6 color RGB value is (153,152,246).

RGB: (153,152,246) (60%, 60%, 96%)

RGB channels and saturation

R 153 of 255 = 60%
G 152 of 255 = 60%
B 246 of 255 = 96%

153
152
246

R + G + B ~ 72%. #9998F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 152 + 246 = 551 (100%)
R 153 of 551 ~ 27.77%
G 152 of 551 ~ 27.59%
B 246 of 551 ~ 44.65'%

%27.77
%27.59
%44.65

CMYK color model

#9998F6 color CMYK value is (38,38,0,4).

  • cyan value is 37.80%
  • magenta value is 38.21%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (38,38,0,4) C38M38Y0K4 (38%,38%,0%,4%) (0.38/0.38/0.00/0.04) 

CMYK percentages

%37.8
%38.21
%0
%3.53

Codes

Color #9998F6 in popluar color models

99 98 F6
RGB 153 152 246
HSL 241° 83.93% 78.04%
HSB/HSV 241° 38.21% 96.47%
CMYK 37.80% 38.21% 0.00%
3.53%

Color #9998F6 in popluar number systems.

HEX 99 98 F6
Decimal 153 152 246
Binary 10011001 10011000 11110110
Octal 231 230 366

Shades and tints

Shades of #9998F6

#9998F6
(153,152,246)
#8C8BE0
(140,139,224)
#7F7ECA
(127,126,202)
#7271B4
(114,113,180)
#65649E
(101,100,158)
#585788
(88,87,136)
#4B4A72
(75,74,114)
#3E3D5C
(62,61,92)
#313046
(49,48,70)
#242330
(36,35,48)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #9998F6

#9998F6
(153,152,246)
#A2A1F6
(162,161,246)
#ABAAF6
(171,170,246)
#B4B3F6
(180,179,246)
#BDBCF6
(189,188,246)
#C6C5F6
(198,197,246)
#CFCEF6
(207,206,246)
#D8D7F6
(216,215,246)
#E1E0F6
(225,224,246)
#EAE9F6
(234,233,246)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9998F6; }

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

This text font color is #9998F6.

Background Color

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

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

This div background color is #9998F6.

Border color

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

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

This div border color is #9998F6.

Opacity

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

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

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

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

This text has shadow with #9998F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9998F6.

Preview

Color preview on black background

This text has color #9998F6 on black background.


Color preview on white background

This text has color #9998F6 on white background.


Black color preview on #9998F6 background

This text has black color on #9998F6 background.


White color preview on #9998F6 background

This text has white color on #9998F6 background.


Related colors

Complementary color

Complementary color for #hex is #666709.


I love getcolorcode.com

Triadic colors

1 #F69998 and #98F699 with #9998F6 are triadic colors.

2 #F69899 and #9899F6 with #9998F6 are triadic colors.