COLOR #B888CF

HEX: #B888CF
RGB: (184,136,207)

Color info

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

RGB color model

#B888CF color RGB value is (184,136,207).

  • red value is 184;
  • green value is 136;
  • blue value is 207.
RGB:
(184,136,207)
(72%,53%,81%)

RGB channels and saturation

R 184 of 255 = 72%
G 136 of 255 = 53%
B 207 of 255 = 81%

184
136
207

R + G + B ~ 69%. #B888CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 136 + 207 = 527 (100%)
R 184 of 527 ~ 34.91%
G 136 of 527 ~ 25.81%
B 207 of 527 ~ 39.28%

%34.91
%25.81
%39.28

CMYK color model

#B888CF color CMYK value is (11,34,0,19).

  • cyan value is 11.11%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,34,0,19)
C11M34Y0K19 
(11%,34%,0%,19%)
(0.11/0.34/0.00/0.19)	

CMYK percentages

%11.11
%34.3
%0
%18.82

Codes

Color #B888CF in popluar color models

B888CF
RGB184136207
HSL281°42.51%67.25%
HSB/HSV281°34.30%81.18%
CMYK11.11%34.30%0.00%
18.82%

Color #B888CF in popluar number systems.

HEXB888CF
Decimal184136207
Binary101110001000100011001111
Octal270210317

Shades and tints

Shades of #B888CF

#B888CF
(184,136,207)
#A87CBD
(168,124,189)
#9870AB
(152,112,171)
#886499
(136,100,153)
#785887
(120,88,135)
#684C75
(104,76,117)
#584063
(88,64,99)
#483451
(72,52,81)
#38283F
(56,40,63)
#281C2D
(40,28,45)
#18101B
(24,16,27)
#000000
(0,0,0)

Tints of #B888CF

#B888CF
(184,136,207)
#BE92D3
(190,146,211)
#C49CD7
(196,156,215)
#CAA6DB
(202,166,219)
#D0B0DF
(208,176,223)
#D6BAE3
(214,186,227)
#DCC4E7
(220,196,231)
#E2CEEB
(226,206,235)
#E8D8EF
(232,216,239)
#EEE2F3
(238,226,243)
#F4ECF7
(244,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B888CF color. Also use rgb(184,136,207) instead hex code.

Text Font Color

.myTextColor { color: #B888CF; }

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

This text font color is #B888CF.


Background Color

.myBgColor { background-color: #B888CF; }

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

This div background color is #B888CF.


Border color

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

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

This div border color is #B888CF.


Opacity

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

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

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

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

This text has shadow with #B888CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B888CF on black background.


Color preview on white background

This text has color #B888CF on white background.



Black color preview on #B888CF background

This text has black color on #B888CF background.


White color preview on #B888CF background

This text has white color on #B888CF background.