COLOR #839FAE

HEX: #839FAE RGB: (131,159,174)

Color info

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

RGB color model

#839FAE color RGB value is (131,159,174).

RGB: (131,159,174) (51%, 62%, 68%)

RGB channels and saturation

R 131 of 255 = 51%
G 159 of 255 = 62%
B 174 of 255 = 68%

131
159
174

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

Portions of RGB colors in percentages

R + G + B = 131 + 159 + 174 = 464 (100%)
R 131 of 464 ~ 28.23%
G 159 of 464 ~ 34.27%
B 174 of 464 ~ 37.5'%

%28.23
%34.27
%37.5

CMYK color model

#839FAE color CMYK value is (25,9,0,32).

  • cyan value is 24.71%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (25,9,0,32)
C25M9Y0K32 (25%, 9%, 0%, 32%)
(0.25 / 0.09 / 0.00 / 0.32)

CMYK percentages

%24.71
%8.62
%0
%31.76

Codes

Color #839FAE in popluar color models

83 9F AE
RGB 131 159 174
HSL 201° 20.98% 59.80%
HSB/HSV 201° 24.71% 68.24%
CMYK 24.71% 8.62% 0.00%
31.76%

Color #839FAE in popluar number systems.

HEX 83 9F AE
Decimal 131 159 174
Binary 10000011 10011111 10101110
Octal 203 237 256

Shades and tints

Shades of #839FAE

#839FAE
(131,159,174)
#78919F
(120,145,159)
#6D8390
(109,131,144)
#627581
(98,117,129)
#576772
(87,103,114)
#4C5963
(76,89,99)
#414B54
(65,75,84)
#363D45
(54,61,69)
#2B2F36
(43,47,54)
#202127
(32,33,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #839FAE

#839FAE
(131,159,174)
#8EA7B5
(142,167,181)
#99AFBC
(153,175,188)
#A4B7C3
(164,183,195)
#AFBFCA
(175,191,202)
#BAC7D1
(186,199,209)
#C5CFD8
(197,207,216)
#D0D7DF
(208,215,223)
#DBDFE6
(219,223,230)
#E6E7ED
(230,231,237)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839FAE color. Also use rgb(131,159,174) instead hex code.

Text Font Color

.myTextColor { color: #839FAE; }

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

This text font color is #839FAE.

Background Color

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

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

This div background color is #839FAE.

Border color

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

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

This div border color is #839FAE.

Opacity

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

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

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

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

This text has shadow with #839FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839FAE.

Preview

Color preview on black background

This text has color #839FAE on black background.


Color preview on white background

This text has color #839FAE on white background.


Black color preview on #839FAE background

This text has black color on #839FAE background.


White color preview on #839FAE background

This text has white color on #839FAE background.


Related colors

Complementary color

Complementary color for #hex is #7C6051.


I love getcolorcode.com

Triadic colors

1 #AE839F and #9FAE83 with #839FAE are triadic colors.

2 #AE9F83 and #9F83AE with #839FAE are triadic colors.