COLOR #838295

HEX: #838295
RGB: (131,130,149)

Color info

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

RGB color model

#838295 color RGB value is (131,130,149).

  • red value is 131;
  • green value is 130;
  • blue value is 149.
RGB:
(131,130,149)
(51%,51%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 130 of 255 = 51%
B 149 of 255 = 58%

131
130
149

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

Portions of RGB colors in percentages

R + G + B =
131 + 130 + 149 = 410 (100%)
R 131 of 410 ~ 31.95%
G 130 of 410 ~ 31.71%
B 149 of 410 ~ 36.34%

%31.95
%31.71
%36.34

CMYK color model

#838295 color CMYK value is (12,13,0,42).

  • cyan value is 12.08%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(12,13,0,42)
C12M13Y0K42 
(12%,13%,0%,42%)
(0.12/0.13/0.00/0.42)	

CMYK percentages

%12.08
%12.75
%0
%41.57

Codes

Color #838295 in popluar color models

838295
RGB131130149
HSL243°8.23%54.71%
HSB/HSV243°12.75%58.43%
CMYK12.08%12.75%0.00%
41.57%

Color #838295 in popluar number systems.

HEX838295
Decimal131130149
Binary100000111000001010010101
Octal203202225

Shades and tints

Shades of #838295

#838295
(131,130,149)
#787788
(120,119,136)
#6D6C7B
(109,108,123)
#62616E
(98,97,110)
#575661
(87,86,97)
#4C4B54
(76,75,84)
#414047
(65,64,71)
#36353A
(54,53,58)
#2B2A2D
(43,42,45)
#201F20
(32,31,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #838295

#838295
(131,130,149)
#8E8D9E
(142,141,158)
#9998A7
(153,152,167)
#A4A3B0
(164,163,176)
#AFAEB9
(175,174,185)
#BAB9C2
(186,185,194)
#C5C4CB
(197,196,203)
#D0CFD4
(208,207,212)
#DBDADD
(219,218,221)
#E6E5E6
(230,229,230)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838295 color. Also use rgb(131,130,149) instead hex code.

Text Font Color

.myTextColor { color: #838295; }

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

This text font color is #838295.


Background Color

.myBgColor { background-color: #838295; }

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

This div background color is #838295.


Border color

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

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

This div border color is #838295.


Opacity

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

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

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

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

This text has shadow with #838295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838295 on black background.


Color preview on white background

This text has color #838295 on white background.



Black color preview on #838295 background

This text has black color on #838295 background.


White color preview on #838295 background

This text has white color on #838295 background.