COLOR #838CAD

HEX: #838CAD
RGB: (131,140,173)

Color info

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

RGB color model

#838CAD color RGB value is (131,140,173).

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

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 173 of 255 = 68%

131
140
173

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

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 173 = 444 (100%)
R 131 of 444 ~ 29.5%
G 140 of 444 ~ 31.53%
B 173 of 444 ~ 38.96%

%29.5
%31.53
%38.96

CMYK color model

#838CAD color CMYK value is (24,19,0,32).

  • cyan value is 24.28%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(24,19,0,32)
C24M19Y0K32 
(24%,19%,0%,32%)
(0.24/0.19/0.00/0.32)	

CMYK percentages

%24.28
%19.08
%0
%32.16

Codes

Color #838CAD in popluar color models

838CAD
RGB131140173
HSL227°20.39%59.61%
HSB/HSV227°24.28%67.84%
CMYK24.28%19.08%0.00%
32.16%

Color #838CAD in popluar number systems.

HEX838CAD
Decimal131140173
Binary100000111000110010101101
Octal203214255

Shades and tints

Shades of #838CAD

#838CAD
(131,140,173)
#78809E
(120,128,158)
#6D748F
(109,116,143)
#626880
(98,104,128)
#575C71
(87,92,113)
#4C5062
(76,80,98)
#414453
(65,68,83)
#363844
(54,56,68)
#2B2C35
(43,44,53)
#202026
(32,32,38)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #838CAD

#838CAD
(131,140,173)
#8E96B4
(142,150,180)
#99A0BB
(153,160,187)
#A4AAC2
(164,170,194)
#AFB4C9
(175,180,201)
#BABED0
(186,190,208)
#C5C8D7
(197,200,215)
#D0D2DE
(208,210,222)
#DBDCE5
(219,220,229)
#E6E6EC
(230,230,236)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838CAD; }

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

This text font color is #838CAD.


Background Color

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

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

This div background color is #838CAD.


Border color

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

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

This div border color is #838CAD.


Opacity

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

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

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

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

This text has shadow with #838CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838CAD on black background.


Color preview on white background

This text has color #838CAD on white background.



Black color preview on #838CAD background

This text has black color on #838CAD background.


White color preview on #838CAD background

This text has white color on #838CAD background.