COLOR #896EDC

HEX: #896EDC RGB: (137,110,220)

Color info

#896EDC contains mainly blue color. Web safe color of #896EDC is #9966CC (or #96C).

RGB color model

#896EDC color RGB value is (137,110,220).

RGB: (137,110,220) (54%, 43%, 86%)

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 220 of 255 = 86%

137
110
220

R + G + B ~ 61%. #896EDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 110 + 220 = 467 (100%)
R 137 of 467 ~ 29.34%
G 110 of 467 ~ 23.55%
B 220 of 467 ~ 47.11'%

%29.34
%23.55
%47.11

CMYK color model

#896EDC color CMYK value is (38,50,0,14).

  • cyan value is 37.73%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (38,50,0,14)
C38M50Y0K14 (38%, 50%, 0%, 14%)
(0.38 / 0.50 / 0.00 / 0.14)

CMYK percentages

%37.73
%50
%0
%13.73

Codes

Color #896EDC in popluar color models

89 6E DC
RGB 137 110 220
HSL 255° 61.11% 64.71%
HSB/HSV 255° 50.00% 86.27%
CMYK 37.73% 50.00% 0.00%
13.73%

Color #896EDC in popluar number systems.

HEX 89 6E DC
Decimal 137 110 220
Binary 10001001 1101110 11011100
Octal 211 156 334

Shades and tints

Shades of #896EDC

#896EDC
(137,110,220)
#7D64C8
(125,100,200)
#715AB4
(113,90,180)
#6550A0
(101,80,160)
#59468C
(89,70,140)
#4D3C78
(77,60,120)
#413264
(65,50,100)
#352850
(53,40,80)
#291E3C
(41,30,60)
#1D1428
(29,20,40)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #896EDC

#896EDC
(137,110,220)
#937BDF
(147,123,223)
#9D88E2
(157,136,226)
#A795E5
(167,149,229)
#B1A2E8
(177,162,232)
#BBAFEB
(187,175,235)
#C5BCEE
(197,188,238)
#CFC9F1
(207,201,241)
#D9D6F4
(217,214,244)
#E3E3F7
(227,227,247)
#EDF0FA
(237,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896EDC color. Also use rgb(137,110,220) instead hex code.

Text Font Color

.myTextColor { color: #896EDC; }

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

This text font color is #896EDC.

Background Color

.myBgColor { background-color: #896EDC; }

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

This div background color is #896EDC.

Border color

.myBorderColor { border: 1px solid #896EDC; }

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

This div border color is #896EDC.

Opacity

.myOpacity80 { color: #896EDC; opacity: 0.8; }

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

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

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

This text has shadow with #896EDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896EDC.

Preview

Color preview on black background

This text has color #896EDC on black background.


Color preview on white background

This text has color #896EDC on white background.


Black color preview on #896EDC background

This text has black color on #896EDC background.


White color preview on #896EDC background

This text has white color on #896EDC background.


Related colors

Complementary color

Complementary color for #hex is #769123.


I love getcolorcode.com

Triadic colors

1 #DC896E and #6EDC89 with #896EDC are triadic colors.

2 #DC6E89 and #6E89DC with #896EDC are triadic colors.