COLOR #838A9B

HEX: #838A9B RGB: (131,138,155)

Color info

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

RGB color model

#838A9B color RGB value is (131,138,155).

RGB: (131,138,155) (51%, 54%, 61%)

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 155 of 255 = 61%

131
138
155

R + G + B ~ 55%. #838A9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 138 + 155 = 424 (100%)
R 131 of 424 ~ 30.9%
G 138 of 424 ~ 32.55%
B 155 of 424 ~ 36.56'%

%30.9
%32.55
%36.56

CMYK color model

#838A9B color CMYK value is (15,11,0,39).

  • cyan value is 15.48%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (15,11,0,39) C15M11Y0K39 (15%,11%,0%,39%) (0.15/0.11/0.00/0.39) 

CMYK percentages

%15.48
%10.97
%0
%39.22

Codes

Color #838A9B in popluar color models

83 8A 9B
RGB 131 138 155
HSL 223° 10.71% 56.08%
HSB/HSV 223° 15.48% 60.78%
CMYK 15.48% 10.97% 0.00%
39.22%

Color #838A9B in popluar number systems.

HEX 83 8A 9B
Decimal 131 138 155
Binary 10000011 10001010 10011011
Octal 203 212 233

Shades and tints

Shades of #838A9B

#838A9B
(131,138,155)
#787E8D
(120,126,141)
#6D727F
(109,114,127)
#626671
(98,102,113)
#575A63
(87,90,99)
#4C4E55
(76,78,85)
#414247
(65,66,71)
#363639
(54,54,57)
#2B2A2B
(43,42,43)
#201E1D
(32,30,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #838A9B

#838A9B
(131,138,155)
#8E94A4
(142,148,164)
#999EAD
(153,158,173)
#A4A8B6
(164,168,182)
#AFB2BF
(175,178,191)
#BABCC8
(186,188,200)
#C5C6D1
(197,198,209)
#D0D0DA
(208,208,218)
#DBDAE3
(219,218,227)
#E6E4EC
(230,228,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838A9B color. Also use rgb(131,138,155) instead hex code.

Text Font Color

.myTextColor { color: #838A9B; }

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

This text font color is #838A9B.

Background Color

.myBgColor { background-color: #838A9B; }

<div style="background-color:#838A9B">Inner text</div>

This div background color is #838A9B.

Border color

.myBorderColor { border: 1px solid #838A9B; }

<div style="border:3px solid #838A9B">Div</div>

This div border color is #838A9B.

Opacity

.myOpacity80 { color: #838A9B; opacity: 0.8; }

<p style="color:#838A9B;opacity:0.8;">80%</p>

Text with #838A9B 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 #838A9B;}

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

This text has shadow with #838A9B color.


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

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

This text has shadow with #838A9B primary color and red secondary color.


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

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

This text has shadow with #838A9B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #838A9B.

Preview

Color preview on black background

This text has color #838A9B on black background.


Color preview on white background

This text has color #838A9B on white background.


Black color preview on #838A9B background

This text has black color on #838A9B background.


White color preview on #838A9B background

This text has white color on #838A9B background.


Related colors

Complementary color

Complementary color for #hex is #7C7564.


I love getcolorcode.com

Triadic colors

1 #9B838A and #8A9B83 with #838A9B are triadic colors.

2 #9B8A83 and #8A839B with #838A9B are triadic colors.