COLOR #838F90

HEX: #838F90
RGB: (131,143,144)

Color info

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

RGB color model

#838F90 color RGB value is (131,143,144).

  • red value is 131;
  • green value is 143;
  • blue value is 144.
RGB:
(131,143,144)
(51%,56%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 143 of 255 = 56%
B 144 of 255 = 56%

131
143
144

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

Portions of RGB colors in percentages

R + G + B =
131 + 143 + 144 = 418 (100%)
R 131 of 418 ~ 31.34%
G 143 of 418 ~ 34.21%
B 144 of 418 ~ 34.45%

%31.34
%34.21
%34.45

CMYK color model

#838F90 color CMYK value is (9,1,0,44).

  • cyan value is 9.03%
  • magenta value is 0.69%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(9,1,0,44)
C9M1Y0K44 
(9%,1%,0%,44%)
(0.09/0.01/0.00/0.44)	

CMYK percentages

%9.03
%0.69
%0
%43.53

Codes

Color #838F90 in popluar color models

838F90
RGB131143144
HSL185°5.53%53.92%
HSB/HSV185°9.03%56.47%
CMYK9.03%0.69%0.00%
43.53%

Color #838F90 in popluar number systems.

HEX838F90
Decimal131143144
Binary100000111000111110010000
Octal203217220

Shades and tints

Shades of #838F90

#838F90
(131,143,144)
#788283
(120,130,131)
#6D7576
(109,117,118)
#626869
(98,104,105)
#575B5C
(87,91,92)
#4C4E4F
(76,78,79)
#414142
(65,65,66)
#363435
(54,52,53)
#2B2728
(43,39,40)
#201A1B
(32,26,27)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #838F90

#838F90
(131,143,144)
#8E999A
(142,153,154)
#99A3A4
(153,163,164)
#A4ADAE
(164,173,174)
#AFB7B8
(175,183,184)
#BAC1C2
(186,193,194)
#C5CBCC
(197,203,204)
#D0D5D6
(208,213,214)
#DBDFE0
(219,223,224)
#E6E9EA
(230,233,234)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838F90; }

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

This text font color is #838F90.


Background Color

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

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

This div background color is #838F90.


Border color

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

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

This div border color is #838F90.


Opacity

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

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

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

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

This text has shadow with #838F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838F90 on black background.


Color preview on white background

This text has color #838F90 on white background.



Black color preview on #838F90 background

This text has black color on #838F90 background.


White color preview on #838F90 background

This text has white color on #838F90 background.