COLOR #839AB7

HEX: #839AB7 RGB: (131,154,183)

Color info

#839AB7 contains red, green and blue colors in about the same proportion. Web safe color of #839AB7 is #9999CC (or #99C).

RGB color model

#839AB7 color RGB value is (131,154,183).

RGB: (131,154,183) (51%, 60%, 72%)

RGB channels and saturation

R 131 of 255 = 51%
G 154 of 255 = 60%
B 183 of 255 = 72%

131
154
183

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

Portions of RGB colors in percentages

R + G + B = 131 + 154 + 183 = 468 (100%)
R 131 of 468 ~ 27.99%
G 154 of 468 ~ 32.91%
B 183 of 468 ~ 39.1'%

%27.99
%32.91
%39.1

CMYK color model

#839AB7 color CMYK value is (28,16,0,28).

  • cyan value is 28.42%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (28,16,0,28) C28M16Y0K28 (28%,16%,0%,28%) (0.28/0.16/0.00/0.28) 

CMYK percentages

%28.42
%15.85
%0
%28.24

Codes

Color #839AB7 in popluar color models

83 9A B7
RGB 131 154 183
HSL 213° 26.53% 61.57%
HSB/HSV 213° 28.42% 71.76%
CMYK 28.42% 15.85% 0.00%
28.24%

Color #839AB7 in popluar number systems.

HEX 83 9A B7
Decimal 131 154 183
Binary 10000011 10011010 10110111
Octal 203 232 267

Shades and tints

Shades of #839AB7

#839AB7
(131,154,183)
#788CA7
(120,140,167)
#6D7E97
(109,126,151)
#627087
(98,112,135)
#576277
(87,98,119)
#4C5467
(76,84,103)
#414657
(65,70,87)
#363847
(54,56,71)
#2B2A37
(43,42,55)
#201C27
(32,28,39)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #839AB7

#839AB7
(131,154,183)
#8EA3BD
(142,163,189)
#99ACC3
(153,172,195)
#A4B5C9
(164,181,201)
#AFBECF
(175,190,207)
#BAC7D5
(186,199,213)
#C5D0DB
(197,208,219)
#D0D9E1
(208,217,225)
#DBE2E7
(219,226,231)
#E6EBED
(230,235,237)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839AB7; }

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

This text font color is #839AB7.

Background Color

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

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

This div background color is #839AB7.

Border color

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

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

This div border color is #839AB7.

Opacity

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

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

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

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

This text has shadow with #839AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839AB7.

Preview

Color preview on black background

This text has color #839AB7 on black background.


Color preview on white background

This text has color #839AB7 on white background.


Black color preview on #839AB7 background

This text has black color on #839AB7 background.


White color preview on #839AB7 background

This text has white color on #839AB7 background.


Related colors

Complementary color

Complementary color for #hex is #7C6548.


I love getcolorcode.com

Triadic colors

1 #B7839A and #9AB783 with #839AB7 are triadic colors.

2 #B79A83 and #9A83B7 with #839AB7 are triadic colors.