COLOR #856EAE

HEX: #856EAE RGB: (133,110,174)

Color info

#856EAE contains mainly red and blue colors. Web safe color of #856EAE is #996699 (or #969).

RGB color model

#856EAE color RGB value is (133,110,174).

RGB: (133,110,174) (52%, 43%, 68%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 174 of 255 = 68%

133
110
174

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

Portions of RGB colors in percentages

R + G + B = 133 + 110 + 174 = 417 (100%)
R 133 of 417 ~ 31.89%
G 110 of 417 ~ 26.38%
B 174 of 417 ~ 41.73'%

%31.89
%26.38
%41.73

CMYK color model

#856EAE color CMYK value is (24,37,0,32).

  • cyan value is 23.56%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (24,37,0,32)
C24M37Y0K32 (24%, 37%, 0%, 32%)
(0.24 / 0.37 / 0.00 / 0.32)

CMYK percentages

%23.56
%36.78
%0
%31.76

Codes

Color #856EAE in popluar color models

85 6E AE
RGB 133 110 174
HSL 262° 28.32% 55.69%
HSB/HSV 262° 36.78% 68.24%
CMYK 23.56% 36.78% 0.00%
31.76%

Color #856EAE in popluar number systems.

HEX 85 6E AE
Decimal 133 110 174
Binary 10000101 1101110 10101110
Octal 205 156 256

Shades and tints

Shades of #856EAE

#856EAE
(133,110,174)
#79649F
(121,100,159)
#6D5A90
(109,90,144)
#615081
(97,80,129)
#554672
(85,70,114)
#493C63
(73,60,99)
#3D3254
(61,50,84)
#312845
(49,40,69)
#251E36
(37,30,54)
#191427
(25,20,39)
#0D0A18
(13,10,24)
#000000
(0,0,0)

Tints of #856EAE

#856EAE
(133,110,174)
#907BB5
(144,123,181)
#9B88BC
(155,136,188)
#A695C3
(166,149,195)
#B1A2CA
(177,162,202)
#BCAFD1
(188,175,209)
#C7BCD8
(199,188,216)
#D2C9DF
(210,201,223)
#DDD6E6
(221,214,230)
#E8E3ED
(232,227,237)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856EAE color. Also use rgb(133,110,174) instead hex code.

Text Font Color

.myTextColor { color: #856EAE; }

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

This text font color is #856EAE.

Background Color

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

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

This div background color is #856EAE.

Border color

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

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

This div border color is #856EAE.

Opacity

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

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

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

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

This text has shadow with #856EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856EAE.

Preview

Color preview on black background

This text has color #856EAE on black background.


Color preview on white background

This text has color #856EAE on white background.


Black color preview on #856EAE background

This text has black color on #856EAE background.


White color preview on #856EAE background

This text has white color on #856EAE background.


Related colors

Complementary color

Complementary color for #hex is #7A9151.


I love getcolorcode.com

Triadic colors

1 #AE856E and #6EAE85 with #856EAE are triadic colors.

2 #AE6E85 and #6E85AE with #856EAE are triadic colors.