COLOR #838DBD

HEX: #838DBD
RGB: (131,141,189)

Color info

#838DBD contains red, green and blue colors in about the same proportion. Web safe color of #838DBD is #9999CC (or #99C).

RGB color model

#838DBD color RGB value is (131,141,189).

  • red value is 131;
  • green value is 141;
  • blue value is 189.
RGB:
(131,141,189)
(51%,55%,74%)

RGB channels and saturation

R 131 of 255 = 51%
G 141 of 255 = 55%
B 189 of 255 = 74%

131
141
189

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

Portions of RGB colors in percentages

R + G + B =
131 + 141 + 189 = 461 (100%)
R 131 of 461 ~ 28.42%
G 141 of 461 ~ 30.59%
B 189 of 461 ~ 41%

%28.42
%30.59
%41

CMYK color model

#838DBD color CMYK value is (31,25,0,26).

  • cyan value is 30.69%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(31,25,0,26)
C31M25Y0K26 
(31%,25%,0%,26%)
(0.31/0.25/0.00/0.26)	

CMYK percentages

%30.69
%25.4
%0
%25.88

Codes

Color #838DBD in popluar color models

838DBD
RGB131141189
HSL230°30.53%62.75%
HSB/HSV230°30.69%74.12%
CMYK30.69%25.40%0.00%
25.88%

Color #838DBD in popluar number systems.

HEX838DBD
Decimal131141189
Binary100000111000110110111101
Octal203215275

Shades and tints

Shades of #838DBD

#838DBD
(131,141,189)
#7881AC
(120,129,172)
#6D759B
(109,117,155)
#62698A
(98,105,138)
#575D79
(87,93,121)
#4C5168
(76,81,104)
#414557
(65,69,87)
#363946
(54,57,70)
#2B2D35
(43,45,53)
#202124
(32,33,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #838DBD

#838DBD
(131,141,189)
#8E97C3
(142,151,195)
#99A1C9
(153,161,201)
#A4ABCF
(164,171,207)
#AFB5D5
(175,181,213)
#BABFDB
(186,191,219)
#C5C9E1
(197,201,225)
#D0D3E7
(208,211,231)
#DBDDED
(219,221,237)
#E6E7F3
(230,231,243)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838DBD; }

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

This text font color is #838DBD.


Background Color

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

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

This div background color is #838DBD.


Border color

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

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

This div border color is #838DBD.


Opacity

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

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

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

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

This text has shadow with #838DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838DBD on black background.


Color preview on white background

This text has color #838DBD on white background.



Black color preview on #838DBD background

This text has black color on #838DBD background.


White color preview on #838DBD background

This text has white color on #838DBD background.