COLOR #9C84B3

HEX: #9C84B3
RGB: (156,132,179)

Color info

#9C84B3 contains red, green and blue colors in about the same proportion. Web safe color of #9C84B3 is #999999 (or #999).

RGB color model

#9C84B3 color RGB value is (156,132,179).

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

RGB channels and saturation

R 156 of 255 = 61%
G 132 of 255 = 52%
B 179 of 255 = 70%

156
132
179

R + G + B ~ 61%. #9C84B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 132 + 179 = 467 (100%)
R 156 of 467 ~ 33.4%
G 132 of 467 ~ 28.27%
B 179 of 467 ~ 38.33%

%33.4
%28.27
%38.33

CMYK color model

#9C84B3 color CMYK value is (13,26,0,30).

  • cyan value is 12.85%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(13,26,0,30)
C13M26Y0K30 
(13%,26%,0%,30%)
(0.13/0.26/0.00/0.30)	

CMYK percentages

%12.85
%26.26
%0
%29.8

Codes

Color #9C84B3 in popluar color models

9C84B3
RGB156132179
HSL271°23.62%60.98%
HSB/HSV271°26.26%70.20%
CMYK12.85%26.26%0.00%
29.80%

Color #9C84B3 in popluar number systems.

HEX9C84B3
Decimal156132179
Binary100111001000010010110011
Octal234204263

Shades and tints

Shades of #9C84B3

#9C84B3
(156,132,179)
#8E78A3
(142,120,163)
#806C93
(128,108,147)
#726083
(114,96,131)
#645473
(100,84,115)
#564863
(86,72,99)
#483C53
(72,60,83)
#3A3043
(58,48,67)
#2C2433
(44,36,51)
#1E1823
(30,24,35)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #9C84B3

#9C84B3
(156,132,179)
#A58FB9
(165,143,185)
#AE9ABF
(174,154,191)
#B7A5C5
(183,165,197)
#C0B0CB
(192,176,203)
#C9BBD1
(201,187,209)
#D2C6D7
(210,198,215)
#DBD1DD
(219,209,221)
#E4DCE3
(228,220,227)
#EDE7E9
(237,231,233)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C84B3; }

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

This text font color is #9C84B3.


Background Color

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

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

This div background color is #9C84B3.


Border color

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

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

This div border color is #9C84B3.


Opacity

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

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

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

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

This text has shadow with #9C84B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C84B3 on black background.


Color preview on white background

This text has color #9C84B3 on white background.



Black color preview on #9C84B3 background

This text has black color on #9C84B3 background.


White color preview on #9C84B3 background

This text has white color on #9C84B3 background.