COLOR #99838F

HEX: #99838F RGB: (153,131,143)

Color info

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

RGB color model

#99838F color RGB value is (153,131,143).

RGB: (153,131,143) (60%, 51%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 131 of 255 = 51%
B 143 of 255 = 56%

153
131
143

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

Portions of RGB colors in percentages

R + G + B = 153 + 131 + 143 = 427 (100%)
R 153 of 427 ~ 35.83%
G 131 of 427 ~ 30.68%
B 143 of 427 ~ 33.49'%

%35.83
%30.68
%33.49

CMYK color model

#99838F color CMYK value is (0,14,7,40).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 6.54%
  • key color value is 40.00%

CMYK: (0,14,7,40)
C0M14Y7K40 (0%, 14%, 7%, 40%)
(0.00 / 0.14 / 0.07 / 0.40)

CMYK percentages

%0
%14.38
%6.54
%40

Codes

Color #99838F in popluar color models

99 83 8F
RGB 153 131 143
HSL 327° 9.73% 55.69%
HSB/HSV 327° 14.38% 60.00%
CMYK 0.00% 14.38% 6.54%
40.00%

Color #99838F in popluar number systems.

HEX 99 83 8F
Decimal 153 131 143
Binary 10011001 10000011 10001111
Octal 231 203 217

Shades and tints

Shades of #99838F

#99838F
(153,131,143)
#8C7882
(140,120,130)
#7F6D75
(127,109,117)
#726268
(114,98,104)
#65575B
(101,87,91)
#584C4E
(88,76,78)
#4B4141
(75,65,65)
#3E3634
(62,54,52)
#312B27
(49,43,39)
#24201A
(36,32,26)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #99838F

#99838F
(153,131,143)
#A28E99
(162,142,153)
#AB99A3
(171,153,163)
#B4A4AD
(180,164,173)
#BDAFB7
(189,175,183)
#C6BAC1
(198,186,193)
#CFC5CB
(207,197,203)
#D8D0D5
(216,208,213)
#E1DBDF
(225,219,223)
#EAE6E9
(234,230,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99838F; }

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

This text font color is #99838F.

Background Color

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

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

This div background color is #99838F.

Border color

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

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

This div border color is #99838F.

Opacity

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

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

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

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

This text has shadow with #99838F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99838F.

Preview

Color preview on black background

This text has color #99838F on black background.


Color preview on white background

This text has color #99838F on white background.


Black color preview on #99838F background

This text has black color on #99838F background.


White color preview on #99838F background

This text has white color on #99838F background.


Related colors

Complementary color

Complementary color for #hex is #667C70.


I love getcolorcode.com

Triadic colors

1 #8F9983 and #838F99 with #99838F are triadic colors.

2 #8F8399 and #83998F with #99838F are triadic colors.