COLOR #9C8699

HEX: #9C8699
RGB: (156,134,153)

Color info

#9C8699 contains red, green and blue colors in about the same proportion. Web safe color of #9C8699 is #999999 (or #999).

RGB color model

#9C8699 color RGB value is (156,134,153).

  • red value is 156;
  • green value is 134;
  • blue value is 153.
RGB:
(156,134,153)
(61%,53%,60%)

RGB channels and saturation

R 156 of 255 = 61%
G 134 of 255 = 53%
B 153 of 255 = 60%

156
134
153

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

Portions of RGB colors in percentages

R + G + B =
156 + 134 + 153 = 443 (100%)
R 156 of 443 ~ 35.21%
G 134 of 443 ~ 30.25%
B 153 of 443 ~ 34.54%

%35.21
%30.25
%34.54

CMYK color model

#9C8699 color CMYK value is (0,14,2,39).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 1.92%
  • key color value is 38.82%
CMYK:
(0,14,2,39)
C0M14Y2K39 
(0%,14%,2%,39%)
(0.00/0.14/0.02/0.39)	

CMYK percentages

%0
%14.1
%1.92
%38.82

Codes

Color #9C8699 in popluar color models

9C8699
RGB156134153
HSL308°10.00%56.86%
HSB/HSV308°14.10%61.18%
CMYK0.00%14.10%1.92%
38.82%

Color #9C8699 in popluar number systems.

HEX9C8699
Decimal156134153
Binary100111001000011010011001
Octal234206231

Shades and tints

Shades of #9C8699

#9C8699
(156,134,153)
#8E7A8C
(142,122,140)
#806E7F
(128,110,127)
#726272
(114,98,114)
#645665
(100,86,101)
#564A58
(86,74,88)
#483E4B
(72,62,75)
#3A323E
(58,50,62)
#2C2631
(44,38,49)
#1E1A24
(30,26,36)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #9C8699

#9C8699
(156,134,153)
#A591A2
(165,145,162)
#AE9CAB
(174,156,171)
#B7A7B4
(183,167,180)
#C0B2BD
(192,178,189)
#C9BDC6
(201,189,198)
#D2C8CF
(210,200,207)
#DBD3D8
(219,211,216)
#E4DEE1
(228,222,225)
#EDE9EA
(237,233,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C8699 color. Also use rgb(156,134,153) instead hex code.

Text Font Color

.myTextColor { color: #9C8699; }

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

This text font color is #9C8699.


Background Color

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

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

This div background color is #9C8699.


Border color

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

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

This div border color is #9C8699.


Opacity

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

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

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

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

This text has shadow with #9C8699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C8699 on black background.


Color preview on white background

This text has color #9C8699 on white background.



Black color preview on #9C8699 background

This text has black color on #9C8699 background.


White color preview on #9C8699 background

This text has white color on #9C8699 background.