COLOR #987666

HEX: #987666
RGB: (152,118,102)

Color info

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

RGB color model

#987666 color RGB value is (152,118,102).

  • red value is 152;
  • green value is 118;
  • blue value is 102.
RGB:
(152,118,102)
(60%,46%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 102 of 255 = 40%

152
118
102

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

Portions of RGB colors in percentages

R + G + B =
152 + 118 + 102 = 372 (100%)
R 152 of 372 ~ 40.86%
G 118 of 372 ~ 31.72%
B 102 of 372 ~ 27.42%

%40.86
%31.72
%27.42

CMYK color model

#987666 color CMYK value is (0,22,33,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 32.89%
  • key color value is 40.39%
CMYK:
(0,22,33,40)
C0M22Y33K40 
(0%,22%,33%,40%)
(0.00/0.22/0.33/0.40)	

CMYK percentages

%0
%22.37
%32.89
%40.39

Codes

Color #987666 in popluar color models

987666
RGB152118102
HSL19°19.69%49.80%
HSB/HSV19°32.89%59.61%
CMYK0.00%22.37%32.89%
40.39%

Color #987666 in popluar number systems.

HEX987666
Decimal152118102
Binary1001100011101101100110
Octal230166146

Shades and tints

Shades of #987666

#987666
(152,118,102)
#8B6C5D
(139,108,93)
#7E6254
(126,98,84)
#71584B
(113,88,75)
#644E42
(100,78,66)
#574439
(87,68,57)
#4A3A30
(74,58,48)
#3D3027
(61,48,39)
#30261E
(48,38,30)
#231C15
(35,28,21)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #987666

#987666
(152,118,102)
#A18273
(161,130,115)
#AA8E80
(170,142,128)
#B39A8D
(179,154,141)
#BCA69A
(188,166,154)
#C5B2A7
(197,178,167)
#CEBEB4
(206,190,180)
#D7CAC1
(215,202,193)
#E0D6CE
(224,214,206)
#E9E2DB
(233,226,219)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987666 color. Also use rgb(152,118,102) instead hex code.

Text Font Color

.myTextColor { color: #987666; }

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

This text font color is #987666.


Background Color

.myBgColor { background-color: #987666; }

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

This div background color is #987666.


Border color

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

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

This div border color is #987666.


Opacity

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

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

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

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

This text has shadow with #987666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987666 on black background.


Color preview on white background

This text has color #987666 on white background.



Black color preview on #987666 background

This text has black color on #987666 background.


White color preview on #987666 background

This text has white color on #987666 background.