COLOR #996CF8

HEX: #996CF8
RGB: (153,108,248)

Color info

#996CF8 contains mainly blue color. Web safe color of #996CF8 is #9966FF (or #96F).

RGB color model

#996CF8 color RGB value is (153,108,248).

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

RGB channels and saturation

R 153 of 255 = 60%
G 108 of 255 = 42%
B 248 of 255 = 97%

153
108
248

R + G + B ~ 66%. #996CF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 108 + 248 = 509 (100%)
R 153 of 509 ~ 30.06%
G 108 of 509 ~ 21.22%
B 248 of 509 ~ 48.72%

%30.06
%21.22
%48.72

CMYK color model

#996CF8 color CMYK value is (38,56,0,3).

  • cyan value is 38.31%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,56,0,3)
C38M56Y0K3 
(38%,56%,0%,3%)
(0.38/0.56/0.00/0.03)	

CMYK percentages

%38.31
%56.45
%0
%2.75

Codes

Color #996CF8 in popluar color models

996CF8
RGB153108248
HSL259°90.91%69.80%
HSB/HSV259°56.45%97.25%
CMYK38.31%56.45%0.00%
2.75%

Color #996CF8 in popluar number systems.

HEX996CF8
Decimal153108248
Binary10011001110110011111000
Octal231154370

Shades and tints

Shades of #996CF8

#996CF8
(153,108,248)
#8C63E2
(140,99,226)
#7F5ACC
(127,90,204)
#7251B6
(114,81,182)
#6548A0
(101,72,160)
#583F8A
(88,63,138)
#4B3674
(75,54,116)
#3E2D5E
(62,45,94)
#312448
(49,36,72)
#241B32
(36,27,50)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #996CF8

#996CF8
(153,108,248)
#A279F8
(162,121,248)
#AB86F8
(171,134,248)
#B493F8
(180,147,248)
#BDA0F8
(189,160,248)
#C6ADF8
(198,173,248)
#CFBAF8
(207,186,248)
#D8C7F8
(216,199,248)
#E1D4F8
(225,212,248)
#EAE1F8
(234,225,248)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996CF8 color. Also use rgb(153,108,248) instead hex code.

Text Font Color

.myTextColor { color: #996CF8; }

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

This text font color is #996CF8.


Background Color

.myBgColor { background-color: #996CF8; }

<div style="background-color:#996CF8">Inner text</div>

This div background color is #996CF8.


Border color

.myBorderColor { border: 1px solid #996CF8; }

<div style="border:3px solid #996CF8">Div</div>

This div border color is #996CF8.


Opacity

.myOpacity80 { color: #996CF8; opacity: 0.8; }

<p style="color:#996CF8;opacity:0.8;">80%</p>

Text with #996CF8 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 #996CF8;}

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

This text has shadow with #996CF8 color.

.textShadow {text-shadow: 3px 3px 1px #996CF8, 3px 3px 1px red;}

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

This text has shadow with #996CF8 primary color and red secondary color.


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

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

This text has shadow with #996CF8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996CF8 on black background.


Color preview on white background

This text has color #996CF8 on white background.



Black color preview on #996CF8 background

This text has black color on #996CF8 background.


White color preview on #996CF8 background

This text has white color on #996CF8 background.