COLOR #996A78

HEX: #996A78
RGB: (153,106,120)

Color info

#996A78 contains red, green and blue colors in about the same proportion. Web safe color of #996A78 is #996666 (or #966).

RGB color model

#996A78 color RGB value is (153,106,120).

  • red value is 153;
  • green value is 106;
  • blue value is 120.
RGB:
(153,106,120)
(60%,42%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 120 of 255 = 47%

153
106
120

R + G + B ~ 50%. #996A78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 106 + 120 = 379 (100%)
R 153 of 379 ~ 40.37%
G 106 of 379 ~ 27.97%
B 120 of 379 ~ 31.66%

%40.37
%27.97
%31.66

CMYK color model

#996A78 color CMYK value is (0,31,22,40).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(0,31,22,40)
C0M31Y22K40 
(0%,31%,22%,40%)
(0.00/0.31/0.22/0.40)	

CMYK percentages

%0
%30.72
%21.57
%40

Codes

Color #996A78 in popluar color models

996A78
RGB153106120
HSL342°18.73%50.78%
HSB/HSV342°30.72%60.00%
CMYK0.00%30.72%21.57%
40.00%

Color #996A78 in popluar number systems.

HEX996A78
Decimal153106120
Binary1001100111010101111000
Octal231152170

Shades and tints

Shades of #996A78

#996A78
(153,106,120)
#8C616E
(140,97,110)
#7F5864
(127,88,100)
#724F5A
(114,79,90)
#654650
(101,70,80)
#583D46
(88,61,70)
#4B343C
(75,52,60)
#3E2B32
(62,43,50)
#312228
(49,34,40)
#24191E
(36,25,30)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #996A78

#996A78
(153,106,120)
#A27784
(162,119,132)
#AB8490
(171,132,144)
#B4919C
(180,145,156)
#BD9EA8
(189,158,168)
#C6ABB4
(198,171,180)
#CFB8C0
(207,184,192)
#D8C5CC
(216,197,204)
#E1D2D8
(225,210,216)
#EADFE4
(234,223,228)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996A78 color. Also use rgb(153,106,120) instead hex code.

Text Font Color

.myTextColor { color: #996A78; }

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

This text font color is #996A78.


Background Color

.myBgColor { background-color: #996A78; }

<div style="background-color:#996A78">Inner text</div>

This div background color is #996A78.


Border color

.myBorderColor { border: 1px solid #996A78; }

<div style="border:3px solid #996A78">Div</div>

This div border color is #996A78.


Opacity

.myOpacity80 { color: #996A78; opacity: 0.8; }

<p style="color:#996A78;opacity:0.8;">80%</p>

Text with #996A78 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 #996A78;}

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

This text has shadow with #996A78 color.

.textShadow {text-shadow: 3px 3px 1px #996A78, 3px 3px 1px red;}

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

This text has shadow with #996A78 primary color and red secondary color.


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

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

This text has shadow with #996A78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996A78 on black background.


Color preview on white background

This text has color #996A78 on white background.



Black color preview on #996A78 background

This text has black color on #996A78 background.


White color preview on #996A78 background

This text has white color on #996A78 background.