COLOR #988C69

HEX: #988C69
RGB: (152,140,105)

Color info

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

RGB color model

#988C69 color RGB value is (152,140,105).

  • red value is 152;
  • green value is 140;
  • blue value is 105.
RGB:
(152,140,105)
(60%,55%,41%)

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 105 of 255 = 41%

152
140
105

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

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 105 = 397 (100%)
R 152 of 397 ~ 38.29%
G 140 of 397 ~ 35.26%
B 105 of 397 ~ 26.45%

%38.29
%35.26
%26.45

CMYK color model

#988C69 color CMYK value is (0,8,31,40).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 30.92%
  • key color value is 40.39%
CMYK:
(0,8,31,40)
C0M8Y31K40 
(0%,8%,31%,40%)
(0.00/0.08/0.31/0.40)	

CMYK percentages

%0
%7.89
%30.92
%40.39

Codes

Color #988C69 in popluar color models

988C69
RGB152140105
HSL45°18.58%50.39%
HSB/HSV45°30.92%59.61%
CMYK0.00%7.89%30.92%
40.39%

Color #988C69 in popluar number systems.

HEX988C69
Decimal152140105
Binary10011000100011001101001
Octal230214151

Shades and tints

Shades of #988C69

#988C69
(152,140,105)
#8B8060
(139,128,96)
#7E7457
(126,116,87)
#71684E
(113,104,78)
#645C45
(100,92,69)
#57503C
(87,80,60)
#4A4433
(74,68,51)
#3D382A
(61,56,42)
#302C21
(48,44,33)
#232018
(35,32,24)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #988C69

#988C69
(152,140,105)
#A19676
(161,150,118)
#AAA083
(170,160,131)
#B3AA90
(179,170,144)
#BCB49D
(188,180,157)
#C5BEAA
(197,190,170)
#CEC8B7
(206,200,183)
#D7D2C4
(215,210,196)
#E0DCD1
(224,220,209)
#E9E6DE
(233,230,222)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988C69 color. Also use rgb(152,140,105) instead hex code.

Text Font Color

.myTextColor { color: #988C69; }

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

This text font color is #988C69.


Background Color

.myBgColor { background-color: #988C69; }

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

This div background color is #988C69.


Border color

.myBorderColor { border: 1px solid #988C69; }

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

This div border color is #988C69.


Opacity

.myOpacity80 { color: #988C69; opacity: 0.8; }

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

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

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

This text has shadow with #988C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988C69 on black background.


Color preview on white background

This text has color #988C69 on white background.



Black color preview on #988C69 background

This text has black color on #988C69 background.


White color preview on #988C69 background

This text has white color on #988C69 background.