COLOR #B886C2

HEX: #B886C2
RGB: (184,134,194)

Color info

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

RGB color model

#B886C2 color RGB value is (184,134,194).

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

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 194 of 255 = 76%

184
134
194

R + G + B ~ 67%. #B886C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 194 = 512 (100%)
R 184 of 512 ~ 35.94%
G 134 of 512 ~ 26.17%
B 194 of 512 ~ 37.89%

%35.94
%26.17
%37.89

CMYK color model

#B886C2 color CMYK value is (5,31,0,24).

  • cyan value is 5.15%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(5,31,0,24)
C5M31Y0K24 
(5%,31%,0%,24%)
(0.05/0.31/0.00/0.24)	

CMYK percentages

%5.15
%30.93
%0
%23.92

Codes

Color #B886C2 in popluar color models

B886C2
RGB184134194
HSL290°32.97%64.31%
HSB/HSV290°30.93%76.08%
CMYK5.15%30.93%0.00%
23.92%

Color #B886C2 in popluar number systems.

HEXB886C2
Decimal184134194
Binary101110001000011011000010
Octal270206302

Shades and tints

Shades of #B886C2

#B886C2
(184,134,194)
#A87AB1
(168,122,177)
#986EA0
(152,110,160)
#88628F
(136,98,143)
#78567E
(120,86,126)
#684A6D
(104,74,109)
#583E5C
(88,62,92)
#48324B
(72,50,75)
#38263A
(56,38,58)
#281A29
(40,26,41)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #B886C2

#B886C2
(184,134,194)
#BE91C7
(190,145,199)
#C49CCC
(196,156,204)
#CAA7D1
(202,167,209)
#D0B2D6
(208,178,214)
#D6BDDB
(214,189,219)
#DCC8E0
(220,200,224)
#E2D3E5
(226,211,229)
#E8DEEA
(232,222,234)
#EEE9EF
(238,233,239)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B886C2; }

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

This text font color is #B886C2.


Background Color

.myBgColor { background-color: #B886C2; }

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

This div background color is #B886C2.


Border color

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

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

This div border color is #B886C2.


Opacity

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

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

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

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

This text has shadow with #B886C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B886C2 on black background.


Color preview on white background

This text has color #B886C2 on white background.



Black color preview on #B886C2 background

This text has black color on #B886C2 background.


White color preview on #B886C2 background

This text has white color on #B886C2 background.