COLOR #99867F

HEX: #99867F RGB: (153,134,127)

Color info

#99867F contains red, green and blue colors in about the same proportion. Web safe color of #99867F is #999966 (or #996).

RGB color model

#99867F color RGB value is (153,134,127).

RGB: (153,134,127) (60%, 53%, 50%)

RGB channels and saturation

R 153 of 255 = 60%
G 134 of 255 = 53%
B 127 of 255 = 50%

153
134
127

R + G + B ~ 54%. #99867F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 134 + 127 = 414 (100%)
R 153 of 414 ~ 36.96%
G 134 of 414 ~ 32.37%
B 127 of 414 ~ 30.68'%

%36.96
%32.37
%30.68

CMYK color model

#99867F color CMYK value is (0,12,17,40).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK: (0,12,17,40) C0M12Y17K40 (0%,12%,17%,40%) (0.00/0.12/0.17/0.40) 

CMYK percentages

%0
%12.42
%16.99
%40

Codes

Color #99867F in popluar color models

99 86 7F
RGB 153 134 127
HSL 16° 11.30% 54.90%
HSB/HSV 16° 16.99% 60.00%
CMYK 0.00% 12.42% 16.99%
40.00%

Color #99867F in popluar number systems.

HEX 99 86 7F
Decimal 153 134 127
Binary 10011001 10000110 1111111
Octal 231 206 177

Shades and tints

Shades of #99867F

#99867F
(153,134,127)
#8C7A74
(140,122,116)
#7F6E69
(127,110,105)
#72625E
(114,98,94)
#655653
(101,86,83)
#584A48
(88,74,72)
#4B3E3D
(75,62,61)
#3E3232
(62,50,50)
#312627
(49,38,39)
#241A1C
(36,26,28)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #99867F

#99867F
(153,134,127)
#A2918A
(162,145,138)
#AB9C95
(171,156,149)
#B4A7A0
(180,167,160)
#BDB2AB
(189,178,171)
#C6BDB6
(198,189,182)
#CFC8C1
(207,200,193)
#D8D3CC
(216,211,204)
#E1DED7
(225,222,215)
#EAE9E2
(234,233,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99867F color. Also use rgb(153,134,127) instead hex code.

Text Font Color

.myTextColor { color: #99867F; }

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

This text font color is #99867F.

Background Color

.myBgColor { background-color: #99867F; }

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

This div background color is #99867F.

Border color

.myBorderColor { border: 1px solid #99867F; }

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

This div border color is #99867F.

Opacity

.myOpacity80 { color: #99867F; opacity: 0.8; }

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

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

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

This text has shadow with #99867F color.


.textShadow {text-shadow: 3px 3px 1px #99867F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99867F; -webkit-box-shadow: 1px 1px 3px 2px #99867F; box-shadow:1px 1px 3px 2px #99867F;">
Div content here
</div>

This div box has shadow with color #99867F.

Preview

Color preview on black background

This text has color #99867F on black background.


Color preview on white background

This text has color #99867F on white background.


Black color preview on #99867F background

This text has black color on #99867F background.


White color preview on #99867F background

This text has white color on #99867F background.


Related colors

Complementary color

Complementary color for #hex is #667980.


I love getcolorcode.com

Triadic colors

1 #7F9986 and #867F99 with #99867F are triadic colors.

2 #7F8699 and #86997F with #99867F are triadic colors.