COLOR #999198

HEX: #999198
RGB: (153,145,152)

Color info

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

RGB color model

#999198 color RGB value is (153,145,152).

  • red value is 153;
  • green value is 145;
  • blue value is 152.
RGB:
(153,145,152)
(60%,57%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 152 of 255 = 60%

153
145
152

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

Portions of RGB colors in percentages

R + G + B =
153 + 145 + 152 = 450 (100%)
R 153 of 450 ~ 34%
G 145 of 450 ~ 32.22%
B 152 of 450 ~ 33.78%

%34
%32.22
%33.78

CMYK color model

#999198 color CMYK value is (0,5,1,40).

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 0.65%
  • key color value is 40.00%
CMYK:
(0,5,1,40)
C0M5Y1K40 
(0%,5%,1%,40%)
(0.00/0.05/0.01/0.40)	

CMYK percentages

%0
%5.23
%0.65
%40

Codes

Color #999198 in popluar color models

999198
RGB153145152
HSL308°3.77%58.43%
HSB/HSV308°5.23%60.00%
CMYK0.00%5.23%0.65%
40.00%

Color #999198 in popluar number systems.

HEX999198
Decimal153145152
Binary100110011001000110011000
Octal231221230

Shades and tints

Shades of #999198

#999198
(153,145,152)
#8C848B
(140,132,139)
#7F777E
(127,119,126)
#726A71
(114,106,113)
#655D64
(101,93,100)
#585057
(88,80,87)
#4B434A
(75,67,74)
#3E363D
(62,54,61)
#312930
(49,41,48)
#241C23
(36,28,35)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #999198

#999198
(153,145,152)
#A29BA1
(162,155,161)
#ABA5AA
(171,165,170)
#B4AFB3
(180,175,179)
#BDB9BC
(189,185,188)
#C6C3C5
(198,195,197)
#CFCDCE
(207,205,206)
#D8D7D7
(216,215,215)
#E1E1E0
(225,225,224)
#EAEBE9
(234,235,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999198; }

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

This text font color is #999198.


Background Color

.myBgColor { background-color: #999198; }

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

This div background color is #999198.


Border color

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

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

This div border color is #999198.


Opacity

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

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

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

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

This text has shadow with #999198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999198 on black background.


Color preview on white background

This text has color #999198 on white background.



Black color preview on #999198 background

This text has black color on #999198 background.


White color preview on #999198 background

This text has white color on #999198 background.