COLOR #839298

HEX: #839298
RGB: (131,146,152)

Color info

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

RGB color model

#839298 color RGB value is (131,146,152).

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

RGB channels and saturation

R 131 of 255 = 51%
G 146 of 255 = 57%
B 152 of 255 = 60%

131
146
152

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

Portions of RGB colors in percentages

R + G + B =
131 + 146 + 152 = 429 (100%)
R 131 of 429 ~ 30.54%
G 146 of 429 ~ 34.03%
B 152 of 429 ~ 35.43%

%30.54
%34.03
%35.43

CMYK color model

#839298 color CMYK value is (14,4,0,40).

  • cyan value is 13.82%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,4,0,40)
C14M4Y0K40 
(14%,4%,0%,40%)
(0.14/0.04/0.00/0.40)	

CMYK percentages

%13.82
%3.95
%0
%40.39

Codes

Color #839298 in popluar color models

839298
RGB131146152
HSL197°9.25%55.49%
HSB/HSV197°13.82%59.61%
CMYK13.82%3.95%0.00%
40.39%

Color #839298 in popluar number systems.

HEX839298
Decimal131146152
Binary100000111001001010011000
Octal203222230

Shades and tints

Shades of #839298

#839298
(131,146,152)
#78858B
(120,133,139)
#6D787E
(109,120,126)
#626B71
(98,107,113)
#575E64
(87,94,100)
#4C5157
(76,81,87)
#41444A
(65,68,74)
#36373D
(54,55,61)
#2B2A30
(43,42,48)
#201D23
(32,29,35)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #839298

#839298
(131,146,152)
#8E9BA1
(142,155,161)
#99A4AA
(153,164,170)
#A4ADB3
(164,173,179)
#AFB6BC
(175,182,188)
#BABFC5
(186,191,197)
#C5C8CE
(197,200,206)
#D0D1D7
(208,209,215)
#DBDAE0
(219,218,224)
#E6E3E9
(230,227,233)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839298; }

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

This text font color is #839298.


Background Color

.myBgColor { background-color: #839298; }

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

This div background color is #839298.


Border color

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

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

This div border color is #839298.


Opacity

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

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

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

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

This text has shadow with #839298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839298 on black background.


Color preview on white background

This text has color #839298 on white background.



Black color preview on #839298 background

This text has black color on #839298 background.


White color preview on #839298 background

This text has white color on #839298 background.