COLOR #9984B9

HEX: #9984B9
RGB: (153,132,185)

Color info

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

RGB color model

#9984B9 color RGB value is (153,132,185).

  • red value is 153;
  • green value is 132;
  • blue value is 185.
RGB:
(153,132,185)
(60%,52%,73%)

RGB channels and saturation

R 153 of 255 = 60%
G 132 of 255 = 52%
B 185 of 255 = 73%

153
132
185

R + G + B ~ 62%. #9984B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 132 + 185 = 470 (100%)
R 153 of 470 ~ 32.55%
G 132 of 470 ~ 28.09%
B 185 of 470 ~ 39.36%

%32.55
%28.09
%39.36

CMYK color model

#9984B9 color CMYK value is (17,29,0,27).

  • cyan value is 17.30%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(17,29,0,27)
C17M29Y0K27 
(17%,29%,0%,27%)
(0.17/0.29/0.00/0.27)	

CMYK percentages

%17.3
%28.65
%0
%27.45

Codes

Color #9984B9 in popluar color models

9984B9
RGB153132185
HSL264°27.46%62.16%
HSB/HSV264°28.65%72.55%
CMYK17.30%28.65%0.00%
27.45%

Color #9984B9 in popluar number systems.

HEX9984B9
Decimal153132185
Binary100110011000010010111001
Octal231204271

Shades and tints

Shades of #9984B9

#9984B9
(153,132,185)
#8C78A9
(140,120,169)
#7F6C99
(127,108,153)
#726089
(114,96,137)
#655479
(101,84,121)
#584869
(88,72,105)
#4B3C59
(75,60,89)
#3E3049
(62,48,73)
#312439
(49,36,57)
#241829
(36,24,41)
#170C19
(23,12,25)
#000000
(0,0,0)

Tints of #9984B9

#9984B9
(153,132,185)
#A28FBF
(162,143,191)
#AB9AC5
(171,154,197)
#B4A5CB
(180,165,203)
#BDB0D1
(189,176,209)
#C6BBD7
(198,187,215)
#CFC6DD
(207,198,221)
#D8D1E3
(216,209,227)
#E1DCE9
(225,220,233)
#EAE7EF
(234,231,239)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9984B9 color. Also use rgb(153,132,185) instead hex code.

Text Font Color

.myTextColor { color: #9984B9; }

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

This text font color is #9984B9.


Background Color

.myBgColor { background-color: #9984B9; }

<div style="background-color:#9984B9">Inner text</div>

This div background color is #9984B9.


Border color

.myBorderColor { border: 1px solid #9984B9; }

<div style="border:3px solid #9984B9">Div</div>

This div border color is #9984B9.


Opacity

.myOpacity80 { color: #9984B9; opacity: 0.8; }

<p style="color:#9984B9;opacity:0.8;">80%</p>

Text with #9984B9 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 #9984B9;}

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

This text has shadow with #9984B9 color.

.textShadow {text-shadow: 3px 3px 1px #9984B9, 3px 3px 1px red;}

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

This text has shadow with #9984B9 primary color and red secondary color.


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

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

This text has shadow with #9984B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9984B9 on black background.


Color preview on white background

This text has color #9984B9 on white background.



Black color preview on #9984B9 background

This text has black color on #9984B9 background.


White color preview on #9984B9 background

This text has white color on #9984B9 background.