COLOR #836989

HEX: #836989
RGB: (131,105,137)

Color info

#836989 contains red, green and blue colors in about the same proportion. Web safe color of #836989 is #996699 (or #969).

RGB color model

#836989 color RGB value is (131,105,137).

  • red value is 131;
  • green value is 105;
  • blue value is 137.
RGB:
(131,105,137)
(51%,41%,54%)

RGB channels and saturation

R 131 of 255 = 51%
G 105 of 255 = 41%
B 137 of 255 = 54%

131
105
137

R + G + B ~ 49%. #836989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 105 + 137 = 373 (100%)
R 131 of 373 ~ 35.12%
G 105 of 373 ~ 28.15%
B 137 of 373 ~ 36.73%

%35.12
%28.15
%36.73

CMYK color model

#836989 color CMYK value is (4,23,0,46).

  • cyan value is 4.38%
  • magenta value is 23.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(4,23,0,46)
C4M23Y0K46 
(4%,23%,0%,46%)
(0.04/0.23/0.00/0.46)	

CMYK percentages

%4.38
%23.36
%0
%46.27

Codes

Color #836989 in popluar color models

836989
RGB131105137
HSL289°13.22%47.45%
HSB/HSV289°23.36%53.73%
CMYK4.38%23.36%0.00%
46.27%

Color #836989 in popluar number systems.

HEX836989
Decimal131105137
Binary10000011110100110001001
Octal203151211

Shades and tints

Shades of #836989

#836989
(131,105,137)
#78607D
(120,96,125)
#6D5771
(109,87,113)
#624E65
(98,78,101)
#574559
(87,69,89)
#4C3C4D
(76,60,77)
#413341
(65,51,65)
#362A35
(54,42,53)
#2B2129
(43,33,41)
#20181D
(32,24,29)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #836989

#836989
(131,105,137)
#8E7693
(142,118,147)
#99839D
(153,131,157)
#A490A7
(164,144,167)
#AF9DB1
(175,157,177)
#BAAABB
(186,170,187)
#C5B7C5
(197,183,197)
#D0C4CF
(208,196,207)
#DBD1D9
(219,209,217)
#E6DEE3
(230,222,227)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836989 color. Also use rgb(131,105,137) instead hex code.

Text Font Color

.myTextColor { color: #836989; }

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

This text font color is #836989.


Background Color

.myBgColor { background-color: #836989; }

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

This div background color is #836989.


Border color

.myBorderColor { border: 1px solid #836989; }

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

This div border color is #836989.


Opacity

.myOpacity80 { color: #836989; opacity: 0.8; }

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

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

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

This text has shadow with #836989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836989 on black background.


Color preview on white background

This text has color #836989 on white background.



Black color preview on #836989 background

This text has black color on #836989 background.


White color preview on #836989 background

This text has white color on #836989 background.