COLOR #988766

HEX: #988766
RGB: (152,135,102)

Color info

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

RGB color model

#988766 color RGB value is (152,135,102).

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

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 102 of 255 = 40%

152
135
102

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 102 = 389 (100%)
R 152 of 389 ~ 39.07%
G 135 of 389 ~ 34.7%
B 102 of 389 ~ 26.22%

%39.07
%34.7
%26.22

CMYK color model

#988766 color CMYK value is (0,11,33,40).

  • cyan value is 0.00%
  • magenta value is 11.18%
  • yellow value is 32.89%
  • key color value is 40.39%
CMYK:
(0,11,33,40)
C0M11Y33K40 
(0%,11%,33%,40%)
(0.00/0.11/0.33/0.40)	

CMYK percentages

%0
%11.18
%32.89
%40.39

Codes

Color #988766 in popluar color models

988766
RGB152135102
HSL40°19.69%49.80%
HSB/HSV40°32.89%59.61%
CMYK0.00%11.18%32.89%
40.39%

Color #988766 in popluar number systems.

HEX988766
Decimal152135102
Binary10011000100001111100110
Octal230207146

Shades and tints

Shades of #988766

#988766
(152,135,102)
#8B7B5D
(139,123,93)
#7E6F54
(126,111,84)
#71634B
(113,99,75)
#645742
(100,87,66)
#574B39
(87,75,57)
#4A3F30
(74,63,48)
#3D3327
(61,51,39)
#30271E
(48,39,30)
#231B15
(35,27,21)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #988766

#988766
(152,135,102)
#A19173
(161,145,115)
#AA9B80
(170,155,128)
#B3A58D
(179,165,141)
#BCAF9A
(188,175,154)
#C5B9A7
(197,185,167)
#CEC3B4
(206,195,180)
#D7CDC1
(215,205,193)
#E0D7CE
(224,215,206)
#E9E1DB
(233,225,219)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988766; }

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

This text font color is #988766.


Background Color

.myBgColor { background-color: #988766; }

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

This div background color is #988766.


Border color

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

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

This div border color is #988766.


Opacity

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

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

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

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

This text has shadow with #988766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988766 on black background.


Color preview on white background

This text has color #988766 on white background.



Black color preview on #988766 background

This text has black color on #988766 background.


White color preview on #988766 background

This text has white color on #988766 background.