COLOR #838C98

HEX: #838C98
RGB: (131,140,152)

Color info

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

RGB color model

#838C98 color RGB value is (131,140,152).

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

RGB channels and saturation

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

131
140
152

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 152 = 423 (100%)
R 131 of 423 ~ 30.97%
G 140 of 423 ~ 33.1%
B 152 of 423 ~ 35.93%

%30.97
%33.1
%35.93

CMYK color model

#838C98 color CMYK value is (14,8,0,40).

  • cyan value is 13.82%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,8,0,40)
C14M8Y0K40 
(14%,8%,0%,40%)
(0.14/0.08/0.00/0.40)	

CMYK percentages

%13.82
%7.89
%0
%40.39

Codes

Color #838C98 in popluar color models

838C98
RGB131140152
HSL214°9.25%55.49%
HSB/HSV214°13.82%59.61%
CMYK13.82%7.89%0.00%
40.39%

Color #838C98 in popluar number systems.

HEX838C98
Decimal131140152
Binary100000111000110010011000
Octal203214230

Shades and tints

Shades of #838C98

#838C98
(131,140,152)
#78808B
(120,128,139)
#6D747E
(109,116,126)
#626871
(98,104,113)
#575C64
(87,92,100)
#4C5057
(76,80,87)
#41444A
(65,68,74)
#36383D
(54,56,61)
#2B2C30
(43,44,48)
#202023
(32,32,35)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #838C98

#838C98
(131,140,152)
#8E96A1
(142,150,161)
#99A0AA
(153,160,170)
#A4AAB3
(164,170,179)
#AFB4BC
(175,180,188)
#BABEC5
(186,190,197)
#C5C8CE
(197,200,206)
#D0D2D7
(208,210,215)
#DBDCE0
(219,220,224)
#E6E6E9
(230,230,233)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838C98 color. Also use rgb(131,140,152) instead hex code.

Text Font Color

.myTextColor { color: #838C98; }

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

This text font color is #838C98.


Background Color

.myBgColor { background-color: #838C98; }

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

This div background color is #838C98.


Border color

.myBorderColor { border: 1px solid #838C98; }

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

This div border color is #838C98.


Opacity

.myOpacity80 { color: #838C98; opacity: 0.8; }

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

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

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

This text has shadow with #838C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838C98 on black background.


Color preview on white background

This text has color #838C98 on white background.



Black color preview on #838C98 background

This text has black color on #838C98 background.


White color preview on #838C98 background

This text has white color on #838C98 background.