COLOR #9C84BD

HEX: #9C84BD
RGB: (156,132,189)

Color info

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

RGB color model

#9C84BD color RGB value is (156,132,189).

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

RGB channels and saturation

R 156 of 255 = 61%
G 132 of 255 = 52%
B 189 of 255 = 74%

156
132
189

R + G + B ~ 62%. #9C84BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 132 + 189 = 477 (100%)
R 156 of 477 ~ 32.7%
G 132 of 477 ~ 27.67%
B 189 of 477 ~ 39.62%

%32.7
%27.67
%39.62

CMYK color model

#9C84BD color CMYK value is (17,30,0,26).

  • cyan value is 17.46%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(17,30,0,26)
C17M30Y0K26 
(17%,30%,0%,26%)
(0.17/0.30/0.00/0.26)	

CMYK percentages

%17.46
%30.16
%0
%25.88

Codes

Color #9C84BD in popluar color models

9C84BD
RGB156132189
HSL265°30.16%62.94%
HSB/HSV265°30.16%74.12%
CMYK17.46%30.16%0.00%
25.88%

Color #9C84BD in popluar number systems.

HEX9C84BD
Decimal156132189
Binary100111001000010010111101
Octal234204275

Shades and tints

Shades of #9C84BD

#9C84BD
(156,132,189)
#8E78AC
(142,120,172)
#806C9B
(128,108,155)
#72608A
(114,96,138)
#645479
(100,84,121)
#564868
(86,72,104)
#483C57
(72,60,87)
#3A3046
(58,48,70)
#2C2435
(44,36,53)
#1E1824
(30,24,36)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #9C84BD

#9C84BD
(156,132,189)
#A58FC3
(165,143,195)
#AE9AC9
(174,154,201)
#B7A5CF
(183,165,207)
#C0B0D5
(192,176,213)
#C9BBDB
(201,187,219)
#D2C6E1
(210,198,225)
#DBD1E7
(219,209,231)
#E4DCED
(228,220,237)
#EDE7F3
(237,231,243)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C84BD color. Also use rgb(156,132,189) instead hex code.

Text Font Color

.myTextColor { color: #9C84BD; }

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

This text font color is #9C84BD.


Background Color

.myBgColor { background-color: #9C84BD; }

<div style="background-color:#9C84BD">Inner text</div>

This div background color is #9C84BD.


Border color

.myBorderColor { border: 1px solid #9C84BD; }

<div style="border:3px solid #9C84BD">Div</div>

This div border color is #9C84BD.


Opacity

.myOpacity80 { color: #9C84BD; opacity: 0.8; }

<p style="color:#9C84BD;opacity:0.8;">80%</p>

Text with #9C84BD 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 #9C84BD;}

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

This text has shadow with #9C84BD color.

.textShadow {text-shadow: 3px 3px 1px #9C84BD, 3px 3px 1px red;}

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

This text has shadow with #9C84BD primary color and red secondary color.


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

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

This text has shadow with #9C84BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C84BD on black background.


Color preview on white background

This text has color #9C84BD on white background.



Black color preview on #9C84BD background

This text has black color on #9C84BD background.


White color preview on #9C84BD background

This text has white color on #9C84BD background.