COLOR #9896B5

HEX: #9896B5 RGB: (152,150,181)

Color info

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

RGB color model

#9896B5 color RGB value is (152,150,181).

RGB: (152,150,181) (60%, 59%, 71%)

RGB channels and saturation

R 152 of 255 = 60%
G 150 of 255 = 59%
B 181 of 255 = 71%

152
150
181

R + G + B ~ 63%. #9896B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 150 + 181 = 483 (100%)
R 152 of 483 ~ 31.47%
G 150 of 483 ~ 31.06%
B 181 of 483 ~ 37.47'%

%31.47
%31.06
%37.47

CMYK color model

#9896B5 color CMYK value is (16,17,0,29).

  • cyan value is 16.02%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (16,17,0,29)
C16M17Y0K29 (16%, 17%, 0%, 29%)
(0.16 / 0.17 / 0.00 / 0.29)

CMYK percentages

%16.02
%17.13
%0
%29.02

Codes

Color #9896B5 in popluar color models

98 96 B5
RGB 152 150 181
HSL 244° 17.32% 64.90%
HSB/HSV 244° 17.13% 70.98%
CMYK 16.02% 17.13% 0.00%
29.02%

Color #9896B5 in popluar number systems.

HEX 98 96 B5
Decimal 152 150 181
Binary 10011000 10010110 10110101
Octal 230 226 265

Shades and tints

Shades of #9896B5

#9896B5
(152,150,181)
#8B89A5
(139,137,165)
#7E7C95
(126,124,149)
#716F85
(113,111,133)
#646275
(100,98,117)
#575565
(87,85,101)
#4A4855
(74,72,85)
#3D3B45
(61,59,69)
#302E35
(48,46,53)
#232125
(35,33,37)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #9896B5

#9896B5
(152,150,181)
#A19FBB
(161,159,187)
#AAA8C1
(170,168,193)
#B3B1C7
(179,177,199)
#BCBACD
(188,186,205)
#C5C3D3
(197,195,211)
#CECCD9
(206,204,217)
#D7D5DF
(215,213,223)
#E0DEE5
(224,222,229)
#E9E7EB
(233,231,235)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9896B5; }

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

This text font color is #9896B5.

Background Color

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

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

This div background color is #9896B5.

Border color

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

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

This div border color is #9896B5.

Opacity

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

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

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

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

This text has shadow with #9896B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9896B5.

Preview

Color preview on black background

This text has color #9896B5 on black background.


Color preview on white background

This text has color #9896B5 on white background.


Black color preview on #9896B5 background

This text has black color on #9896B5 background.


White color preview on #9896B5 background

This text has white color on #9896B5 background.


Related colors

Complementary color

Complementary color for #hex is #67694A.


I love getcolorcode.com

Triadic colors

1 #B59896 and #96B598 with #9896B5 are triadic colors.

2 #B59698 and #9698B5 with #9896B5 are triadic colors.