COLOR #838EAC

HEX: #838EAC
RGB: (131,142,172)

Color info

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

RGB color model

#838EAC color RGB value is (131,142,172).

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

RGB channels and saturation

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

131
142
172

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

Portions of RGB colors in percentages

R + G + B =
131 + 142 + 172 = 445 (100%)
R 131 of 445 ~ 29.44%
G 142 of 445 ~ 31.91%
B 172 of 445 ~ 38.65%

%29.44
%31.91
%38.65

CMYK color model

#838EAC color CMYK value is (24,17,0,33).

  • cyan value is 23.84%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(24,17,0,33)
C24M17Y0K33 
(24%,17%,0%,33%)
(0.24/0.17/0.00/0.33)	

CMYK percentages

%23.84
%17.44
%0
%32.55

Codes

Color #838EAC in popluar color models

838EAC
RGB131142172
HSL224°19.81%59.41%
HSB/HSV224°23.84%67.45%
CMYK23.84%17.44%0.00%
32.55%

Color #838EAC in popluar number systems.

HEX838EAC
Decimal131142172
Binary100000111000111010101100
Octal203216254

Shades and tints

Shades of #838EAC

#838EAC
(131,142,172)
#78829D
(120,130,157)
#6D768E
(109,118,142)
#626A7F
(98,106,127)
#575E70
(87,94,112)
#4C5261
(76,82,97)
#414652
(65,70,82)
#363A43
(54,58,67)
#2B2E34
(43,46,52)
#202225
(32,34,37)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #838EAC

#838EAC
(131,142,172)
#8E98B3
(142,152,179)
#99A2BA
(153,162,186)
#A4ACC1
(164,172,193)
#AFB6C8
(175,182,200)
#BAC0CF
(186,192,207)
#C5CAD6
(197,202,214)
#D0D4DD
(208,212,221)
#DBDEE4
(219,222,228)
#E6E8EB
(230,232,235)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838EAC; }

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

This text font color is #838EAC.


Background Color

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

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

This div background color is #838EAC.


Border color

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

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

This div border color is #838EAC.


Opacity

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

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

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

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

This text has shadow with #838EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838EAC on black background.


Color preview on white background

This text has color #838EAC on white background.



Black color preview on #838EAC background

This text has black color on #838EAC background.


White color preview on #838EAC background

This text has white color on #838EAC background.