COLOR #9B78AC

HEX: #9B78AC
RGB: (155,120,172)

Color info

#9B78AC contains red, green and blue colors in about the same proportion. Web safe color of #9B78AC is #996699 (or #969).

RGB color model

#9B78AC color RGB value is (155,120,172).

  • red value is 155;
  • green value is 120;
  • blue value is 172.
RGB:
(155,120,172)
(61%,47%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 120 of 255 = 47%
B 172 of 255 = 67%

155
120
172

R + G + B ~ 58%. #9B78AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 120 + 172 = 447 (100%)
R 155 of 447 ~ 34.68%
G 120 of 447 ~ 26.85%
B 172 of 447 ~ 38.48%

%34.68
%26.85
%38.48

CMYK color model

#9B78AC color CMYK value is (10,30,0,33).

  • cyan value is 9.88%
  • magenta value is 30.23%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(10,30,0,33)
C10M30Y0K33 
(10%,30%,0%,33%)
(0.10/0.30/0.00/0.33)	

CMYK percentages

%9.88
%30.23
%0
%32.55

Codes

Color #9B78AC in popluar color models

9B78AC
RGB155120172
HSL280°23.85%57.25%
HSB/HSV280°30.23%67.45%
CMYK9.88%30.23%0.00%
32.55%

Color #9B78AC in popluar number systems.

HEX9B78AC
Decimal155120172
Binary10011011111100010101100
Octal233170254

Shades and tints

Shades of #9B78AC

#9B78AC
(155,120,172)
#8D6E9D
(141,110,157)
#7F648E
(127,100,142)
#715A7F
(113,90,127)
#635070
(99,80,112)
#554661
(85,70,97)
#473C52
(71,60,82)
#393243
(57,50,67)
#2B2834
(43,40,52)
#1D1E25
(29,30,37)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #9B78AC

#9B78AC
(155,120,172)
#A484B3
(164,132,179)
#AD90BA
(173,144,186)
#B69CC1
(182,156,193)
#BFA8C8
(191,168,200)
#C8B4CF
(200,180,207)
#D1C0D6
(209,192,214)
#DACCDD
(218,204,221)
#E3D8E4
(227,216,228)
#ECE4EB
(236,228,235)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B78AC color. Also use rgb(155,120,172) instead hex code.

Text Font Color

.myTextColor { color: #9B78AC; }

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

This text font color is #9B78AC.


Background Color

.myBgColor { background-color: #9B78AC; }

<div style="background-color:#9B78AC">Inner text</div>

This div background color is #9B78AC.


Border color

.myBorderColor { border: 1px solid #9B78AC; }

<div style="border:3px solid #9B78AC">Div</div>

This div border color is #9B78AC.


Opacity

.myOpacity80 { color: #9B78AC; opacity: 0.8; }

<p style="color:#9B78AC;opacity:0.8;">80%</p>

Text with #9B78AC 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 #9B78AC;}

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

This text has shadow with #9B78AC color.

.textShadow {text-shadow: 3px 3px 1px #9B78AC, 3px 3px 1px red;}

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

This text has shadow with #9B78AC primary color and red secondary color.


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

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

This text has shadow with #9B78AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B78AC on black background.


Color preview on white background

This text has color #9B78AC on white background.



Black color preview on #9B78AC background

This text has black color on #9B78AC background.


White color preview on #9B78AC background

This text has white color on #9B78AC background.