COLOR #839EAF

HEX: #839EAF
RGB: (131,158,175)

Color info

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

RGB color model

#839EAF color RGB value is (131,158,175).

  • red value is 131;
  • green value is 158;
  • blue value is 175.
RGB:
(131,158,175)
(51%,62%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 158 of 255 = 62%
B 175 of 255 = 69%

131
158
175

R + G + B ~ 61%. #839EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 158 + 175 = 464 (100%)
R 131 of 464 ~ 28.23%
G 158 of 464 ~ 34.05%
B 175 of 464 ~ 37.72%

%28.23
%34.05
%37.72

CMYK color model

#839EAF color CMYK value is (25,10,0,31).

  • cyan value is 25.14%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,10,0,31)
C25M10Y0K31 
(25%,10%,0%,31%)
(0.25/0.10/0.00/0.31)	

CMYK percentages

%25.14
%9.71
%0
%31.37

Codes

Color #839EAF in popluar color models

839EAF
RGB131158175
HSL203°21.57%60.00%
HSB/HSV203°25.14%68.63%
CMYK25.14%9.71%0.00%
31.37%

Color #839EAF in popluar number systems.

HEX839EAF
Decimal131158175
Binary100000111001111010101111
Octal203236257

Shades and tints

Shades of #839EAF

#839EAF
(131,158,175)
#7890A0
(120,144,160)
#6D8291
(109,130,145)
#627482
(98,116,130)
#576673
(87,102,115)
#4C5864
(76,88,100)
#414A55
(65,74,85)
#363C46
(54,60,70)
#2B2E37
(43,46,55)
#202028
(32,32,40)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #839EAF

#839EAF
(131,158,175)
#8EA6B6
(142,166,182)
#99AEBD
(153,174,189)
#A4B6C4
(164,182,196)
#AFBECB
(175,190,203)
#BAC6D2
(186,198,210)
#C5CED9
(197,206,217)
#D0D6E0
(208,214,224)
#DBDEE7
(219,222,231)
#E6E6EE
(230,230,238)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839EAF color. Also use rgb(131,158,175) instead hex code.

Text Font Color

.myTextColor { color: #839EAF; }

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

This text font color is #839EAF.


Background Color

.myBgColor { background-color: #839EAF; }

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

This div background color is #839EAF.


Border color

.myBorderColor { border: 1px solid #839EAF; }

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

This div border color is #839EAF.


Opacity

.myOpacity80 { color: #839EAF; opacity: 0.8; }

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

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

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

This text has shadow with #839EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839EAF on black background.


Color preview on white background

This text has color #839EAF on white background.



Black color preview on #839EAF background

This text has black color on #839EAF background.


White color preview on #839EAF background

This text has white color on #839EAF background.