COLOR #838EAF

HEX: #838EAF
RGB: (131,142,175)

Color info

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

RGB color model

#838EAF color RGB value is (131,142,175).

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

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 175 of 255 = 69%

131
142
175

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

Portions of RGB colors in percentages

R + G + B =
131 + 142 + 175 = 448 (100%)
R 131 of 448 ~ 29.24%
G 142 of 448 ~ 31.7%
B 175 of 448 ~ 39.06%

%29.24
%31.7
%39.06

CMYK color model

#838EAF color CMYK value is (25,19,0,31).

  • cyan value is 25.14%
  • magenta value is 18.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,19,0,31)
C25M19Y0K31 
(25%,19%,0%,31%)
(0.25/0.19/0.00/0.31)	

CMYK percentages

%25.14
%18.86
%0
%31.37

Codes

Color #838EAF in popluar color models

838EAF
RGB131142175
HSL225°21.57%60.00%
HSB/HSV225°25.14%68.63%
CMYK25.14%18.86%0.00%
31.37%

Color #838EAF in popluar number systems.

HEX838EAF
Decimal131142175
Binary100000111000111010101111
Octal203216257

Shades and tints

Shades of #838EAF

#838EAF
(131,142,175)
#7882A0
(120,130,160)
#6D7691
(109,118,145)
#626A82
(98,106,130)
#575E73
(87,94,115)
#4C5264
(76,82,100)
#414655
(65,70,85)
#363A46
(54,58,70)
#2B2E37
(43,46,55)
#202228
(32,34,40)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #838EAF

#838EAF
(131,142,175)
#8E98B6
(142,152,182)
#99A2BD
(153,162,189)
#A4ACC4
(164,172,196)
#AFB6CB
(175,182,203)
#BAC0D2
(186,192,210)
#C5CAD9
(197,202,217)
#D0D4E0
(208,212,224)
#DBDEE7
(219,222,231)
#E6E8EE
(230,232,238)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838EAF; }

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

This text font color is #838EAF.


Background Color

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

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

This div background color is #838EAF.


Border color

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

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

This div border color is #838EAF.


Opacity

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

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

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

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

This text has shadow with #838EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838EAF on black background.


Color preview on white background

This text has color #838EAF on white background.



Black color preview on #838EAF background

This text has black color on #838EAF background.


White color preview on #838EAF background

This text has white color on #838EAF background.