COLOR #839AA3

HEX: #839AA3
RGB: (131,154,163)

Color info

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

RGB color model

#839AA3 color RGB value is (131,154,163).

  • red value is 131;
  • green value is 154;
  • blue value is 163.
RGB:
(131,154,163)
(51%,60%,64%)

RGB channels and saturation

R 131 of 255 = 51%
G 154 of 255 = 60%
B 163 of 255 = 64%

131
154
163

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

Portions of RGB colors in percentages

R + G + B =
131 + 154 + 163 = 448 (100%)
R 131 of 448 ~ 29.24%
G 154 of 448 ~ 34.38%
B 163 of 448 ~ 36.38%

%29.24
%34.38
%36.38

CMYK color model

#839AA3 color CMYK value is (20,6,0,36).

  • cyan value is 19.63%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(20,6,0,36)
C20M6Y0K36 
(20%,6%,0%,36%)
(0.20/0.06/0.00/0.36)	

CMYK percentages

%19.63
%5.52
%0
%36.08

Codes

Color #839AA3 in popluar color models

839AA3
RGB131154163
HSL197°14.81%57.65%
HSB/HSV197°19.63%63.92%
CMYK19.63%5.52%0.00%
36.08%

Color #839AA3 in popluar number systems.

HEX839AA3
Decimal131154163
Binary100000111001101010100011
Octal203232243

Shades and tints

Shades of #839AA3

#839AA3
(131,154,163)
#788C95
(120,140,149)
#6D7E87
(109,126,135)
#627079
(98,112,121)
#57626B
(87,98,107)
#4C545D
(76,84,93)
#41464F
(65,70,79)
#363841
(54,56,65)
#2B2A33
(43,42,51)
#201C25
(32,28,37)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #839AA3

#839AA3
(131,154,163)
#8EA3AB
(142,163,171)
#99ACB3
(153,172,179)
#A4B5BB
(164,181,187)
#AFBEC3
(175,190,195)
#BAC7CB
(186,199,203)
#C5D0D3
(197,208,211)
#D0D9DB
(208,217,219)
#DBE2E3
(219,226,227)
#E6EBEB
(230,235,235)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839AA3 color. Also use rgb(131,154,163) instead hex code.

Text Font Color

.myTextColor { color: #839AA3; }

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

This text font color is #839AA3.


Background Color

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

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

This div background color is #839AA3.


Border color

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

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

This div border color is #839AA3.


Opacity

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

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

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

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

This text has shadow with #839AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839AA3 on black background.


Color preview on white background

This text has color #839AA3 on white background.



Black color preview on #839AA3 background

This text has black color on #839AA3 background.


White color preview on #839AA3 background

This text has white color on #839AA3 background.