COLOR #839DA5

HEX: #839DA5
RGB: (131,157,165)

Color info

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

RGB color model

#839DA5 color RGB value is (131,157,165).

  • red value is 131;
  • green value is 157;
  • blue value is 165.
RGB:
(131,157,165)
(51%,62%,65%)

RGB channels and saturation

R 131 of 255 = 51%
G 157 of 255 = 62%
B 165 of 255 = 65%

131
157
165

R + G + B ~ 59%. #839DA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 157 + 165 = 453 (100%)
R 131 of 453 ~ 28.92%
G 157 of 453 ~ 34.66%
B 165 of 453 ~ 36.42%

%28.92
%34.66
%36.42

CMYK color model

#839DA5 color CMYK value is (21,5,0,35).

  • cyan value is 20.61%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(21,5,0,35)
C21M5Y0K35 
(21%,5%,0%,35%)
(0.21/0.05/0.00/0.35)	

CMYK percentages

%20.61
%4.85
%0
%35.29

Codes

Color #839DA5 in popluar color models

839DA5
RGB131157165
HSL194°15.89%58.04%
HSB/HSV194°20.61%64.71%
CMYK20.61%4.85%0.00%
35.29%

Color #839DA5 in popluar number systems.

HEX839DA5
Decimal131157165
Binary100000111001110110100101
Octal203235245

Shades and tints

Shades of #839DA5

#839DA5
(131,157,165)
#788F96
(120,143,150)
#6D8187
(109,129,135)
#627378
(98,115,120)
#576569
(87,101,105)
#4C575A
(76,87,90)
#41494B
(65,73,75)
#363B3C
(54,59,60)
#2B2D2D
(43,45,45)
#201F1E
(32,31,30)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #839DA5

#839DA5
(131,157,165)
#8EA5AD
(142,165,173)
#99ADB5
(153,173,181)
#A4B5BD
(164,181,189)
#AFBDC5
(175,189,197)
#BAC5CD
(186,197,205)
#C5CDD5
(197,205,213)
#D0D5DD
(208,213,221)
#DBDDE5
(219,221,229)
#E6E5ED
(230,229,237)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839DA5 color. Also use rgb(131,157,165) instead hex code.

Text Font Color

.myTextColor { color: #839DA5; }

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

This text font color is #839DA5.


Background Color

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

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

This div background color is #839DA5.


Border color

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

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

This div border color is #839DA5.


Opacity

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

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

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

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

This text has shadow with #839DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839DA5 on black background.


Color preview on white background

This text has color #839DA5 on white background.



Black color preview on #839DA5 background

This text has black color on #839DA5 background.


White color preview on #839DA5 background

This text has white color on #839DA5 background.