COLOR #989E6E

HEX: #989E6E RGB: (152,158,110)

Color info

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

RGB color model

#989E6E color RGB value is (152,158,110).

RGB: (152,158,110) (60%, 62%, 43%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 110 of 255 = 43%

152
158
110

R + G + B ~ 55%. #989E6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 158 + 110 = 420 (100%)
R 152 of 420 ~ 36.19%
G 158 of 420 ~ 37.62%
B 110 of 420 ~ 26.19'%

%36.19
%37.62
%26.19

CMYK color model

#989E6E color CMYK value is (4,0,30,38).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 38.04%

CMYK: (4,0,30,38)
C4M0Y30K38 (4%, 0%, 30%, 38%)
(0.04 / 0.00 / 0.30 / 0.38)

CMYK percentages

%3.8
%0
%30.38
%38.04

Codes

Color #989E6E in popluar color models

98 9E 6E
RGB 152 158 110
HSL 68° 19.83% 52.55%
HSB/HSV 68° 30.38% 61.96%
CMYK 3.80% 0.00% 30.38%
38.04%

Color #989E6E in popluar number systems.

HEX 98 9E 6E
Decimal 152 158 110
Binary 10011000 10011110 1101110
Octal 230 236 156

Shades and tints

Shades of #989E6E

#989E6E
(152,158,110)
#8B9064
(139,144,100)
#7E825A
(126,130,90)
#717450
(113,116,80)
#646646
(100,102,70)
#57583C
(87,88,60)
#4A4A32
(74,74,50)
#3D3C28
(61,60,40)
#302E1E
(48,46,30)
#232014
(35,32,20)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #989E6E

#989E6E
(152,158,110)
#A1A67B
(161,166,123)
#AAAE88
(170,174,136)
#B3B695
(179,182,149)
#BCBEA2
(188,190,162)
#C5C6AF
(197,198,175)
#CECEBC
(206,206,188)
#D7D6C9
(215,214,201)
#E0DED6
(224,222,214)
#E9E6E3
(233,230,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989E6E color. Also use rgb(152,158,110) instead hex code.

Text Font Color

.myTextColor { color: #989E6E; }

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

This text font color is #989E6E.

Background Color

.myBgColor { background-color: #989E6E; }

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

This div background color is #989E6E.

Border color

.myBorderColor { border: 1px solid #989E6E; }

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

This div border color is #989E6E.

Opacity

.myOpacity80 { color: #989E6E; opacity: 0.8; }

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

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

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

This text has shadow with #989E6E color.


.textShadow {text-shadow: 3px 3px 1px #989E6E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #989E6E; -webkit-box-shadow: 1px 1px 3px 2px #989E6E; box-shadow:1px 1px 3px 2px #989E6E;">
Div content here
</div>

This div box has shadow with color #989E6E.

Preview

Color preview on black background

This text has color #989E6E on black background.


Color preview on white background

This text has color #989E6E on white background.


Black color preview on #989E6E background

This text has black color on #989E6E background.


White color preview on #989E6E background

This text has white color on #989E6E background.


Related colors

Complementary color

Complementary color for #hex is #676191.


I love getcolorcode.com

Triadic colors

1 #6E989E and #9E6E98 with #989E6E are triadic colors.

2 #6E9E98 and #9E986E with #989E6E are triadic colors.