COLOR #9690EE

HEX: #9690EE
RGB: (150,144,238)

Color info

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

RGB color model

#9690EE color RGB value is (150,144,238).

  • red value is 150;
  • green value is 144;
  • blue value is 238.
RGB:
(150,144,238)
(59%,56%,93%)

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 238 of 255 = 93%

150
144
238

R + G + B ~ 69%. #9690EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 144 + 238 = 532 (100%)
R 150 of 532 ~ 28.2%
G 144 of 532 ~ 27.07%
B 238 of 532 ~ 44.74%

%28.2
%27.07
%44.74

CMYK color model

#9690EE color CMYK value is (37,39,0,7).

  • cyan value is 36.97%
  • magenta value is 39.50%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(37,39,0,7)
C37M39Y0K7 
(37%,39%,0%,7%)
(0.37/0.39/0.00/0.07)	

CMYK percentages

%36.97
%39.5
%0
%6.67

Codes

Color #9690EE in popluar color models

9690EE
RGB150144238
HSL244°73.44%74.90%
HSB/HSV244°39.50%93.33%
CMYK36.97%39.50%0.00%
6.67%

Color #9690EE in popluar number systems.

HEX9690EE
Decimal150144238
Binary100101101001000011101110
Octal226220356

Shades and tints

Shades of #9690EE

#9690EE
(150,144,238)
#8983D9
(137,131,217)
#7C76C4
(124,118,196)
#6F69AF
(111,105,175)
#625C9A
(98,92,154)
#554F85
(85,79,133)
#484270
(72,66,112)
#3B355B
(59,53,91)
#2E2846
(46,40,70)
#211B31
(33,27,49)
#140E1C
(20,14,28)
#000000
(0,0,0)

Tints of #9690EE

#9690EE
(150,144,238)
#9F9AEF
(159,154,239)
#A8A4F0
(168,164,240)
#B1AEF1
(177,174,241)
#BAB8F2
(186,184,242)
#C3C2F3
(195,194,243)
#CCCCF4
(204,204,244)
#D5D6F5
(213,214,245)
#DEE0F6
(222,224,246)
#E7EAF7
(231,234,247)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9690EE color. Also use rgb(150,144,238) instead hex code.

Text Font Color

.myTextColor { color: #9690EE; }

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

This text font color is #9690EE.


Background Color

.myBgColor { background-color: #9690EE; }

<div style="background-color:#9690EE">Inner text</div>

This div background color is #9690EE.


Border color

.myBorderColor { border: 1px solid #9690EE; }

<div style="border:3px solid #9690EE">Div</div>

This div border color is #9690EE.


Opacity

.myOpacity80 { color: #9690EE; opacity: 0.8; }

<p style="color:#9690EE;opacity:0.8;">80%</p>

Text with #9690EE 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 #9690EE;}

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

This text has shadow with #9690EE color.

.textShadow {text-shadow: 3px 3px 1px #9690EE, 3px 3px 1px red;}

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

This text has shadow with #9690EE primary color and red secondary color.


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

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

This text has shadow with #9690EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9690EE on black background.


Color preview on white background

This text has color #9690EE on white background.



Black color preview on #9690EE background

This text has black color on #9690EE background.


White color preview on #9690EE background

This text has white color on #9690EE background.