COLOR #838CB3

HEX: #838CB3
RGB: (131,140,179)

Color info

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

RGB color model

#838CB3 color RGB value is (131,140,179).

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

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 179 of 255 = 70%

131
140
179

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 179 = 450 (100%)
R 131 of 450 ~ 29.11%
G 140 of 450 ~ 31.11%
B 179 of 450 ~ 39.78%

%29.11
%31.11
%39.78

CMYK color model

#838CB3 color CMYK value is (27,22,0,30).

  • cyan value is 26.82%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(27,22,0,30)
C27M22Y0K30 
(27%,22%,0%,30%)
(0.27/0.22/0.00/0.30)	

CMYK percentages

%26.82
%21.79
%0
%29.8

Codes

Color #838CB3 in popluar color models

838CB3
RGB131140179
HSL229°24.00%60.78%
HSB/HSV229°26.82%70.20%
CMYK26.82%21.79%0.00%
29.80%

Color #838CB3 in popluar number systems.

HEX838CB3
Decimal131140179
Binary100000111000110010110011
Octal203214263

Shades and tints

Shades of #838CB3

#838CB3
(131,140,179)
#7880A3
(120,128,163)
#6D7493
(109,116,147)
#626883
(98,104,131)
#575C73
(87,92,115)
#4C5063
(76,80,99)
#414453
(65,68,83)
#363843
(54,56,67)
#2B2C33
(43,44,51)
#202023
(32,32,35)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #838CB3

#838CB3
(131,140,179)
#8E96B9
(142,150,185)
#99A0BF
(153,160,191)
#A4AAC5
(164,170,197)
#AFB4CB
(175,180,203)
#BABED1
(186,190,209)
#C5C8D7
(197,200,215)
#D0D2DD
(208,210,221)
#DBDCE3
(219,220,227)
#E6E6E9
(230,230,233)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838CB3; }

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

This text font color is #838CB3.


Background Color

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

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

This div background color is #838CB3.


Border color

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

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

This div border color is #838CB3.


Opacity

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

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

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

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

This text has shadow with #838CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838CB3 on black background.


Color preview on white background

This text has color #838CB3 on white background.



Black color preview on #838CB3 background

This text has black color on #838CB3 background.


White color preview on #838CB3 background

This text has white color on #838CB3 background.