COLOR #9669C8

HEX: #9669C8
RGB: (150,105,200)

Color info

#9669C8 contains mainly red and blue colors. Web safe color of #9669C8 is #9966CC (or #96C).

RGB color model

#9669C8 color RGB value is (150,105,200).

  • red value is 150;
  • green value is 105;
  • blue value is 200.
RGB:
(150,105,200)
(59%,41%,78%)

RGB channels and saturation

R 150 of 255 = 59%
G 105 of 255 = 41%
B 200 of 255 = 78%

150
105
200

R + G + B ~ 59%. #9669C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 105 + 200 = 455 (100%)
R 150 of 455 ~ 32.97%
G 105 of 455 ~ 23.08%
B 200 of 455 ~ 43.96%

%32.97
%23.08
%43.96

CMYK color model

#9669C8 color CMYK value is (25,48,0,22).

  • cyan value is 25.00%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(25,48,0,22)
C25M48Y0K22 
(25%,48%,0%,22%)
(0.25/0.48/0.00/0.22)	

CMYK percentages

%25
%47.5
%0
%21.57

Codes

Color #9669C8 in popluar color models

9669C8
RGB150105200
HSL268°46.34%59.80%
HSB/HSV268°47.50%78.43%
CMYK25.00%47.50%0.00%
21.57%

Color #9669C8 in popluar number systems.

HEX9669C8
Decimal150105200
Binary10010110110100111001000
Octal226151310

Shades and tints

Shades of #9669C8

#9669C8
(150,105,200)
#8960B6
(137,96,182)
#7C57A4
(124,87,164)
#6F4E92
(111,78,146)
#624580
(98,69,128)
#553C6E
(85,60,110)
#48335C
(72,51,92)
#3B2A4A
(59,42,74)
#2E2138
(46,33,56)
#211826
(33,24,38)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #9669C8

#9669C8
(150,105,200)
#9F76CD
(159,118,205)
#A883D2
(168,131,210)
#B190D7
(177,144,215)
#BA9DDC
(186,157,220)
#C3AAE1
(195,170,225)
#CCB7E6
(204,183,230)
#D5C4EB
(213,196,235)
#DED1F0
(222,209,240)
#E7DEF5
(231,222,245)
#F0EBFA
(240,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9669C8 color. Also use rgb(150,105,200) instead hex code.

Text Font Color

.myTextColor { color: #9669C8; }

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

This text font color is #9669C8.


Background Color

.myBgColor { background-color: #9669C8; }

<div style="background-color:#9669C8">Inner text</div>

This div background color is #9669C8.


Border color

.myBorderColor { border: 1px solid #9669C8; }

<div style="border:3px solid #9669C8">Div</div>

This div border color is #9669C8.


Opacity

.myOpacity80 { color: #9669C8; opacity: 0.8; }

<p style="color:#9669C8;opacity:0.8;">80%</p>

Text with #9669C8 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 #9669C8;}

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

This text has shadow with #9669C8 color.

.textShadow {text-shadow: 3px 3px 1px #9669C8, 3px 3px 1px red;}

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

This text has shadow with #9669C8 primary color and red secondary color.


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

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

This text has shadow with #9669C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9669C8 on black background.


Color preview on white background

This text has color #9669C8 on white background.



Black color preview on #9669C8 background

This text has black color on #9669C8 background.


White color preview on #9669C8 background

This text has white color on #9669C8 background.