COLOR #83698A

HEX: #83698A
RGB: (131,105,138)

Color info

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

RGB color model

#83698A color RGB value is (131,105,138).

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

RGB channels and saturation

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

131
105
138

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

Portions of RGB colors in percentages

R + G + B =
131 + 105 + 138 = 374 (100%)
R 131 of 374 ~ 35.03%
G 105 of 374 ~ 28.07%
B 138 of 374 ~ 36.9%

%35.03
%28.07
%36.9

CMYK color model

#83698A color CMYK value is (5,24,0,46).

  • cyan value is 5.07%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(5,24,0,46)
C5M24Y0K46 
(5%,24%,0%,46%)
(0.05/0.24/0.00/0.46)	

CMYK percentages

%5.07
%23.91
%0
%45.88

Codes

Color #83698A in popluar color models

83698A
RGB131105138
HSL287°13.58%47.65%
HSB/HSV287°23.91%54.12%
CMYK5.07%23.91%0.00%
45.88%

Color #83698A in popluar number systems.

HEX83698A
Decimal131105138
Binary10000011110100110001010
Octal203151212

Shades and tints

Shades of #83698A

#83698A
(131,105,138)
#78607E
(120,96,126)
#6D5772
(109,87,114)
#624E66
(98,78,102)
#57455A
(87,69,90)
#4C3C4E
(76,60,78)
#413342
(65,51,66)
#362A36
(54,42,54)
#2B212A
(43,33,42)
#20181E
(32,24,30)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #83698A

#83698A
(131,105,138)
#8E7694
(142,118,148)
#99839E
(153,131,158)
#A490A8
(164,144,168)
#AF9DB2
(175,157,178)
#BAAABC
(186,170,188)
#C5B7C6
(197,183,198)
#D0C4D0
(208,196,208)
#DBD1DA
(219,209,218)
#E6DEE4
(230,222,228)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83698A; }

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

This text font color is #83698A.


Background Color

.myBgColor { background-color: #83698A; }

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

This div background color is #83698A.


Border color

.myBorderColor { border: 1px solid #83698A; }

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

This div border color is #83698A.


Opacity

.myOpacity80 { color: #83698A; opacity: 0.8; }

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

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

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

This text has shadow with #83698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83698A on black background.


Color preview on white background

This text has color #83698A on white background.



Black color preview on #83698A background

This text has black color on #83698A background.


White color preview on #83698A background

This text has white color on #83698A background.