COLOR #99838C

HEX: #99838C
RGB: (153,131,140)

Color info

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

RGB color model

#99838C color RGB value is (153,131,140).

  • red value is 153;
  • green value is 131;
  • blue value is 140.
RGB:
(153,131,140)
(60%,51%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 140 of 255 = 55%

153
131
140

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

Portions of RGB colors in percentages

R + G + B =
153 + 131 + 140 = 424 (100%)
R 153 of 424 ~ 36.08%
G 131 of 424 ~ 30.9%
B 140 of 424 ~ 33.02%

%36.08
%30.9
%33.02

CMYK color model

#99838C color CMYK value is (0,14,8,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 8.50%
  • key color value is 40.00%
CMYK:
(0,14,8,40)
C0M14Y8K40 
(0%,14%,8%,40%)
(0.00/0.14/0.08/0.40)	

CMYK percentages

%0
%14.38
%8.5
%40

Codes

Color #99838C in popluar color models

99838C
RGB153131140
HSL335°9.73%55.69%
HSB/HSV335°14.38%60.00%
CMYK0.00%14.38%8.50%
40.00%

Color #99838C in popluar number systems.

HEX99838C
Decimal153131140
Binary100110011000001110001100
Octal231203214

Shades and tints

Shades of #99838C

#99838C
(153,131,140)
#8C7880
(140,120,128)
#7F6D74
(127,109,116)
#726268
(114,98,104)
#65575C
(101,87,92)
#584C50
(88,76,80)
#4B4144
(75,65,68)
#3E3638
(62,54,56)
#312B2C
(49,43,44)
#242020
(36,32,32)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #99838C

#99838C
(153,131,140)
#A28E96
(162,142,150)
#AB99A0
(171,153,160)
#B4A4AA
(180,164,170)
#BDAFB4
(189,175,180)
#C6BABE
(198,186,190)
#CFC5C8
(207,197,200)
#D8D0D2
(216,208,210)
#E1DBDC
(225,219,220)
#EAE6E6
(234,230,230)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99838C color. Also use rgb(153,131,140) instead hex code.

Text Font Color

.myTextColor { color: #99838C; }

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

This text font color is #99838C.


Background Color

.myBgColor { background-color: #99838C; }

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

This div background color is #99838C.


Border color

.myBorderColor { border: 1px solid #99838C; }

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

This div border color is #99838C.


Opacity

.myOpacity80 { color: #99838C; opacity: 0.8; }

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

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

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

This text has shadow with #99838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99838C on black background.


Color preview on white background

This text has color #99838C on white background.



Black color preview on #99838C background

This text has black color on #99838C background.


White color preview on #99838C background

This text has white color on #99838C background.