COLOR #B886CA

HEX: #B886CA
RGB: (184,134,202)

Color info

#B886CA contains mainly red and blue colors. Web safe color of #B886CA is #CC99CC (or #C9C).

RGB color model

#B886CA color RGB value is (184,134,202).

  • red value is 184;
  • green value is 134;
  • blue value is 202.
RGB:
(184,134,202)
(72%,53%,79%)

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 202 of 255 = 79%

184
134
202

R + G + B ~ 68%. #B886CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 202 = 520 (100%)
R 184 of 520 ~ 35.38%
G 134 of 520 ~ 25.77%
B 202 of 520 ~ 38.85%

%35.38
%25.77
%38.85

CMYK color model

#B886CA color CMYK value is (9,34,0,21).

  • cyan value is 8.91%
  • magenta value is 33.66%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(9,34,0,21)
C9M34Y0K21 
(9%,34%,0%,21%)
(0.09/0.34/0.00/0.21)	

CMYK percentages

%8.91
%33.66
%0
%20.78

Codes

Color #B886CA in popluar color models

B886CA
RGB184134202
HSL284°39.08%65.88%
HSB/HSV284°33.66%79.22%
CMYK8.91%33.66%0.00%
20.78%

Color #B886CA in popluar number systems.

HEXB886CA
Decimal184134202
Binary101110001000011011001010
Octal270206312

Shades and tints

Shades of #B886CA

#B886CA
(184,134,202)
#A87AB8
(168,122,184)
#986EA6
(152,110,166)
#886294
(136,98,148)
#785682
(120,86,130)
#684A70
(104,74,112)
#583E5E
(88,62,94)
#48324C
(72,50,76)
#38263A
(56,38,58)
#281A28
(40,26,40)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #B886CA

#B886CA
(184,134,202)
#BE91CE
(190,145,206)
#C49CD2
(196,156,210)
#CAA7D6
(202,167,214)
#D0B2DA
(208,178,218)
#D6BDDE
(214,189,222)
#DCC8E2
(220,200,226)
#E2D3E6
(226,211,230)
#E8DEEA
(232,222,234)
#EEE9EE
(238,233,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B886CA color. Also use rgb(184,134,202) instead hex code.

Text Font Color

.myTextColor { color: #B886CA; }

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

This text font color is #B886CA.


Background Color

.myBgColor { background-color: #B886CA; }

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

This div background color is #B886CA.


Border color

.myBorderColor { border: 1px solid #B886CA; }

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

This div border color is #B886CA.


Opacity

.myOpacity80 { color: #B886CA; opacity: 0.8; }

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

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

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

This text has shadow with #B886CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B886CA on black background.


Color preview on white background

This text has color #B886CA on white background.



Black color preview on #B886CA background

This text has black color on #B886CA background.


White color preview on #B886CA background

This text has white color on #B886CA background.