COLOR #838E99

HEX: #838E99
RGB: (131,142,153)

Color info

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

RGB color model

#838E99 color RGB value is (131,142,153).

  • red value is 131;
  • green value is 142;
  • blue value is 153.
RGB:
(131,142,153)
(51%,56%,60%)

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 153 of 255 = 60%

131
142
153

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

Portions of RGB colors in percentages

R + G + B =
131 + 142 + 153 = 426 (100%)
R 131 of 426 ~ 30.75%
G 142 of 426 ~ 33.33%
B 153 of 426 ~ 35.92%

%30.75
%33.33
%35.92

CMYK color model

#838E99 color CMYK value is (14,7,0,40).

  • cyan value is 14.38%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(14,7,0,40)
C14M7Y0K40 
(14%,7%,0%,40%)
(0.14/0.07/0.00/0.40)	

CMYK percentages

%14.38
%7.19
%0
%40

Codes

Color #838E99 in popluar color models

838E99
RGB131142153
HSL210°9.73%55.69%
HSB/HSV210°14.38%60.00%
CMYK14.38%7.19%0.00%
40.00%

Color #838E99 in popluar number systems.

HEX838E99
Decimal131142153
Binary100000111000111010011001
Octal203216231

Shades and tints

Shades of #838E99

#838E99
(131,142,153)
#78828C
(120,130,140)
#6D767F
(109,118,127)
#626A72
(98,106,114)
#575E65
(87,94,101)
#4C5258
(76,82,88)
#41464B
(65,70,75)
#363A3E
(54,58,62)
#2B2E31
(43,46,49)
#202224
(32,34,36)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #838E99

#838E99
(131,142,153)
#8E98A2
(142,152,162)
#99A2AB
(153,162,171)
#A4ACB4
(164,172,180)
#AFB6BD
(175,182,189)
#BAC0C6
(186,192,198)
#C5CACF
(197,202,207)
#D0D4D8
(208,212,216)
#DBDEE1
(219,222,225)
#E6E8EA
(230,232,234)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838E99; }

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

This text font color is #838E99.


Background Color

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

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

This div background color is #838E99.


Border color

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

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

This div border color is #838E99.


Opacity

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

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

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

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

This text has shadow with #838E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838E99 on black background.


Color preview on white background

This text has color #838E99 on white background.



Black color preview on #838E99 background

This text has black color on #838E99 background.


White color preview on #838E99 background

This text has white color on #838E99 background.