COLOR #B99CEF

HEX: #B99CEF
RGB: (185,156,239)

Color info

#B99CEF contains mainly red and blue colors. Web safe color of #B99CEF is #CC99FF (or #C9F).

RGB color model

#B99CEF color RGB value is (185,156,239).

  • red value is 185;
  • green value is 156;
  • blue value is 239.
RGB:
(185,156,239)
(73%,61%,94%)

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 239 of 255 = 94%

185
156
239

R + G + B ~ 76%. #B99CEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 156 + 239 = 580 (100%)
R 185 of 580 ~ 31.9%
G 156 of 580 ~ 26.9%
B 239 of 580 ~ 41.21%

%31.9
%26.9
%41.21

CMYK color model

#B99CEF color CMYK value is (23,35,0,6).

  • cyan value is 22.59%
  • magenta value is 34.73%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,35,0,6)
C23M35Y0K6 
(23%,35%,0%,6%)
(0.23/0.35/0.00/0.06)	

CMYK percentages

%22.59
%34.73
%0
%6.27

Codes

Color #B99CEF in popluar color models

B99CEF
RGB185156239
HSL261°72.17%77.45%
HSB/HSV261°34.73%93.73%
CMYK22.59%34.73%0.00%
6.27%

Color #B99CEF in popluar number systems.

HEXB99CEF
Decimal185156239
Binary101110011001110011101111
Octal271234357

Shades and tints

Shades of #B99CEF

#B99CEF
(185,156,239)
#A98EDA
(169,142,218)
#9980C5
(153,128,197)
#8972B0
(137,114,176)
#79649B
(121,100,155)
#695686
(105,86,134)
#594871
(89,72,113)
#493A5C
(73,58,92)
#392C47
(57,44,71)
#291E32
(41,30,50)
#19101D
(25,16,29)
#000000
(0,0,0)

Tints of #B99CEF

#B99CEF
(185,156,239)
#BFA5F0
(191,165,240)
#C5AEF1
(197,174,241)
#CBB7F2
(203,183,242)
#D1C0F3
(209,192,243)
#D7C9F4
(215,201,244)
#DDD2F5
(221,210,245)
#E3DBF6
(227,219,246)
#E9E4F7
(233,228,247)
#EFEDF8
(239,237,248)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99CEF color. Also use rgb(185,156,239) instead hex code.

Text Font Color

.myTextColor { color: #B99CEF; }

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

This text font color is #B99CEF.


Background Color

.myBgColor { background-color: #B99CEF; }

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

This div background color is #B99CEF.


Border color

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

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

This div border color is #B99CEF.


Opacity

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

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

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

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

This text has shadow with #B99CEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99CEF on black background.


Color preview on white background

This text has color #B99CEF on white background.



Black color preview on #B99CEF background

This text has black color on #B99CEF background.


White color preview on #B99CEF background

This text has white color on #B99CEF background.