COLOR #9997EC

HEX: #9997EC
RGB: (153,151,236)

Color info

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

RGB color model

#9997EC color RGB value is (153,151,236).

  • red value is 153;
  • green value is 151;
  • blue value is 236.
RGB:
(153,151,236)
(60%,59%,93%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 236 of 255 = 93%

153
151
236

R + G + B ~ 71%. #9997EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 236 = 540 (100%)
R 153 of 540 ~ 28.33%
G 151 of 540 ~ 27.96%
B 236 of 540 ~ 43.7%

%28.33
%27.96
%43.7

CMYK color model

#9997EC color CMYK value is (35,36,0,7).

  • cyan value is 35.17%
  • magenta value is 36.02%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(35,36,0,7)
C35M36Y0K7 
(35%,36%,0%,7%)
(0.35/0.36/0.00/0.07)	

CMYK percentages

%35.17
%36.02
%0
%7.45

Codes

Color #9997EC in popluar color models

9997EC
RGB153151236
HSL241°69.11%75.88%
HSB/HSV241°36.02%92.55%
CMYK35.17%36.02%0.00%
7.45%

Color #9997EC in popluar number systems.

HEX9997EC
Decimal153151236
Binary100110011001011111101100
Octal231227354

Shades and tints

Shades of #9997EC

#9997EC
(153,151,236)
#8C8AD7
(140,138,215)
#7F7DC2
(127,125,194)
#7270AD
(114,112,173)
#656398
(101,99,152)
#585683
(88,86,131)
#4B496E
(75,73,110)
#3E3C59
(62,60,89)
#312F44
(49,47,68)
#24222F
(36,34,47)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #9997EC

#9997EC
(153,151,236)
#A2A0ED
(162,160,237)
#ABA9EE
(171,169,238)
#B4B2EF
(180,178,239)
#BDBBF0
(189,187,240)
#C6C4F1
(198,196,241)
#CFCDF2
(207,205,242)
#D8D6F3
(216,214,243)
#E1DFF4
(225,223,244)
#EAE8F5
(234,232,245)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9997EC color. Also use rgb(153,151,236) instead hex code.

Text Font Color

.myTextColor { color: #9997EC; }

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

This text font color is #9997EC.


Background Color

.myBgColor { background-color: #9997EC; }

<div style="background-color:#9997EC">Inner text</div>

This div background color is #9997EC.


Border color

.myBorderColor { border: 1px solid #9997EC; }

<div style="border:3px solid #9997EC">Div</div>

This div border color is #9997EC.


Opacity

.myOpacity80 { color: #9997EC; opacity: 0.8; }

<p style="color:#9997EC;opacity:0.8;">80%</p>

Text with #9997EC 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 #9997EC;}

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

This text has shadow with #9997EC color.

.textShadow {text-shadow: 3px 3px 1px #9997EC, 3px 3px 1px red;}

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

This text has shadow with #9997EC primary color and red secondary color.


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

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

This text has shadow with #9997EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9997EC on black background.


Color preview on white background

This text has color #9997EC on white background.



Black color preview on #9997EC background

This text has black color on #9997EC background.


White color preview on #9997EC background

This text has white color on #9997EC background.