COLOR #838DA7

HEX: #838DA7
RGB: (131,141,167)

Color info

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

RGB color model

#838DA7 color RGB value is (131,141,167).

  • red value is 131;
  • green value is 141;
  • blue value is 167.
RGB:
(131,141,167)
(51%,55%,65%)

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 167 of 255 = 65%

131
141
167

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

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 167 = 439 (100%)
R 131 of 439 ~ 29.84%
G 141 of 439 ~ 32.12%
B 167 of 439 ~ 38.04%

%29.84
%32.12
%38.04

CMYK color model

#838DA7 color CMYK value is (22,16,0,35).

  • cyan value is 21.56%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(22,16,0,35)
C22M16Y0K35 
(22%,16%,0%,35%)
(0.22/0.16/0.00/0.35)	

CMYK percentages

%21.56
%15.57
%0
%34.51

Codes

Color #838DA7 in popluar color models

838DA7
RGB131141167
HSL223°16.98%58.43%
HSB/HSV223°21.56%65.49%
CMYK21.56%15.57%0.00%
34.51%

Color #838DA7 in popluar number systems.

HEX838DA7
Decimal131141167
Binary100000111000110110100111
Octal203215247

Shades and tints

Shades of #838DA7

#838DA7
(131,141,167)
#788198
(120,129,152)
#6D7589
(109,117,137)
#62697A
(98,105,122)
#575D6B
(87,93,107)
#4C515C
(76,81,92)
#41454D
(65,69,77)
#36393E
(54,57,62)
#2B2D2F
(43,45,47)
#202120
(32,33,32)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #838DA7

#838DA7
(131,141,167)
#8E97AF
(142,151,175)
#99A1B7
(153,161,183)
#A4ABBF
(164,171,191)
#AFB5C7
(175,181,199)
#BABFCF
(186,191,207)
#C5C9D7
(197,201,215)
#D0D3DF
(208,211,223)
#DBDDE7
(219,221,231)
#E6E7EF
(230,231,239)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838DA7 color. Also use rgb(131,141,167) instead hex code.

Text Font Color

.myTextColor { color: #838DA7; }

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

This text font color is #838DA7.


Background Color

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

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

This div background color is #838DA7.


Border color

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

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

This div border color is #838DA7.


Opacity

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

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

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

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

This text has shadow with #838DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838DA7 on black background.


Color preview on white background

This text has color #838DA7 on white background.



Black color preview on #838DA7 background

This text has black color on #838DA7 background.


White color preview on #838DA7 background

This text has white color on #838DA7 background.