COLOR #988A6E

HEX: #988A6E
RGB: (152,138,110)

Color info

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

RGB color model

#988A6E color RGB value is (152,138,110).

  • red value is 152;
  • green value is 138;
  • blue value is 110.
RGB:
(152,138,110)
(60%,54%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 110 of 255 = 43%

152
138
110

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

Portions of RGB colors in percentages

R + G + B =
152 + 138 + 110 = 400 (100%)
R 152 of 400 ~ 38%
G 138 of 400 ~ 34.5%
B 110 of 400 ~ 27.5%

%38
%34.5
%27.5

CMYK color model

#988A6E color CMYK value is (0,9,28,40).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 27.63%
  • key color value is 40.39%
CMYK:
(0,9,28,40)
C0M9Y28K40 
(0%,9%,28%,40%)
(0.00/0.09/0.28/0.40)	

CMYK percentages

%0
%9.21
%27.63
%40.39

Codes

Color #988A6E in popluar color models

988A6E
RGB152138110
HSL40°16.94%51.37%
HSB/HSV40°27.63%59.61%
CMYK0.00%9.21%27.63%
40.39%

Color #988A6E in popluar number systems.

HEX988A6E
Decimal152138110
Binary10011000100010101101110
Octal230212156

Shades and tints

Shades of #988A6E

#988A6E
(152,138,110)
#8B7E64
(139,126,100)
#7E725A
(126,114,90)
#716650
(113,102,80)
#645A46
(100,90,70)
#574E3C
(87,78,60)
#4A4232
(74,66,50)
#3D3628
(61,54,40)
#302A1E
(48,42,30)
#231E14
(35,30,20)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #988A6E

#988A6E
(152,138,110)
#A1947B
(161,148,123)
#AA9E88
(170,158,136)
#B3A895
(179,168,149)
#BCB2A2
(188,178,162)
#C5BCAF
(197,188,175)
#CEC6BC
(206,198,188)
#D7D0C9
(215,208,201)
#E0DAD6
(224,218,214)
#E9E4E3
(233,228,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988A6E color. Also use rgb(152,138,110) instead hex code.

Text Font Color

.myTextColor { color: #988A6E; }

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

This text font color is #988A6E.


Background Color

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

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

This div background color is #988A6E.


Border color

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

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

This div border color is #988A6E.


Opacity

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

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

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

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

This text has shadow with #988A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988A6E on black background.


Color preview on white background

This text has color #988A6E on white background.



Black color preview on #988A6E background

This text has black color on #988A6E background.


White color preview on #988A6E background

This text has white color on #988A6E background.