COLOR #838DAF

HEX: #838DAF RGB: (131,141,175)

Color info

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

RGB color model

#838DAF color RGB value is (131,141,175).

RGB: (131,141,175) (51%, 55%, 69%)

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 175 of 255 = 69%

131
141
175

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

Portions of RGB colors in percentages

R + G + B = 131 + 141 + 175 = 447 (100%)
R 131 of 447 ~ 29.31%
G 141 of 447 ~ 31.54%
B 175 of 447 ~ 39.15'%

%29.31
%31.54
%39.15

CMYK color model

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

  • cyan value is 25.14%
  • magenta value is 19.43%
  • 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
%19.43
%0
%31.37

Codes

Color #838DAF in popluar color models

83 8D AF
RGB 131 141 175
HSL 226° 21.57% 60.00%
HSB/HSV 226° 25.14% 68.63%
CMYK 25.14% 19.43% 0.00%
31.37%

Color #838DAF in popluar number systems.

HEX 83 8D AF
Decimal 131 141 175
Binary 10000011 10001101 10101111
Octal 203 215 257

Shades and tints

Shades of #838DAF

#838DAF
(131,141,175)
#7881A0
(120,129,160)
#6D7591
(109,117,145)
#626982
(98,105,130)
#575D73
(87,93,115)
#4C5164
(76,81,100)
#414555
(65,69,85)
#363946
(54,57,70)
#2B2D37
(43,45,55)
#202128
(32,33,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #838DAF

#838DAF
(131,141,175)
#8E97B6
(142,151,182)
#99A1BD
(153,161,189)
#A4ABC4
(164,171,196)
#AFB5CB
(175,181,203)
#BABFD2
(186,191,210)
#C5C9D9
(197,201,217)
#D0D3E0
(208,211,224)
#DBDDE7
(219,221,231)
#E6E7EE
(230,231,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838DAF; }

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

This text font color is #838DAF.

Background Color

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

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

This div background color is #838DAF.

Border color

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

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

This div border color is #838DAF.

Opacity

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

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

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

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

This text has shadow with #838DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838DAF.

Preview

Color preview on black background

This text has color #838DAF on black background.


Color preview on white background

This text has color #838DAF on white background.


Black color preview on #838DAF background

This text has black color on #838DAF background.


White color preview on #838DAF background

This text has white color on #838DAF background.


Related colors

Complementary color

Complementary color for #hex is #7C7250.


I love getcolorcode.com

Triadic colors

1 #AF838D and #8DAF83 with #838DAF are triadic colors.

2 #AF8D83 and #8D83AF with #838DAF are triadic colors.