COLOR #838EAD

HEX: #838EAD
RGB: (131,142,173)

Color info

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

RGB color model

#838EAD color RGB value is (131,142,173).

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

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 173 of 255 = 68%

131
142
173

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

Portions of RGB colors in percentages

R + G + B =
131 + 142 + 173 = 446 (100%)
R 131 of 446 ~ 29.37%
G 142 of 446 ~ 31.84%
B 173 of 446 ~ 38.79%

%29.37
%31.84
%38.79

CMYK color model

#838EAD color CMYK value is (24,18,0,32).

  • cyan value is 24.28%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(24,18,0,32)
C24M18Y0K32 
(24%,18%,0%,32%)
(0.24/0.18/0.00/0.32)	

CMYK percentages

%24.28
%17.92
%0
%32.16

Codes

Color #838EAD in popluar color models

838EAD
RGB131142173
HSL224°20.39%59.61%
HSB/HSV224°24.28%67.84%
CMYK24.28%17.92%0.00%
32.16%

Color #838EAD in popluar number systems.

HEX838EAD
Decimal131142173
Binary100000111000111010101101
Octal203216255

Shades and tints

Shades of #838EAD

#838EAD
(131,142,173)
#78829E
(120,130,158)
#6D768F
(109,118,143)
#626A80
(98,106,128)
#575E71
(87,94,113)
#4C5262
(76,82,98)
#414653
(65,70,83)
#363A44
(54,58,68)
#2B2E35
(43,46,53)
#202226
(32,34,38)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #838EAD

#838EAD
(131,142,173)
#8E98B4
(142,152,180)
#99A2BB
(153,162,187)
#A4ACC2
(164,172,194)
#AFB6C9
(175,182,201)
#BAC0D0
(186,192,208)
#C5CAD7
(197,202,215)
#D0D4DE
(208,212,222)
#DBDEE5
(219,222,229)
#E6E8EC
(230,232,236)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838EAD; }

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

This text font color is #838EAD.


Background Color

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

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

This div background color is #838EAD.


Border color

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

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

This div border color is #838EAD.


Opacity

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

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

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

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

This text has shadow with #838EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838EAD on black background.


Color preview on white background

This text has color #838EAD on white background.



Black color preview on #838EAD background

This text has black color on #838EAD background.


White color preview on #838EAD background

This text has white color on #838EAD background.