COLOR #838AAF

HEX: #838AAF
RGB: (131,138,175)

Color info

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

RGB color model

#838AAF color RGB value is (131,138,175).

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

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 175 of 255 = 69%

131
138
175

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

Portions of RGB colors in percentages

R + G + B =
131 + 138 + 175 = 444 (100%)
R 131 of 444 ~ 29.5%
G 138 of 444 ~ 31.08%
B 175 of 444 ~ 39.41%

%29.5
%31.08
%39.41

CMYK color model

#838AAF color CMYK value is (25,21,0,31).

  • cyan value is 25.14%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,21,0,31)
C25M21Y0K31 
(25%,21%,0%,31%)
(0.25/0.21/0.00/0.31)	

CMYK percentages

%25.14
%21.14
%0
%31.37

Codes

Color #838AAF in popluar color models

838AAF
RGB131138175
HSL230°21.57%60.00%
HSB/HSV230°25.14%68.63%
CMYK25.14%21.14%0.00%
31.37%

Color #838AAF in popluar number systems.

HEX838AAF
Decimal131138175
Binary100000111000101010101111
Octal203212257

Shades and tints

Shades of #838AAF

#838AAF
(131,138,175)
#787EA0
(120,126,160)
#6D7291
(109,114,145)
#626682
(98,102,130)
#575A73
(87,90,115)
#4C4E64
(76,78,100)
#414255
(65,66,85)
#363646
(54,54,70)
#2B2A37
(43,42,55)
#201E28
(32,30,40)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #838AAF

#838AAF
(131,138,175)
#8E94B6
(142,148,182)
#999EBD
(153,158,189)
#A4A8C4
(164,168,196)
#AFB2CB
(175,178,203)
#BABCD2
(186,188,210)
#C5C6D9
(197,198,217)
#D0D0E0
(208,208,224)
#DBDAE7
(219,218,231)
#E6E4EE
(230,228,238)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838AAF; }

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

This text font color is #838AAF.


Background Color

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

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

This div background color is #838AAF.


Border color

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

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

This div border color is #838AAF.


Opacity

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

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

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

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

This text has shadow with #838AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838AAF on black background.


Color preview on white background

This text has color #838AAF on white background.



Black color preview on #838AAF background

This text has black color on #838AAF background.


White color preview on #838AAF background

This text has white color on #838AAF background.