COLOR #838890

HEX: #838890 RGB: (131,136,144)

Color info

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

RGB color model

#838890 color RGB value is (131,136,144).

RGB: (131,136,144) (51%, 53%, 56%)

RGB channels and saturation

R 131 of 255 = 51%
G 136 of 255 = 53%
B 144 of 255 = 56%

131
136
144

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

Portions of RGB colors in percentages

R + G + B = 131 + 136 + 144 = 411 (100%)
R 131 of 411 ~ 31.87%
G 136 of 411 ~ 33.09%
B 144 of 411 ~ 35.04'%

%31.87
%33.09
%35.04

CMYK color model

#838890 color CMYK value is (9,6,0,44).

  • cyan value is 9.03%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (9,6,0,44)
C9M6Y0K44 (9%, 6%, 0%, 44%)
(0.09 / 0.06 / 0.00 / 0.44)

CMYK percentages

%9.03
%5.56
%0
%43.53

Codes

Color #838890 in popluar color models

83 88 90
RGB 131 136 144
HSL 217° 5.53% 53.92%
HSB/HSV 217° 9.03% 56.47%
CMYK 9.03% 5.56% 0.00%
43.53%

Color #838890 in popluar number systems.

HEX 83 88 90
Decimal 131 136 144
Binary 10000011 10001000 10010000
Octal 203 210 220

Shades and tints

Shades of #838890

#838890
(131,136,144)
#787C83
(120,124,131)
#6D7076
(109,112,118)
#626469
(98,100,105)
#57585C
(87,88,92)
#4C4C4F
(76,76,79)
#414042
(65,64,66)
#363435
(54,52,53)
#2B2828
(43,40,40)
#201C1B
(32,28,27)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #838890

#838890
(131,136,144)
#8E929A
(142,146,154)
#999CA4
(153,156,164)
#A4A6AE
(164,166,174)
#AFB0B8
(175,176,184)
#BABAC2
(186,186,194)
#C5C4CC
(197,196,204)
#D0CED6
(208,206,214)
#DBD8E0
(219,216,224)
#E6E2EA
(230,226,234)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838890; }

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

This text font color is #838890.

Background Color

.myBgColor { background-color: #838890; }

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

This div background color is #838890.

Border color

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

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

This div border color is #838890.

Opacity

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

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

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

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

This text has shadow with #838890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838890.

Preview

Color preview on black background

This text has color #838890 on black background.


Color preview on white background

This text has color #838890 on white background.


Black color preview on #838890 background

This text has black color on #838890 background.


White color preview on #838890 background

This text has white color on #838890 background.


Related colors

Complementary color

Complementary color for #hex is #7C776F.


I love getcolorcode.com

Triadic colors

1 #908388 and #889083 with #838890 are triadic colors.

2 #908883 and #888390 with #838890 are triadic colors.