COLOR #856DA3

HEX: #856DA3
RGB: (133,109,163)

Color info

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

RGB color model

#856DA3 color RGB value is (133,109,163).

  • red value is 133;
  • green value is 109;
  • blue value is 163.
RGB:
(133,109,163)
(52%,43%,64%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 163 of 255 = 64%

133
109
163

R + G + B ~ 53%. #856DA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 109 + 163 = 405 (100%)
R 133 of 405 ~ 32.84%
G 109 of 405 ~ 26.91%
B 163 of 405 ~ 40.25%

%32.84
%26.91
%40.25

CMYK color model

#856DA3 color CMYK value is (18,33,0,36).

  • cyan value is 18.40%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(18,33,0,36)
C18M33Y0K36 
(18%,33%,0%,36%)
(0.18/0.33/0.00/0.36)	

CMYK percentages

%18.4
%33.13
%0
%36.08

Codes

Color #856DA3 in popluar color models

856DA3
RGB133109163
HSL267°22.69%53.33%
HSB/HSV267°33.13%63.92%
CMYK18.40%33.13%0.00%
36.08%

Color #856DA3 in popluar number systems.

HEX856DA3
Decimal133109163
Binary10000101110110110100011
Octal205155243

Shades and tints

Shades of #856DA3

#856DA3
(133,109,163)
#796495
(121,100,149)
#6D5B87
(109,91,135)
#615279
(97,82,121)
#55496B
(85,73,107)
#49405D
(73,64,93)
#3D374F
(61,55,79)
#312E41
(49,46,65)
#252533
(37,37,51)
#191C25
(25,28,37)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #856DA3

#856DA3
(133,109,163)
#907AAB
(144,122,171)
#9B87B3
(155,135,179)
#A694BB
(166,148,187)
#B1A1C3
(177,161,195)
#BCAECB
(188,174,203)
#C7BBD3
(199,187,211)
#D2C8DB
(210,200,219)
#DDD5E3
(221,213,227)
#E8E2EB
(232,226,235)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856DA3 color. Also use rgb(133,109,163) instead hex code.

Text Font Color

.myTextColor { color: #856DA3; }

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

This text font color is #856DA3.


Background Color

.myBgColor { background-color: #856DA3; }

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

This div background color is #856DA3.


Border color

.myBorderColor { border: 1px solid #856DA3; }

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

This div border color is #856DA3.


Opacity

.myOpacity80 { color: #856DA3; opacity: 0.8; }

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

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

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

This text has shadow with #856DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856DA3 on black background.


Color preview on white background

This text has color #856DA3 on white background.



Black color preview on #856DA3 background

This text has black color on #856DA3 background.


White color preview on #856DA3 background

This text has white color on #856DA3 background.