COLOR #9992F8

HEX: #9992F8
RGB: (153,146,248)

Color info

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

RGB color model

#9992F8 color RGB value is (153,146,248).

  • red value is 153;
  • green value is 146;
  • blue value is 248.
RGB:
(153,146,248)
(60%,57%,97%)

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 248 of 255 = 97%

153
146
248

R + G + B ~ 71%. #9992F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 146 + 248 = 547 (100%)
R 153 of 547 ~ 27.97%
G 146 of 547 ~ 26.69%
B 248 of 547 ~ 45.34%

%27.97
%26.69
%45.34

CMYK color model

#9992F8 color CMYK value is (38,41,0,3).

  • cyan value is 38.31%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,41,0,3)
C38M41Y0K3 
(38%,41%,0%,3%)
(0.38/0.41/0.00/0.03)	

CMYK percentages

%38.31
%41.13
%0
%2.75

Codes

Color #9992F8 in popluar color models

9992F8
RGB153146248
HSL244°87.93%77.25%
HSB/HSV244°41.13%97.25%
CMYK38.31%41.13%0.00%
2.75%

Color #9992F8 in popluar number systems.

HEX9992F8
Decimal153146248
Binary100110011001001011111000
Octal231222370

Shades and tints

Shades of #9992F8

#9992F8
(153,146,248)
#8C85E2
(140,133,226)
#7F78CC
(127,120,204)
#726BB6
(114,107,182)
#655EA0
(101,94,160)
#58518A
(88,81,138)
#4B4474
(75,68,116)
#3E375E
(62,55,94)
#312A48
(49,42,72)
#241D32
(36,29,50)
#17101C
(23,16,28)
#000000
(0,0,0)

Tints of #9992F8

#9992F8
(153,146,248)
#A29BF8
(162,155,248)
#ABA4F8
(171,164,248)
#B4ADF8
(180,173,248)
#BDB6F8
(189,182,248)
#C6BFF8
(198,191,248)
#CFC8F8
(207,200,248)
#D8D1F8
(216,209,248)
#E1DAF8
(225,218,248)
#EAE3F8
(234,227,248)
#F3ECF8
(243,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9992F8 color. Also use rgb(153,146,248) instead hex code.

Text Font Color

.myTextColor { color: #9992F8; }

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

This text font color is #9992F8.


Background Color

.myBgColor { background-color: #9992F8; }

<div style="background-color:#9992F8">Inner text</div>

This div background color is #9992F8.


Border color

.myBorderColor { border: 1px solid #9992F8; }

<div style="border:3px solid #9992F8">Div</div>

This div border color is #9992F8.


Opacity

.myOpacity80 { color: #9992F8; opacity: 0.8; }

<p style="color:#9992F8;opacity:0.8;">80%</p>

Text with #9992F8 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 #9992F8;}

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

This text has shadow with #9992F8 color.

.textShadow {text-shadow: 3px 3px 1px #9992F8, 3px 3px 1px red;}

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

This text has shadow with #9992F8 primary color and red secondary color.


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

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

This text has shadow with #9992F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9992F8 on black background.


Color preview on white background

This text has color #9992F8 on white background.



Black color preview on #9992F8 background

This text has black color on #9992F8 background.


White color preview on #9992F8 background

This text has white color on #9992F8 background.