COLOR #839CAF

HEX: #839CAF RGB: (131,156,175)

Color info

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

RGB color model

#839CAF color RGB value is (131,156,175).

RGB: (131,156,175) (51%, 61%, 69%)

RGB channels and saturation

R 131 of 255 = 51%
G 156 of 255 = 61%
B 175 of 255 = 69%

131
156
175

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

Portions of RGB colors in percentages

R + G + B = 131 + 156 + 175 = 462 (100%)
R 131 of 462 ~ 28.35%
G 156 of 462 ~ 33.77%
B 175 of 462 ~ 37.88'%

%28.35
%33.77
%37.88

CMYK color model

#839CAF color CMYK value is (25,11,0,31).

  • cyan value is 25.14%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (25,11,0,31)
C25M11Y0K31 (25%, 11%, 0%, 31%)
(0.25 / 0.11 / 0.00 / 0.31)

CMYK percentages

%25.14
%10.86
%0
%31.37

Codes

Color #839CAF in popluar color models

83 9C AF
RGB 131 156 175
HSL 206° 21.57% 60.00%
HSB/HSV 206° 25.14% 68.63%
CMYK 25.14% 10.86% 0.00%
31.37%

Color #839CAF in popluar number systems.

HEX 83 9C AF
Decimal 131 156 175
Binary 10000011 10011100 10101111
Octal 203 234 257

Shades and tints

Shades of #839CAF

#839CAF
(131,156,175)
#788EA0
(120,142,160)
#6D8091
(109,128,145)
#627282
(98,114,130)
#576473
(87,100,115)
#4C5664
(76,86,100)
#414855
(65,72,85)
#363A46
(54,58,70)
#2B2C37
(43,44,55)
#201E28
(32,30,40)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #839CAF

#839CAF
(131,156,175)
#8EA5B6
(142,165,182)
#99AEBD
(153,174,189)
#A4B7C4
(164,183,196)
#AFC0CB
(175,192,203)
#BAC9D2
(186,201,210)
#C5D2D9
(197,210,217)
#D0DBE0
(208,219,224)
#DBE4E7
(219,228,231)
#E6EDEE
(230,237,238)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839CAF; }

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

This text font color is #839CAF.

Background Color

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

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

This div background color is #839CAF.

Border color

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

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

This div border color is #839CAF.

Opacity

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

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

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

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

This text has shadow with #839CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839CAF.

Preview

Color preview on black background

This text has color #839CAF on black background.


Color preview on white background

This text has color #839CAF on white background.


Black color preview on #839CAF background

This text has black color on #839CAF background.


White color preview on #839CAF background

This text has white color on #839CAF background.


Related colors

Complementary color

Complementary color for #hex is #7C6350.


I love getcolorcode.com

Triadic colors

1 #AF839C and #9CAF83 with #839CAF are triadic colors.

2 #AF9C83 and #9C83AF with #839CAF are triadic colors.