COLOR #897DDC

HEX: #897DDC
RGB: (137,125,220)

Color info

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

RGB color model

#897DDC color RGB value is (137,125,220).

  • red value is 137;
  • green value is 125;
  • blue value is 220.
RGB:
(137,125,220)
(54%,49%,86%)

RGB channels and saturation

R 137 of 255 = 54%
G 125 of 255 = 49%
B 220 of 255 = 86%

137
125
220

R + G + B ~ 63%. #897DDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 125 + 220 = 482 (100%)
R 137 of 482 ~ 28.42%
G 125 of 482 ~ 25.93%
B 220 of 482 ~ 45.64%

%28.42
%25.93
%45.64

CMYK color model

#897DDC color CMYK value is (38,43,0,14).

  • cyan value is 37.73%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(38,43,0,14)
C38M43Y0K14 
(38%,43%,0%,14%)
(0.38/0.43/0.00/0.14)	

CMYK percentages

%37.73
%43.18
%0
%13.73

Codes

Color #897DDC in popluar color models

897DDC
RGB137125220
HSL248°57.58%67.65%
HSB/HSV248°43.18%86.27%
CMYK37.73%43.18%0.00%
13.73%

Color #897DDC in popluar number systems.

HEX897DDC
Decimal137125220
Binary10001001111110111011100
Octal211175334

Shades and tints

Shades of #897DDC

#897DDC
(137,125,220)
#7D72C8
(125,114,200)
#7167B4
(113,103,180)
#655CA0
(101,92,160)
#59518C
(89,81,140)
#4D4678
(77,70,120)
#413B64
(65,59,100)
#353050
(53,48,80)
#29253C
(41,37,60)
#1D1A28
(29,26,40)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #897DDC

#897DDC
(137,125,220)
#9388DF
(147,136,223)
#9D93E2
(157,147,226)
#A79EE5
(167,158,229)
#B1A9E8
(177,169,232)
#BBB4EB
(187,180,235)
#C5BFEE
(197,191,238)
#CFCAF1
(207,202,241)
#D9D5F4
(217,213,244)
#E3E0F7
(227,224,247)
#EDEBFA
(237,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897DDC color. Also use rgb(137,125,220) instead hex code.

Text Font Color

.myTextColor { color: #897DDC; }

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

This text font color is #897DDC.


Background Color

.myBgColor { background-color: #897DDC; }

<div style="background-color:#897DDC">Inner text</div>

This div background color is #897DDC.


Border color

.myBorderColor { border: 1px solid #897DDC; }

<div style="border:3px solid #897DDC">Div</div>

This div border color is #897DDC.


Opacity

.myOpacity80 { color: #897DDC; opacity: 0.8; }

<p style="color:#897DDC;opacity:0.8;">80%</p>

Text with #897DDC 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 #897DDC;}

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

This text has shadow with #897DDC color.

.textShadow {text-shadow: 3px 3px 1px #897DDC, 3px 3px 1px red;}

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

This text has shadow with #897DDC primary color and red secondary color.


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

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

This text has shadow with #897DDC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897DDC on black background.


Color preview on white background

This text has color #897DDC on white background.



Black color preview on #897DDC background

This text has black color on #897DDC background.


White color preview on #897DDC background

This text has white color on #897DDC background.