COLOR #9B799C

HEX: #9B799C
RGB: (155,121,156)

Color info

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

RGB color model

#9B799C color RGB value is (155,121,156).

  • red value is 155;
  • green value is 121;
  • blue value is 156.
RGB:
(155,121,156)
(61%,47%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 156 of 255 = 61%

155
121
156

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

Portions of RGB colors in percentages

R + G + B =
155 + 121 + 156 = 432 (100%)
R 155 of 432 ~ 35.88%
G 121 of 432 ~ 28.01%
B 156 of 432 ~ 36.11%

%35.88
%28.01
%36.11

CMYK color model

#9B799C color CMYK value is (1,22,0,39).

  • cyan value is 0.64%
  • magenta value is 22.44%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(1,22,0,39)
C1M22Y0K39 
(1%,22%,0%,39%)
(0.01/0.22/0.00/0.39)	

CMYK percentages

%0.64
%22.44
%0
%38.82

Codes

Color #9B799C in popluar color models

9B799C
RGB155121156
HSL298°15.02%54.31%
HSB/HSV298°22.44%61.18%
CMYK0.64%22.44%0.00%
38.82%

Color #9B799C in popluar number systems.

HEX9B799C
Decimal155121156
Binary10011011111100110011100
Octal233171234

Shades and tints

Shades of #9B799C

#9B799C
(155,121,156)
#8D6E8E
(141,110,142)
#7F6380
(127,99,128)
#715872
(113,88,114)
#634D64
(99,77,100)
#554256
(85,66,86)
#473748
(71,55,72)
#392C3A
(57,44,58)
#2B212C
(43,33,44)
#1D161E
(29,22,30)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #9B799C

#9B799C
(155,121,156)
#A485A5
(164,133,165)
#AD91AE
(173,145,174)
#B69DB7
(182,157,183)
#BFA9C0
(191,169,192)
#C8B5C9
(200,181,201)
#D1C1D2
(209,193,210)
#DACDDB
(218,205,219)
#E3D9E4
(227,217,228)
#ECE5ED
(236,229,237)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B799C color. Also use rgb(155,121,156) instead hex code.

Text Font Color

.myTextColor { color: #9B799C; }

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

This text font color is #9B799C.


Background Color

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

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

This div background color is #9B799C.


Border color

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

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

This div border color is #9B799C.


Opacity

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

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

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

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

This text has shadow with #9B799C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B799C on black background.


Color preview on white background

This text has color #9B799C on white background.



Black color preview on #9B799C background

This text has black color on #9B799C background.


White color preview on #9B799C background

This text has white color on #9B799C background.