COLOR #9984BD

HEX: #9984BD
RGB: (153,132,189)

Color info

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

RGB color model

#9984BD color RGB value is (153,132,189).

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

RGB channels and saturation

R 153 of 255 = 60%
G 132 of 255 = 52%
B 189 of 255 = 74%

153
132
189

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

Portions of RGB colors in percentages

R + G + B =
153 + 132 + 189 = 474 (100%)
R 153 of 474 ~ 32.28%
G 132 of 474 ~ 27.85%
B 189 of 474 ~ 39.87%

%32.28
%27.85
%39.87

CMYK color model

#9984BD color CMYK value is (19,30,0,26).

  • cyan value is 19.05%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,30,0,26)
C19M30Y0K26 
(19%,30%,0%,26%)
(0.19/0.30/0.00/0.26)	

CMYK percentages

%19.05
%30.16
%0
%25.88

Codes

Color #9984BD in popluar color models

9984BD
RGB153132189
HSL262°30.16%62.94%
HSB/HSV262°30.16%74.12%
CMYK19.05%30.16%0.00%
25.88%

Color #9984BD in popluar number systems.

HEX9984BD
Decimal153132189
Binary100110011000010010111101
Octal231204275

Shades and tints

Shades of #9984BD

#9984BD
(153,132,189)
#8C78AC
(140,120,172)
#7F6C9B
(127,108,155)
#72608A
(114,96,138)
#655479
(101,84,121)
#584868
(88,72,104)
#4B3C57
(75,60,87)
#3E3046
(62,48,70)
#312435
(49,36,53)
#241824
(36,24,36)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #9984BD

#9984BD
(153,132,189)
#A28FC3
(162,143,195)
#AB9AC9
(171,154,201)
#B4A5CF
(180,165,207)
#BDB0D5
(189,176,213)
#C6BBDB
(198,187,219)
#CFC6E1
(207,198,225)
#D8D1E7
(216,209,231)
#E1DCED
(225,220,237)
#EAE7F3
(234,231,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9984BD; }

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

This text font color is #9984BD.


Background Color

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

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

This div background color is #9984BD.


Border color

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

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

This div border color is #9984BD.


Opacity

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

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

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

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

This text has shadow with #9984BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9984BD on black background.


Color preview on white background

This text has color #9984BD on white background.



Black color preview on #9984BD background

This text has black color on #9984BD background.


White color preview on #9984BD background

This text has white color on #9984BD background.