COLOR #9698D7

HEX: #9698D7 RGB: (150,152,215)

Color info

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

RGB color model

#9698D7 color RGB value is (150,152,215).

RGB: (150,152,215) (59%, 60%, 84%)

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 215 of 255 = 84%

150
152
215

R + G + B ~ 68%. #9698D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 152 + 215 = 517 (100%)
R 150 of 517 ~ 29.01%
G 152 of 517 ~ 29.4%
B 215 of 517 ~ 41.59'%

%29.01
%29.4
%41.59

CMYK color model

#9698D7 color CMYK value is (30,29,0,16).

  • cyan value is 30.23%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (30,29,0,16) C30M29Y0K16 (30%,29%,0%,16%) (0.30/0.29/0.00/0.16) 

CMYK percentages

%30.23
%29.3
%0
%15.69

Codes

Color #9698D7 in popluar color models

96 98 D7
RGB 150 152 215
HSL 238° 44.83% 71.57%
HSB/HSV 238° 30.23% 84.31%
CMYK 30.23% 29.30% 0.00%
15.69%

Color #9698D7 in popluar number systems.

HEX 96 98 D7
Decimal 150 152 215
Binary 10010110 10011000 11010111
Octal 226 230 327

Shades and tints

Shades of #9698D7

#9698D7
(150,152,215)
#898BC4
(137,139,196)
#7C7EB1
(124,126,177)
#6F719E
(111,113,158)
#62648B
(98,100,139)
#555778
(85,87,120)
#484A65
(72,74,101)
#3B3D52
(59,61,82)
#2E303F
(46,48,63)
#21232C
(33,35,44)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #9698D7

#9698D7
(150,152,215)
#9FA1DA
(159,161,218)
#A8AADD
(168,170,221)
#B1B3E0
(177,179,224)
#BABCE3
(186,188,227)
#C3C5E6
(195,197,230)
#CCCEE9
(204,206,233)
#D5D7EC
(213,215,236)
#DEE0EF
(222,224,239)
#E7E9F2
(231,233,242)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9698D7; }

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

This text font color is #9698D7.

Background Color

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

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

This div background color is #9698D7.

Border color

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

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

This div border color is #9698D7.

Opacity

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

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

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

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

This text has shadow with #9698D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9698D7.

Preview

Color preview on black background

This text has color #9698D7 on black background.


Color preview on white background

This text has color #9698D7 on white background.


Black color preview on #9698D7 background

This text has black color on #9698D7 background.


White color preview on #9698D7 background

This text has white color on #9698D7 background.


Related colors

Complementary color

Complementary color for #hex is #696728.


I love getcolorcode.com

Triadic colors

1 #D79698 and #98D796 with #9698D7 are triadic colors.

2 #D79896 and #9896D7 with #9698D7 are triadic colors.