COLOR #9B779E

HEX: #9B779E
RGB: (155,119,158)

Color info

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

RGB color model

#9B779E color RGB value is (155,119,158).

  • red value is 155;
  • green value is 119;
  • blue value is 158.
RGB:
(155,119,158)
(61%,47%,62%)

RGB channels and saturation

R 155 of 255 = 61%
G 119 of 255 = 47%
B 158 of 255 = 62%

155
119
158

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

Portions of RGB colors in percentages

R + G + B =
155 + 119 + 158 = 432 (100%)
R 155 of 432 ~ 35.88%
G 119 of 432 ~ 27.55%
B 158 of 432 ~ 36.57%

%35.88
%27.55
%36.57

CMYK color model

#9B779E color CMYK value is (2,25,0,38).

  • cyan value is 1.90%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(2,25,0,38)
C2M25Y0K38 
(2%,25%,0%,38%)
(0.02/0.25/0.00/0.38)	

CMYK percentages

%1.9
%24.68
%0
%38.04

Codes

Color #9B779E in popluar color models

9B779E
RGB155119158
HSL295°16.74%54.31%
HSB/HSV295°24.68%61.96%
CMYK1.90%24.68%0.00%
38.04%

Color #9B779E in popluar number systems.

HEX9B779E
Decimal155119158
Binary10011011111011110011110
Octal233167236

Shades and tints

Shades of #9B779E

#9B779E
(155,119,158)
#8D6D90
(141,109,144)
#7F6382
(127,99,130)
#715974
(113,89,116)
#634F66
(99,79,102)
#554558
(85,69,88)
#473B4A
(71,59,74)
#39313C
(57,49,60)
#2B272E
(43,39,46)
#1D1D20
(29,29,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #9B779E

#9B779E
(155,119,158)
#A483A6
(164,131,166)
#AD8FAE
(173,143,174)
#B69BB6
(182,155,182)
#BFA7BE
(191,167,190)
#C8B3C6
(200,179,198)
#D1BFCE
(209,191,206)
#DACBD6
(218,203,214)
#E3D7DE
(227,215,222)
#ECE3E6
(236,227,230)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B779E color. Also use rgb(155,119,158) instead hex code.

Text Font Color

.myTextColor { color: #9B779E; }

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

This text font color is #9B779E.


Background Color

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

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

This div background color is #9B779E.


Border color

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

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

This div border color is #9B779E.


Opacity

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

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

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

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

This text has shadow with #9B779E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B779E on black background.


Color preview on white background

This text has color #9B779E on white background.



Black color preview on #9B779E background

This text has black color on #9B779E background.


White color preview on #9B779E background

This text has white color on #9B779E background.