COLOR #9896E0

HEX: #9896E0 RGB: (152,150,224)

Color info

#9896E0 contains mainly blue color. Web safe color of #9896E0 is #9999CC (or #99C).

RGB color model

#9896E0 color RGB value is (152,150,224).

RGB: (152,150,224) (60%, 59%, 88%)

RGB channels and saturation

R 152 of 255 = 60%
G 150 of 255 = 59%
B 224 of 255 = 88%

152
150
224

R + G + B ~ 69%. #9896E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 150 + 224 = 526 (100%)
R 152 of 526 ~ 28.9%
G 150 of 526 ~ 28.52%
B 224 of 526 ~ 42.59'%

%28.9
%28.52
%42.59

CMYK color model

#9896E0 color CMYK value is (32,33,0,12).

  • cyan value is 32.14%
  • magenta value is 33.04%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (32,33,0,12) C32M33Y0K12 (32%,33%,0%,12%) (0.32/0.33/0.00/0.12) 

CMYK percentages

%32.14
%33.04
%0
%12.16

Codes

Color #9896E0 in popluar color models

98 96 E0
RGB 152 150 224
HSL 242° 54.41% 73.33%
HSB/HSV 242° 33.04% 87.84%
CMYK 32.14% 33.04% 0.00%
12.16%

Color #9896E0 in popluar number systems.

HEX 98 96 E0
Decimal 152 150 224
Binary 10011000 10010110 11100000
Octal 230 226 340

Shades and tints

Shades of #9896E0

#9896E0
(152,150,224)
#8B89CC
(139,137,204)
#7E7CB8
(126,124,184)
#716FA4
(113,111,164)
#646290
(100,98,144)
#57557C
(87,85,124)
#4A4868
(74,72,104)
#3D3B54
(61,59,84)
#302E40
(48,46,64)
#23212C
(35,33,44)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #9896E0

#9896E0
(152,150,224)
#A19FE2
(161,159,226)
#AAA8E4
(170,168,228)
#B3B1E6
(179,177,230)
#BCBAE8
(188,186,232)
#C5C3EA
(197,195,234)
#CECCEC
(206,204,236)
#D7D5EE
(215,213,238)
#E0DEF0
(224,222,240)
#E9E7F2
(233,231,242)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9896E0 color. Also use rgb(152,150,224) instead hex code.

Text Font Color

.myTextColor { color: #9896E0; }

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

This text font color is #9896E0.

Background Color

.myBgColor { background-color: #9896E0; }

<div style="background-color:#9896E0">Inner text</div>

This div background color is #9896E0.

Border color

.myBorderColor { border: 1px solid #9896E0; }

<div style="border:3px solid #9896E0">Div</div>

This div border color is #9896E0.

Opacity

.myOpacity80 { color: #9896E0; opacity: 0.8; }

<p style="color:#9896E0;opacity:0.8;">80%</p>

Text with #9896E0 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 #9896E0;}

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

This text has shadow with #9896E0 color.


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

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

This text has shadow with #9896E0 primary color and red secondary color.


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

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

This text has shadow with #9896E0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9896E0.

Preview

Color preview on black background

This text has color #9896E0 on black background.


Color preview on white background

This text has color #9896E0 on white background.


Black color preview on #9896E0 background

This text has black color on #9896E0 background.


White color preview on #9896E0 background

This text has white color on #9896E0 background.


Related colors

Complementary color

Complementary color for #hex is #67691F.


I love getcolorcode.com

Triadic colors

1 #E09896 and #96E098 with #9896E0 are triadic colors.

2 #E09698 and #9698E0 with #9896E0 are triadic colors.