COLOR #989966

HEX: #989966 RGB: (152,153,102)

Color info

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

RGB color model

#989966 color RGB value is (152,153,102).

RGB: (152,153,102) (60%, 60%, 40%)

RGB channels and saturation

R 152 of 255 = 60%
G 153 of 255 = 60%
B 102 of 255 = 40%

152
153
102

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

Portions of RGB colors in percentages

R + G + B = 152 + 153 + 102 = 407 (100%)
R 152 of 407 ~ 37.35%
G 153 of 407 ~ 37.59%
B 102 of 407 ~ 25.06'%

%37.35
%37.59
%25.06

CMYK color model

#989966 color CMYK value is (1,0,33,40).

  • cyan value is 0.65%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK: (1,0,33,40) C1M0Y33K40 (1%,0%,33%,40%) (0.01/0.00/0.33/0.40) 

CMYK percentages

%0.65
%0
%33.33
%40

Codes

Color #989966 in popluar color models

98 99 66
RGB 152 153 102
HSL 61° 20.00% 50.00%
HSB/HSV 61° 33.33% 60.00%
CMYK 0.65% 0.00% 33.33%
40.00%

Color #989966 in popluar number systems.

HEX 98 99 66
Decimal 152 153 102
Binary 10011000 10011001 1100110
Octal 230 231 146

Shades and tints

Shades of #989966

#989966
(152,153,102)
#8B8C5D
(139,140,93)
#7E7F54
(126,127,84)
#71724B
(113,114,75)
#646542
(100,101,66)
#575839
(87,88,57)
#4A4B30
(74,75,48)
#3D3E27
(61,62,39)
#30311E
(48,49,30)
#232415
(35,36,21)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #989966

#989966
(152,153,102)
#A1A273
(161,162,115)
#AAAB80
(170,171,128)
#B3B48D
(179,180,141)
#BCBD9A
(188,189,154)
#C5C6A7
(197,198,167)
#CECFB4
(206,207,180)
#D7D8C1
(215,216,193)
#E0E1CE
(224,225,206)
#E9EADB
(233,234,219)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989966; }

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

This text font color is #989966.

Background Color

.myBgColor { background-color: #989966; }

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

This div background color is #989966.

Border color

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

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

This div border color is #989966.

Opacity

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

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

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

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

This text has shadow with #989966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989966.

Preview

Color preview on black background

This text has color #989966 on black background.


Color preview on white background

This text has color #989966 on white background.


Black color preview on #989966 background

This text has black color on #989966 background.


White color preview on #989966 background

This text has white color on #989966 background.


Related colors

Complementary color

Complementary color for #hex is #676699.


I love getcolorcode.com

Triadic colors

1 #669899 and #996698 with #989966 are triadic colors.

2 #669998 and #999866 with #989966 are triadic colors.