COLOR #9C799B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
121
155

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

Portions of RGB colors in percentages

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

%36.11
%28.01
%35.88

CMYK color model

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

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

CMYK percentages

%0
%22.44
%0.64
%38.82

Codes

Color #9C799B in popluar color models

9C799B
RGB156121155
HSL302°15.02%54.31%
HSB/HSV302°22.44%61.18%
CMYK0.00%22.44%0.64%
38.82%

Color #9C799B in popluar number systems.

HEX9C799B
Decimal156121155
Binary10011100111100110011011
Octal234171233

Shades and tints

Shades of #9C799B

#9C799B
(156,121,155)
#8E6E8D
(142,110,141)
#80637F
(128,99,127)
#725871
(114,88,113)
#644D63
(100,77,99)
#564255
(86,66,85)
#483747
(72,55,71)
#3A2C39
(58,44,57)
#2C212B
(44,33,43)
#1E161D
(30,22,29)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #9C799B

#9C799B
(156,121,155)
#A585A4
(165,133,164)
#AE91AD
(174,145,173)
#B79DB6
(183,157,182)
#C0A9BF
(192,169,191)
#C9B5C8
(201,181,200)
#D2C1D1
(210,193,209)
#DBCDDA
(219,205,218)
#E4D9E3
(228,217,227)
#EDE5EC
(237,229,236)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C799B; }

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

This text font color is #9C799B.


Background Color

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

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

This div background color is #9C799B.


Border color

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

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

This div border color is #9C799B.


Opacity

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

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

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

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

This text has shadow with #9C799B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C799B on black background.


Color preview on white background

This text has color #9C799B on white background.



Black color preview on #9C799B background

This text has black color on #9C799B background.


White color preview on #9C799B background

This text has white color on #9C799B background.