COLOR #838899

HEX: #838899 RGB: (131,136,153)

Color info

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

RGB color model

#838899 color RGB value is (131,136,153).

RGB: (131,136,153) (51%, 53%, 60%)

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 153 of 255 = 60%

131
136
153

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

Portions of RGB colors in percentages

R + G + B = 131 + 136 + 153 = 420 (100%)
R 131 of 420 ~ 31.19%
G 136 of 420 ~ 32.38%
B 153 of 420 ~ 36.43'%

%31.19
%32.38
%36.43

CMYK color model

#838899 color CMYK value is (14,11,0,40).

  • cyan value is 14.38%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (14,11,0,40)
C14M11Y0K40 (14%, 11%, 0%, 40%)
(0.14 / 0.11 / 0.00 / 0.40)

CMYK percentages

%14.38
%11.11
%0
%40

Codes

Color #838899 in popluar color models

83 88 99
RGB 131 136 153
HSL 226° 9.73% 55.69%
HSB/HSV 226° 14.38% 60.00%
CMYK 14.38% 11.11% 0.00%
40.00%

Color #838899 in popluar number systems.

HEX 83 88 99
Decimal 131 136 153
Binary 10000011 10001000 10011001
Octal 203 210 231

Shades and tints

Shades of #838899

#838899
(131,136,153)
#787C8C
(120,124,140)
#6D707F
(109,112,127)
#626472
(98,100,114)
#575865
(87,88,101)
#4C4C58
(76,76,88)
#41404B
(65,64,75)
#36343E
(54,52,62)
#2B2831
(43,40,49)
#201C24
(32,28,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #838899

#838899
(131,136,153)
#8E92A2
(142,146,162)
#999CAB
(153,156,171)
#A4A6B4
(164,166,180)
#AFB0BD
(175,176,189)
#BABAC6
(186,186,198)
#C5C4CF
(197,196,207)
#D0CED8
(208,206,216)
#DBD8E1
(219,216,225)
#E6E2EA
(230,226,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838899 color. Also use rgb(131,136,153) instead hex code.

Text Font Color

.myTextColor { color: #838899; }

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

This text font color is #838899.

Background Color

.myBgColor { background-color: #838899; }

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

This div background color is #838899.

Border color

.myBorderColor { border: 1px solid #838899; }

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

This div border color is #838899.

Opacity

.myOpacity80 { color: #838899; opacity: 0.8; }

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

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

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

This text has shadow with #838899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838899.

Preview

Color preview on black background

This text has color #838899 on black background.


Color preview on white background

This text has color #838899 on white background.


Black color preview on #838899 background

This text has black color on #838899 background.


White color preview on #838899 background

This text has white color on #838899 background.


Related colors

Complementary color

Complementary color for #hex is #7C7766.


I love getcolorcode.com

Triadic colors

1 #998388 and #889983 with #838899 are triadic colors.

2 #998883 and #888399 with #838899 are triadic colors.