COLOR #9691D7

HEX: #9691D7
RGB: (150,145,215)

Color info

#9691D7 contains mainly blue color. Web safe color of #9691D7 is #9999CC (or #99C).

RGB color model

#9691D7 color RGB value is (150,145,215).

  • red value is 150;
  • green value is 145;
  • blue value is 215.
RGB:
(150,145,215)
(59%,57%,84%)

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 215 of 255 = 84%

150
145
215

R + G + B ~ 67%. #9691D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 215 = 510 (100%)
R 150 of 510 ~ 29.41%
G 145 of 510 ~ 28.43%
B 215 of 510 ~ 42.16%

%29.41
%28.43
%42.16

CMYK color model

#9691D7 color CMYK value is (30,33,0,16).

  • cyan value is 30.23%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(30,33,0,16)
C30M33Y0K16 
(30%,33%,0%,16%)
(0.30/0.33/0.00/0.16)	

CMYK percentages

%30.23
%32.56
%0
%15.69

Codes

Color #9691D7 in popluar color models

9691D7
RGB150145215
HSL244°46.67%70.59%
HSB/HSV244°32.56%84.31%
CMYK30.23%32.56%0.00%
15.69%

Color #9691D7 in popluar number systems.

HEX9691D7
Decimal150145215
Binary100101101001000111010111
Octal226221327

Shades and tints

Shades of #9691D7

#9691D7
(150,145,215)
#8984C4
(137,132,196)
#7C77B1
(124,119,177)
#6F6A9E
(111,106,158)
#625D8B
(98,93,139)
#555078
(85,80,120)
#484365
(72,67,101)
#3B3652
(59,54,82)
#2E293F
(46,41,63)
#211C2C
(33,28,44)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #9691D7

#9691D7
(150,145,215)
#9F9BDA
(159,155,218)
#A8A5DD
(168,165,221)
#B1AFE0
(177,175,224)
#BAB9E3
(186,185,227)
#C3C3E6
(195,195,230)
#CCCDE9
(204,205,233)
#D5D7EC
(213,215,236)
#DEE1EF
(222,225,239)
#E7EBF2
(231,235,242)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9691D7 color. Also use rgb(150,145,215) instead hex code.

Text Font Color

.myTextColor { color: #9691D7; }

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

This text font color is #9691D7.


Background Color

.myBgColor { background-color: #9691D7; }

<div style="background-color:#9691D7">Inner text</div>

This div background color is #9691D7.


Border color

.myBorderColor { border: 1px solid #9691D7; }

<div style="border:3px solid #9691D7">Div</div>

This div border color is #9691D7.


Opacity

.myOpacity80 { color: #9691D7; opacity: 0.8; }

<p style="color:#9691D7;opacity:0.8;">80%</p>

Text with #9691D7 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 #9691D7;}

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

This text has shadow with #9691D7 color.

.textShadow {text-shadow: 3px 3px 1px #9691D7, 3px 3px 1px red;}

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

This text has shadow with #9691D7 primary color and red secondary color.


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

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

This text has shadow with #9691D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9691D7 on black background.


Color preview on white background

This text has color #9691D7 on white background.



Black color preview on #9691D7 background

This text has black color on #9691D7 background.


White color preview on #9691D7 background

This text has white color on #9691D7 background.