COLOR #896DD3

HEX: #896DD3
RGB: (137,109,211)

Color info

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

RGB color model

#896DD3 color RGB value is (137,109,211).

  • red value is 137;
  • green value is 109;
  • blue value is 211.
RGB:
(137,109,211)
(54%,43%,83%)

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 211 of 255 = 83%

137
109
211

R + G + B ~ 60%. #896DD3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 109 + 211 = 457 (100%)
R 137 of 457 ~ 29.98%
G 109 of 457 ~ 23.85%
B 211 of 457 ~ 46.17%

%29.98
%23.85
%46.17

CMYK color model

#896DD3 color CMYK value is (35,48,0,17).

  • cyan value is 35.07%
  • magenta value is 48.34%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(35,48,0,17)
C35M48Y0K17 
(35%,48%,0%,17%)
(0.35/0.48/0.00/0.17)	

CMYK percentages

%35.07
%48.34
%0
%17.25

Codes

Color #896DD3 in popluar color models

896DD3
RGB137109211
HSL256°53.68%62.75%
HSB/HSV256°48.34%82.75%
CMYK35.07%48.34%0.00%
17.25%

Color #896DD3 in popluar number systems.

HEX896DD3
Decimal137109211
Binary10001001110110111010011
Octal211155323

Shades and tints

Shades of #896DD3

#896DD3
(137,109,211)
#7D64C0
(125,100,192)
#715BAD
(113,91,173)
#65529A
(101,82,154)
#594987
(89,73,135)
#4D4074
(77,64,116)
#413761
(65,55,97)
#352E4E
(53,46,78)
#29253B
(41,37,59)
#1D1C28
(29,28,40)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #896DD3

#896DD3
(137,109,211)
#937AD7
(147,122,215)
#9D87DB
(157,135,219)
#A794DF
(167,148,223)
#B1A1E3
(177,161,227)
#BBAEE7
(187,174,231)
#C5BBEB
(197,187,235)
#CFC8EF
(207,200,239)
#D9D5F3
(217,213,243)
#E3E2F7
(227,226,247)
#EDEFFB
(237,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896DD3 color. Also use rgb(137,109,211) instead hex code.

Text Font Color

.myTextColor { color: #896DD3; }

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

This text font color is #896DD3.


Background Color

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

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

This div background color is #896DD3.


Border color

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

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

This div border color is #896DD3.


Opacity

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

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

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

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

This text has shadow with #896DD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896DD3 on black background.


Color preview on white background

This text has color #896DD3 on white background.



Black color preview on #896DD3 background

This text has black color on #896DD3 background.


White color preview on #896DD3 background

This text has white color on #896DD3 background.