COLOR #838DA4

HEX: #838DA4
RGB: (131,141,164)

Color info

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

RGB color model

#838DA4 color RGB value is (131,141,164).

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

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 164 of 255 = 64%

131
141
164

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

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 164 = 436 (100%)
R 131 of 436 ~ 30.05%
G 141 of 436 ~ 32.34%
B 164 of 436 ~ 37.61%

%30.05
%32.34
%37.61

CMYK color model

#838DA4 color CMYK value is (20,14,0,36).

  • cyan value is 20.12%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(20,14,0,36)
C20M14Y0K36 
(20%,14%,0%,36%)
(0.20/0.14/0.00/0.36)	

CMYK percentages

%20.12
%14.02
%0
%35.69

Codes

Color #838DA4 in popluar color models

838DA4
RGB131141164
HSL222°15.35%57.84%
HSB/HSV222°20.12%64.31%
CMYK20.12%14.02%0.00%
35.69%

Color #838DA4 in popluar number systems.

HEX838DA4
Decimal131141164
Binary100000111000110110100100
Octal203215244

Shades and tints

Shades of #838DA4

#838DA4
(131,141,164)
#788196
(120,129,150)
#6D7588
(109,117,136)
#62697A
(98,105,122)
#575D6C
(87,93,108)
#4C515E
(76,81,94)
#414550
(65,69,80)
#363942
(54,57,66)
#2B2D34
(43,45,52)
#202126
(32,33,38)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #838DA4

#838DA4
(131,141,164)
#8E97AC
(142,151,172)
#99A1B4
(153,161,180)
#A4ABBC
(164,171,188)
#AFB5C4
(175,181,196)
#BABFCC
(186,191,204)
#C5C9D4
(197,201,212)
#D0D3DC
(208,211,220)
#DBDDE4
(219,221,228)
#E6E7EC
(230,231,236)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838DA4; }

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

This text font color is #838DA4.


Background Color

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

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

This div background color is #838DA4.


Border color

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

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

This div border color is #838DA4.


Opacity

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

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

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

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

This text has shadow with #838DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838DA4 on black background.


Color preview on white background

This text has color #838DA4 on white background.



Black color preview on #838DA4 background

This text has black color on #838DA4 background.


White color preview on #838DA4 background

This text has white color on #838DA4 background.