COLOR #996868

HEX: #996868
RGB: (153,104,104)

Color info

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

RGB color model

#996868 color RGB value is (153,104,104).

  • red value is 153;
  • green value is 104;
  • blue value is 104.
RGB:
(153,104,104)
(60%,41%,41%)

RGB channels and saturation

R 153 of 255 = 60%
G 104 of 255 = 41%
B 104 of 255 = 41%

153
104
104

R + G + B ~ 47%. #996868 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 104 + 104 = 361 (100%)
R 153 of 361 ~ 42.38%
G 104 of 361 ~ 28.81%
B 104 of 361 ~ 28.81%

%42.38
%28.81
%28.81

CMYK color model

#996868 color CMYK value is (0,32,32,40).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(0,32,32,40)
C0M32Y32K40 
(0%,32%,32%,40%)
(0.00/0.32/0.32/0.40)	

CMYK percentages

%0
%32.03
%32.03
%40

Codes

Color #996868 in popluar color models

996868
RGB153104104
HSL19.37%50.39%
HSB/HSV32.03%60.00%
CMYK0.00%32.03%32.03%
40.00%

Color #996868 in popluar number systems.

HEX996868
Decimal153104104
Binary1001100111010001101000
Octal231150150

Shades and tints

Shades of #996868

#996868
(153,104,104)
#8C5F5F
(140,95,95)
#7F5656
(127,86,86)
#724D4D
(114,77,77)
#654444
(101,68,68)
#583B3B
(88,59,59)
#4B3232
(75,50,50)
#3E2929
(62,41,41)
#312020
(49,32,32)
#241717
(36,23,23)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #996868

#996868
(153,104,104)
#A27575
(162,117,117)
#AB8282
(171,130,130)
#B48F8F
(180,143,143)
#BD9C9C
(189,156,156)
#C6A9A9
(198,169,169)
#CFB6B6
(207,182,182)
#D8C3C3
(216,195,195)
#E1D0D0
(225,208,208)
#EADDDD
(234,221,221)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996868 color. Also use rgb(153,104,104) instead hex code.

Text Font Color

.myTextColor { color: #996868; }

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

This text font color is #996868.


Background Color

.myBgColor { background-color: #996868; }

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

This div background color is #996868.


Border color

.myBorderColor { border: 1px solid #996868; }

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

This div border color is #996868.


Opacity

.myOpacity80 { color: #996868; opacity: 0.8; }

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

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

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

This text has shadow with #996868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996868 on black background.


Color preview on white background

This text has color #996868 on white background.



Black color preview on #996868 background

This text has black color on #996868 background.


White color preview on #996868 background

This text has white color on #996868 background.