COLOR #838AB2

HEX: #838AB2 RGB: (131,138,178)

Color info

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

RGB color model

#838AB2 color RGB value is (131,138,178).

RGB: (131,138,178) (51%, 54%, 70%)

RGB channels and saturation

R 131 of 255 = 51%
G 138 of 255 = 54%
B 178 of 255 = 70%

131
138
178

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

Portions of RGB colors in percentages

R + G + B = 131 + 138 + 178 = 447 (100%)
R 131 of 447 ~ 29.31%
G 138 of 447 ~ 30.87%
B 178 of 447 ~ 39.82'%

%29.31
%30.87
%39.82

CMYK color model

#838AB2 color CMYK value is (26,22,0,30).

  • cyan value is 26.40%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (26,22,0,30)
C26M22Y0K30 (26%, 22%, 0%, 30%)
(0.26 / 0.22 / 0.00 / 0.30)

CMYK percentages

%26.4
%22.47
%0
%30.2

Codes

Color #838AB2 in popluar color models

83 8A B2
RGB 131 138 178
HSL 231° 23.38% 60.59%
HSB/HSV 231° 26.40% 69.80%
CMYK 26.40% 22.47% 0.00%
30.20%

Color #838AB2 in popluar number systems.

HEX 83 8A B2
Decimal 131 138 178
Binary 10000011 10001010 10110010
Octal 203 212 262

Shades and tints

Shades of #838AB2

#838AB2
(131,138,178)
#787EA2
(120,126,162)
#6D7292
(109,114,146)
#626682
(98,102,130)
#575A72
(87,90,114)
#4C4E62
(76,78,98)
#414252
(65,66,82)
#363642
(54,54,66)
#2B2A32
(43,42,50)
#201E22
(32,30,34)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #838AB2

#838AB2
(131,138,178)
#8E94B9
(142,148,185)
#999EC0
(153,158,192)
#A4A8C7
(164,168,199)
#AFB2CE
(175,178,206)
#BABCD5
(186,188,213)
#C5C6DC
(197,198,220)
#D0D0E3
(208,208,227)
#DBDAEA
(219,218,234)
#E6E4F1
(230,228,241)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838AB2; }

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

This text font color is #838AB2.

Background Color

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

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

This div background color is #838AB2.

Border color

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

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

This div border color is #838AB2.

Opacity

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

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

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

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

This text has shadow with #838AB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838AB2.

Preview

Color preview on black background

This text has color #838AB2 on black background.


Color preview on white background

This text has color #838AB2 on white background.


Black color preview on #838AB2 background

This text has black color on #838AB2 background.


White color preview on #838AB2 background

This text has white color on #838AB2 background.


Related colors

Complementary color

Complementary color for #hex is #7C754D.


I love getcolorcode.com

Triadic colors

1 #B2838A and #8AB283 with #838AB2 are triadic colors.

2 #B28A83 and #8A83B2 with #838AB2 are triadic colors.