COLOR #838EAA

HEX: #838EAA
RGB: (131,142,170)

Color info

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

RGB color model

#838EAA color RGB value is (131,142,170).

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

RGB channels and saturation

R 131 of 255 = 51%
G 142 of 255 = 56%
B 170 of 255 = 67%

131
142
170

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

Portions of RGB colors in percentages

R + G + B =
131 + 142 + 170 = 443 (100%)
R 131 of 443 ~ 29.57%
G 142 of 443 ~ 32.05%
B 170 of 443 ~ 38.37%

%29.57
%32.05
%38.37

CMYK color model

#838EAA color CMYK value is (23,16,0,33).

  • cyan value is 22.94%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (23,16,0,33) C23M16Y0K33 (23%,16%,0%,33%) (0.23/0.16/0.00/0.33)

CMYK percentages

%22.94
%16.47
%0
%33.33

Codes

Color #838EAA in popluar color models

838EAA
RGB131142170
HSL223°18.66%59.02%
HSB/HSV223°22.94%66.67%
CMYK22.94%16.47%0.00%
33.33%

Color #838EAA in popluar number systems.

HEX838EAA
Decimal131142170
Binary100000111000111010101010
Octal203216252

Shades and tints

Shades of #838EAA

#838EAA
(131,142,170)
#78829B
(120,130,155)
#6D768C
(109,118,140)
#626A7D
(98,106,125)
#575E6E
(87,94,110)
#4C525F
(76,82,95)
#414650
(65,70,80)
#363A41
(54,58,65)
#2B2E32
(43,46,50)
#202223
(32,34,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #838EAA

#838EAA
(131,142,170)
#8E98B1
(142,152,177)
#99A2B8
(153,162,184)
#A4ACBF
(164,172,191)
#AFB6C6
(175,182,198)
#BAC0CD
(186,192,205)
#C5CAD4
(197,202,212)
#D0D4DB
(208,212,219)
#DBDEE2
(219,222,226)
#E6E8E9
(230,232,233)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838EAA; }

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

This text font color is #838EAA.


Background Color

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

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

This div background color is #838EAA.


Border color

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

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

This div border color is #838EAA.


Opacity

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

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

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

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

This text has shadow with #838EAA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #838EAA on black background.


Color preview on white background

This text has color #838EAA on white background.



Black color preview on #838EAA background

This text has black color on #838EAA background.


White color preview on #838EAA background

This text has white color on #838EAA background.