COLOR #9867BB

HEX: #9867BB
RGB: (152,103,187)

Color info

#9867BB contains mainly red and blue colors. Web safe color of #9867BB is #9966CC (or #96C).

RGB color model

#9867BB color RGB value is (152,103,187).

  • red value is 152;
  • green value is 103;
  • blue value is 187.
RGB:
(152,103,187)
(60%,40%,73%)

RGB channels and saturation

R 152 of 255 = 60%
G 103 of 255 = 40%
B 187 of 255 = 73%

152
103
187

R + G + B ~ 58%. #9867BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 103 + 187 = 442 (100%)
R 152 of 442 ~ 34.39%
G 103 of 442 ~ 23.3%
B 187 of 442 ~ 42.31%

%34.39
%23.3
%42.31

CMYK color model

#9867BB color CMYK value is (19,45,0,27).

  • cyan value is 18.72%
  • magenta value is 44.92%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(19,45,0,27)
C19M45Y0K27 
(19%,45%,0%,27%)
(0.19/0.45/0.00/0.27)	

CMYK percentages

%18.72
%44.92
%0
%26.67

Codes

Color #9867BB in popluar color models

9867BB
RGB152103187
HSL275°38.18%56.86%
HSB/HSV275°44.92%73.33%
CMYK18.72%44.92%0.00%
26.67%

Color #9867BB in popluar number systems.

HEX9867BB
Decimal152103187
Binary10011000110011110111011
Octal230147273

Shades and tints

Shades of #9867BB

#9867BB
(152,103,187)
#8B5EAA
(139,94,170)
#7E5599
(126,85,153)
#714C88
(113,76,136)
#644377
(100,67,119)
#573A66
(87,58,102)
#4A3155
(74,49,85)
#3D2844
(61,40,68)
#301F33
(48,31,51)
#231622
(35,22,34)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #9867BB

#9867BB
(152,103,187)
#A174C1
(161,116,193)
#AA81C7
(170,129,199)
#B38ECD
(179,142,205)
#BC9BD3
(188,155,211)
#C5A8D9
(197,168,217)
#CEB5DF
(206,181,223)
#D7C2E5
(215,194,229)
#E0CFEB
(224,207,235)
#E9DCF1
(233,220,241)
#F2E9F7
(242,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9867BB color. Also use rgb(152,103,187) instead hex code.

Text Font Color

.myTextColor { color: #9867BB; }

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

This text font color is #9867BB.


Background Color

.myBgColor { background-color: #9867BB; }

<div style="background-color:#9867BB">Inner text</div>

This div background color is #9867BB.


Border color

.myBorderColor { border: 1px solid #9867BB; }

<div style="border:3px solid #9867BB">Div</div>

This div border color is #9867BB.


Opacity

.myOpacity80 { color: #9867BB; opacity: 0.8; }

<p style="color:#9867BB;opacity:0.8;">80%</p>

Text with #9867BB 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 #9867BB;}

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

This text has shadow with #9867BB color.

.textShadow {text-shadow: 3px 3px 1px #9867BB, 3px 3px 1px red;}

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

This text has shadow with #9867BB primary color and red secondary color.


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

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

This text has shadow with #9867BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9867BB on black background.


Color preview on white background

This text has color #9867BB on white background.



Black color preview on #9867BB background

This text has black color on #9867BB background.


White color preview on #9867BB background

This text has white color on #9867BB background.