COLOR #838CA8

HEX: #838CA8
RGB: (131,140,168)

Color info

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

RGB color model

#838CA8 color RGB value is (131,140,168).

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

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 168 of 255 = 66%

131
140
168

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 168 = 439 (100%)
R 131 of 439 ~ 29.84%
G 140 of 439 ~ 31.89%
B 168 of 439 ~ 38.27%

%29.84
%31.89
%38.27

CMYK color model

#838CA8 color CMYK value is (22,17,0,34).

  • cyan value is 22.02%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(22,17,0,34)
C22M17Y0K34 
(22%,17%,0%,34%)
(0.22/0.17/0.00/0.34)	

CMYK percentages

%22.02
%16.67
%0
%34.12

Codes

Color #838CA8 in popluar color models

838CA8
RGB131140168
HSL225°17.54%58.63%
HSB/HSV225°22.02%65.88%
CMYK22.02%16.67%0.00%
34.12%

Color #838CA8 in popluar number systems.

HEX838CA8
Decimal131140168
Binary100000111000110010101000
Octal203214250

Shades and tints

Shades of #838CA8

#838CA8
(131,140,168)
#788099
(120,128,153)
#6D748A
(109,116,138)
#62687B
(98,104,123)
#575C6C
(87,92,108)
#4C505D
(76,80,93)
#41444E
(65,68,78)
#36383F
(54,56,63)
#2B2C30
(43,44,48)
#202021
(32,32,33)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #838CA8

#838CA8
(131,140,168)
#8E96AF
(142,150,175)
#99A0B6
(153,160,182)
#A4AABD
(164,170,189)
#AFB4C4
(175,180,196)
#BABECB
(186,190,203)
#C5C8D2
(197,200,210)
#D0D2D9
(208,210,217)
#DBDCE0
(219,220,224)
#E6E6E7
(230,230,231)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838CA8; }

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

This text font color is #838CA8.


Background Color

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

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

This div background color is #838CA8.


Border color

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

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

This div border color is #838CA8.


Opacity

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

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

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

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

This text has shadow with #838CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838CA8 on black background.


Color preview on white background

This text has color #838CA8 on white background.



Black color preview on #838CA8 background

This text has black color on #838CA8 background.


White color preview on #838CA8 background

This text has white color on #838CA8 background.