COLOR #86996E

HEX: #86996E
RGB: (134,153,110)

Color info

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

RGB color model

#86996E color RGB value is (134,153,110).

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

RGB channels and saturation

R 134 of 255 = 53%
G 153 of 255 = 60%
B 110 of 255 = 43%

134
153
110

R + G + B ~ 52%. #86996E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 153 + 110 = 397 (100%)
R 134 of 397 ~ 33.75%
G 153 of 397 ~ 38.54%
B 110 of 397 ~ 27.71%

%33.75
%38.54
%27.71

CMYK color model

#86996E color CMYK value is (12,0,28,40).

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(12,0,28,40)
C12M0Y28K40 
(12%,0%,28%,40%)
(0.12/0.00/0.28/0.40)	

CMYK percentages

%12.42
%0
%28.1
%40

Codes

Color #86996E in popluar color models

86996E
RGB134153110
HSL87°17.41%51.57%
HSB/HSV87°28.10%60.00%
CMYK12.42%0.00%28.10%
40.00%

Color #86996E in popluar number systems.

HEX86996E
Decimal134153110
Binary10000110100110011101110
Octal206231156

Shades and tints

Shades of #86996E

#86996E
(134,153,110)
#7A8C64
(122,140,100)
#6E7F5A
(110,127,90)
#627250
(98,114,80)
#566546
(86,101,70)
#4A583C
(74,88,60)
#3E4B32
(62,75,50)
#323E28
(50,62,40)
#26311E
(38,49,30)
#1A2414
(26,36,20)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #86996E

#86996E
(134,153,110)
#91A27B
(145,162,123)
#9CAB88
(156,171,136)
#A7B495
(167,180,149)
#B2BDA2
(178,189,162)
#BDC6AF
(189,198,175)
#C8CFBC
(200,207,188)
#D3D8C9
(211,216,201)
#DEE1D6
(222,225,214)
#E9EAE3
(233,234,227)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86996E color. Also use rgb(134,153,110) instead hex code.

Text Font Color

.myTextColor { color: #86996E; }

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

This text font color is #86996E.


Background Color

.myBgColor { background-color: #86996E; }

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

This div background color is #86996E.


Border color

.myBorderColor { border: 1px solid #86996E; }

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

This div border color is #86996E.


Opacity

.myOpacity80 { color: #86996E; opacity: 0.8; }

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

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

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

This text has shadow with #86996E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86996E on black background.


Color preview on white background

This text has color #86996E on white background.



Black color preview on #86996E background

This text has black color on #86996E background.


White color preview on #86996E background

This text has white color on #86996E background.