COLOR #9697DD

HEX: #9697DD
RGB: (150,151,221)

Color info

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

RGB color model

#9697DD color RGB value is (150,151,221).

  • red value is 150;
  • green value is 151;
  • blue value is 221.
RGB:
(150,151,221)
(59%,59%,87%)

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 221 of 255 = 87%

150
151
221

R + G + B ~ 68%. #9697DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 221 = 522 (100%)
R 150 of 522 ~ 28.74%
G 151 of 522 ~ 28.93%
B 221 of 522 ~ 42.34%

%28.74
%28.93
%42.34

CMYK color model

#9697DD color CMYK value is (32,32,0,13).

  • cyan value is 32.13%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,32,0,13)
C32M32Y0K13 
(32%,32%,0%,13%)
(0.32/0.32/0.00/0.13)	

CMYK percentages

%32.13
%31.67
%0
%13.33

Codes

Color #9697DD in popluar color models

9697DD
RGB150151221
HSL239°51.08%72.75%
HSB/HSV239°32.13%86.67%
CMYK32.13%31.67%0.00%
13.33%

Color #9697DD in popluar number systems.

HEX9697DD
Decimal150151221
Binary100101101001011111011101
Octal226227335

Shades and tints

Shades of #9697DD

#9697DD
(150,151,221)
#898AC9
(137,138,201)
#7C7DB5
(124,125,181)
#6F70A1
(111,112,161)
#62638D
(98,99,141)
#555679
(85,86,121)
#484965
(72,73,101)
#3B3C51
(59,60,81)
#2E2F3D
(46,47,61)
#212229
(33,34,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #9697DD

#9697DD
(150,151,221)
#9FA0E0
(159,160,224)
#A8A9E3
(168,169,227)
#B1B2E6
(177,178,230)
#BABBE9
(186,187,233)
#C3C4EC
(195,196,236)
#CCCDEF
(204,205,239)
#D5D6F2
(213,214,242)
#DEDFF5
(222,223,245)
#E7E8F8
(231,232,248)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9697DD color. Also use rgb(150,151,221) instead hex code.

Text Font Color

.myTextColor { color: #9697DD; }

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

This text font color is #9697DD.


Background Color

.myBgColor { background-color: #9697DD; }

<div style="background-color:#9697DD">Inner text</div>

This div background color is #9697DD.


Border color

.myBorderColor { border: 1px solid #9697DD; }

<div style="border:3px solid #9697DD">Div</div>

This div border color is #9697DD.


Opacity

.myOpacity80 { color: #9697DD; opacity: 0.8; }

<p style="color:#9697DD;opacity:0.8;">80%</p>

Text with #9697DD 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 #9697DD;}

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

This text has shadow with #9697DD color.

.textShadow {text-shadow: 3px 3px 1px #9697DD, 3px 3px 1px red;}

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

This text has shadow with #9697DD primary color and red secondary color.


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

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

This text has shadow with #9697DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9697DD on black background.


Color preview on white background

This text has color #9697DD on white background.



Black color preview on #9697DD background

This text has black color on #9697DD background.


White color preview on #9697DD background

This text has white color on #9697DD background.