COLOR #9968B2

HEX: #9968B2
RGB: (153,104,178)

Color info

#9968B2 contains mainly red and blue colors. Web safe color of #9968B2 is #996699 (or #969).

RGB color model

#9968B2 color RGB value is (153,104,178).

  • red value is 153;
  • green value is 104;
  • blue value is 178.
RGB:
(153,104,178)
(60%,41%,70%)

RGB channels and saturation

R 153 of 255 = 60%
G 104 of 255 = 41%
B 178 of 255 = 70%

153
104
178

R + G + B ~ 57%. #9968B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 104 + 178 = 435 (100%)
R 153 of 435 ~ 35.17%
G 104 of 435 ~ 23.91%
B 178 of 435 ~ 40.92%

%35.17
%23.91
%40.92

CMYK color model

#9968B2 color CMYK value is (14,42,0,30).

  • cyan value is 14.04%
  • magenta value is 41.57%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(14,42,0,30)
C14M42Y0K30 
(14%,42%,0%,30%)
(0.14/0.42/0.00/0.30)	

CMYK percentages

%14.04
%41.57
%0
%30.2

Codes

Color #9968B2 in popluar color models

9968B2
RGB153104178
HSL280°32.46%55.29%
HSB/HSV280°41.57%69.80%
CMYK14.04%41.57%0.00%
30.20%

Color #9968B2 in popluar number systems.

HEX9968B2
Decimal153104178
Binary10011001110100010110010
Octal231150262

Shades and tints

Shades of #9968B2

#9968B2
(153,104,178)
#8C5FA2
(140,95,162)
#7F5692
(127,86,146)
#724D82
(114,77,130)
#654472
(101,68,114)
#583B62
(88,59,98)
#4B3252
(75,50,82)
#3E2942
(62,41,66)
#312032
(49,32,50)
#241722
(36,23,34)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #9968B2

#9968B2
(153,104,178)
#A275B9
(162,117,185)
#AB82C0
(171,130,192)
#B48FC7
(180,143,199)
#BD9CCE
(189,156,206)
#C6A9D5
(198,169,213)
#CFB6DC
(207,182,220)
#D8C3E3
(216,195,227)
#E1D0EA
(225,208,234)
#EADDF1
(234,221,241)
#F3EAF8
(243,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9968B2 color. Also use rgb(153,104,178) instead hex code.

Text Font Color

.myTextColor { color: #9968B2; }

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

This text font color is #9968B2.


Background Color

.myBgColor { background-color: #9968B2; }

<div style="background-color:#9968B2">Inner text</div>

This div background color is #9968B2.


Border color

.myBorderColor { border: 1px solid #9968B2; }

<div style="border:3px solid #9968B2">Div</div>

This div border color is #9968B2.


Opacity

.myOpacity80 { color: #9968B2; opacity: 0.8; }

<p style="color:#9968B2;opacity:0.8;">80%</p>

Text with #9968B2 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 #9968B2;}

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

This text has shadow with #9968B2 color.

.textShadow {text-shadow: 3px 3px 1px #9968B2, 3px 3px 1px red;}

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

This text has shadow with #9968B2 primary color and red secondary color.


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

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

This text has shadow with #9968B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9968B2 on black background.


Color preview on white background

This text has color #9968B2 on white background.



Black color preview on #9968B2 background

This text has black color on #9968B2 background.


White color preview on #9968B2 background

This text has white color on #9968B2 background.