COLOR #9896C8

HEX: #9896C8
RGB: (152,150,200)

Color info

#9896C8 contains red, green and blue colors in about the same proportion. Web safe color of #9896C8 is #9999CC (or #99C).

RGB color model

#9896C8 color RGB value is (152,150,200).

  • red value is 152;
  • green value is 150;
  • blue value is 200.
RGB:
(152,150,200)
(60%,59%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 150 of 255 = 59%
B 200 of 255 = 78%

152
150
200

R + G + B ~ 66%. #9896C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 150 + 200 = 502 (100%)
R 152 of 502 ~ 30.28%
G 150 of 502 ~ 29.88%
B 200 of 502 ~ 39.84%

%30.28
%29.88
%39.84

CMYK color model

#9896C8 color CMYK value is (24,25,0,22).

  • cyan value is 24.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(24,25,0,22)
C24M25Y0K22 
(24%,25%,0%,22%)
(0.24/0.25/0.00/0.22)	

CMYK percentages

%24
%25
%0
%21.57

Codes

Color #9896C8 in popluar color models

9896C8
RGB152150200
HSL242°31.25%68.63%
HSB/HSV242°25.00%78.43%
CMYK24.00%25.00%0.00%
21.57%

Color #9896C8 in popluar number systems.

HEX9896C8
Decimal152150200
Binary100110001001011011001000
Octal230226310

Shades and tints

Shades of #9896C8

#9896C8
(152,150,200)
#8B89B6
(139,137,182)
#7E7CA4
(126,124,164)
#716F92
(113,111,146)
#646280
(100,98,128)
#57556E
(87,85,110)
#4A485C
(74,72,92)
#3D3B4A
(61,59,74)
#302E38
(48,46,56)
#232126
(35,33,38)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #9896C8

#9896C8
(152,150,200)
#A19FCD
(161,159,205)
#AAA8D2
(170,168,210)
#B3B1D7
(179,177,215)
#BCBADC
(188,186,220)
#C5C3E1
(197,195,225)
#CECCE6
(206,204,230)
#D7D5EB
(215,213,235)
#E0DEF0
(224,222,240)
#E9E7F5
(233,231,245)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9896C8; }

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

This text font color is #9896C8.


Background Color

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

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

This div background color is #9896C8.


Border color

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

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

This div border color is #9896C8.


Opacity

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

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

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

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

This text has shadow with #9896C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9896C8 on black background.


Color preview on white background

This text has color #9896C8 on white background.



Black color preview on #9896C8 background

This text has black color on #9896C8 background.


White color preview on #9896C8 background

This text has white color on #9896C8 background.