COLOR #9796DD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
150
221

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

Portions of RGB colors in percentages

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

%28.93
%28.74
%42.34

CMYK color model

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

  • cyan value is 31.67%
  • magenta value is 32.13%
  • 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

%31.67
%32.13
%0
%13.33

Codes

Color #9796DD in popluar color models

9796DD
RGB151150221
HSL241°51.08%72.75%
HSB/HSV241°32.13%86.67%
CMYK31.67%32.13%0.00%
13.33%

Color #9796DD in popluar number systems.

HEX9796DD
Decimal151150221
Binary100101111001011011011101
Octal227226335

Shades and tints

Shades of #9796DD

#9796DD
(151,150,221)
#8A89C9
(138,137,201)
#7D7CB5
(125,124,181)
#706FA1
(112,111,161)
#63628D
(99,98,141)
#565579
(86,85,121)
#494865
(73,72,101)
#3C3B51
(60,59,81)
#2F2E3D
(47,46,61)
#222129
(34,33,41)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #9796DD

#9796DD
(151,150,221)
#A09FE0
(160,159,224)
#A9A8E3
(169,168,227)
#B2B1E6
(178,177,230)
#BBBAE9
(187,186,233)
#C4C3EC
(196,195,236)
#CDCCEF
(205,204,239)
#D6D5F2
(214,213,242)
#DFDEF5
(223,222,245)
#E8E7F8
(232,231,248)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9796DD; }

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

This text font color is #9796DD.


Background Color

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

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

This div background color is #9796DD.


Border color

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

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

This div border color is #9796DD.


Opacity

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

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

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

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

This text has shadow with #9796DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9796DD on black background.


Color preview on white background

This text has color #9796DD on white background.



Black color preview on #9796DD background

This text has black color on #9796DD background.


White color preview on #9796DD background

This text has white color on #9796DD background.