COLOR #999188

HEX: #999188 RGB: (153,145,136)

Color info

#999188 contains red, green and blue colors in about the same proportion. Web safe color of #999188 is #999999 (or #999).

RGB color model

#999188 color RGB value is (153,145,136).

RGB: (153,145,136) (60%, 57%, 53%)

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 136 of 255 = 53%

153
145
136

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

Portions of RGB colors in percentages

R + G + B = 153 + 145 + 136 = 434 (100%)
R 153 of 434 ~ 35.25%
G 145 of 434 ~ 33.41%
B 136 of 434 ~ 31.34'%

%35.25
%33.41
%31.34

CMYK color model

#999188 color CMYK value is (0,5,11,40).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 11.11%
  • key color value is 40.00%

CMYK: (0,5,11,40)
C0M5Y11K40 (0%, 5%, 11%, 40%)
(0.00 / 0.05 / 0.11 / 0.40)

CMYK percentages

%0
%5.23
%11.11
%40

Codes

Color #999188 in popluar color models

99 91 88
RGB 153 145 136
HSL 32° 7.69% 56.67%
HSB/HSV 32° 11.11% 60.00%
CMYK 0.00% 5.23% 11.11%
40.00%

Color #999188 in popluar number systems.

HEX 99 91 88
Decimal 153 145 136
Binary 10011001 10010001 10001000
Octal 231 221 210

Shades and tints

Shades of #999188

#999188
(153,145,136)
#8C847C
(140,132,124)
#7F7770
(127,119,112)
#726A64
(114,106,100)
#655D58
(101,93,88)
#58504C
(88,80,76)
#4B4340
(75,67,64)
#3E3634
(62,54,52)
#312928
(49,41,40)
#241C1C
(36,28,28)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #999188

#999188
(153,145,136)
#A29B92
(162,155,146)
#ABA59C
(171,165,156)
#B4AFA6
(180,175,166)
#BDB9B0
(189,185,176)
#C6C3BA
(198,195,186)
#CFCDC4
(207,205,196)
#D8D7CE
(216,215,206)
#E1E1D8
(225,225,216)
#EAEBE2
(234,235,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999188 color. Also use rgb(153,145,136) instead hex code.

Text Font Color

.myTextColor { color: #999188; }

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

This text font color is #999188.

Background Color

.myBgColor { background-color: #999188; }

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

This div background color is #999188.

Border color

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

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

This div border color is #999188.

Opacity

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

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

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

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

This text has shadow with #999188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999188.

Preview

Color preview on black background

This text has color #999188 on black background.


Color preview on white background

This text has color #999188 on white background.


Black color preview on #999188 background

This text has black color on #999188 background.


White color preview on #999188 background

This text has white color on #999188 background.


Related colors

Complementary color

Complementary color for #hex is #666E77.


I love getcolorcode.com

Triadic colors

1 #889991 and #918899 with #999188 are triadic colors.

2 #889199 and #919988 with #999188 are triadic colors.