COLOR #838CA4

HEX: #838CA4
RGB: (131,140,164)

Color info

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

RGB color model

#838CA4 color RGB value is (131,140,164).

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

RGB channels and saturation

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

131
140
164

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 164 = 435 (100%)
R 131 of 435 ~ 30.11%
G 140 of 435 ~ 32.18%
B 164 of 435 ~ 37.7%

%30.11
%32.18
%37.7

CMYK color model

#838CA4 color CMYK value is (20,15,0,36).

  • cyan value is 20.12%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(20,15,0,36)
C20M15Y0K36 
(20%,15%,0%,36%)
(0.20/0.15/0.00/0.36)	

CMYK percentages

%20.12
%14.63
%0
%35.69

Codes

Color #838CA4 in popluar color models

838CA4
RGB131140164
HSL224°15.35%57.84%
HSB/HSV224°20.12%64.31%
CMYK20.12%14.63%0.00%
35.69%

Color #838CA4 in popluar number systems.

HEX838CA4
Decimal131140164
Binary100000111000110010100100
Octal203214244

Shades and tints

Shades of #838CA4

#838CA4
(131,140,164)
#788096
(120,128,150)
#6D7488
(109,116,136)
#62687A
(98,104,122)
#575C6C
(87,92,108)
#4C505E
(76,80,94)
#414450
(65,68,80)
#363842
(54,56,66)
#2B2C34
(43,44,52)
#202026
(32,32,38)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #838CA4

#838CA4
(131,140,164)
#8E96AC
(142,150,172)
#99A0B4
(153,160,180)
#A4AABC
(164,170,188)
#AFB4C4
(175,180,196)
#BABECC
(186,190,204)
#C5C8D4
(197,200,212)
#D0D2DC
(208,210,220)
#DBDCE4
(219,220,228)
#E6E6EC
(230,230,236)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838CA4; }

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

This text font color is #838CA4.


Background Color

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

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

This div background color is #838CA4.


Border color

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

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

This div border color is #838CA4.


Opacity

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

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

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

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

This text has shadow with #838CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838CA4 on black background.


Color preview on white background

This text has color #838CA4 on white background.



Black color preview on #838CA4 background

This text has black color on #838CA4 background.


White color preview on #838CA4 background

This text has white color on #838CA4 background.