COLOR #9992EF

HEX: #9992EF
RGB: (153,146,239)

Color info

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

RGB color model

#9992EF color RGB value is (153,146,239).

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

RGB channels and saturation

R 153 of 255 = 60%
G 146 of 255 = 57%
B 239 of 255 = 94%

153
146
239

R + G + B ~ 70%. #9992EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 146 + 239 = 538 (100%)
R 153 of 538 ~ 28.44%
G 146 of 538 ~ 27.14%
B 239 of 538 ~ 44.42%

%28.44
%27.14
%44.42

CMYK color model

#9992EF color CMYK value is (36,39,0,6).

  • cyan value is 35.98%
  • magenta value is 38.91%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(36,39,0,6)
C36M39Y0K6 
(36%,39%,0%,6%)
(0.36/0.39/0.00/0.06)	

CMYK percentages

%35.98
%38.91
%0
%6.27

Codes

Color #9992EF in popluar color models

9992EF
RGB153146239
HSL245°74.40%75.49%
HSB/HSV245°38.91%93.73%
CMYK35.98%38.91%0.00%
6.27%

Color #9992EF in popluar number systems.

HEX9992EF
Decimal153146239
Binary100110011001001011101111
Octal231222357

Shades and tints

Shades of #9992EF

#9992EF
(153,146,239)
#8C85DA
(140,133,218)
#7F78C5
(127,120,197)
#726BB0
(114,107,176)
#655E9B
(101,94,155)
#585186
(88,81,134)
#4B4471
(75,68,113)
#3E375C
(62,55,92)
#312A47
(49,42,71)
#241D32
(36,29,50)
#17101D
(23,16,29)
#000000
(0,0,0)

Tints of #9992EF

#9992EF
(153,146,239)
#A29BF0
(162,155,240)
#ABA4F1
(171,164,241)
#B4ADF2
(180,173,242)
#BDB6F3
(189,182,243)
#C6BFF4
(198,191,244)
#CFC8F5
(207,200,245)
#D8D1F6
(216,209,246)
#E1DAF7
(225,218,247)
#EAE3F8
(234,227,248)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9992EF; }

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

This text font color is #9992EF.


Background Color

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

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

This div background color is #9992EF.


Border color

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

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

This div border color is #9992EF.


Opacity

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

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

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

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

This text has shadow with #9992EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9992EF on black background.


Color preview on white background

This text has color #9992EF on white background.



Black color preview on #9992EF background

This text has black color on #9992EF background.


White color preview on #9992EF background

This text has white color on #9992EF background.