COLOR #B99CE0

HEX: #B99CE0
RGB: (185,156,224)

Color info

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

RGB color model

#B99CE0 color RGB value is (185,156,224).

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

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 224 of 255 = 88%

185
156
224

R + G + B ~ 74%. #B99CE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 156 + 224 = 565 (100%)
R 185 of 565 ~ 32.74%
G 156 of 565 ~ 27.61%
B 224 of 565 ~ 39.65%

%32.74
%27.61
%39.65

CMYK color model

#B99CE0 color CMYK value is (17,30,0,12).

  • cyan value is 17.41%
  • magenta value is 30.36%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(17,30,0,12)
C17M30Y0K12 
(17%,30%,0%,12%)
(0.17/0.30/0.00/0.12)	

CMYK percentages

%17.41
%30.36
%0
%12.16

Codes

Color #B99CE0 in popluar color models

B99CE0
RGB185156224
HSL266°52.31%74.51%
HSB/HSV266°30.36%87.84%
CMYK17.41%30.36%0.00%
12.16%

Color #B99CE0 in popluar number systems.

HEXB99CE0
Decimal185156224
Binary101110011001110011100000
Octal271234340

Shades and tints

Shades of #B99CE0

#B99CE0
(185,156,224)
#A98ECC
(169,142,204)
#9980B8
(153,128,184)
#8972A4
(137,114,164)
#796490
(121,100,144)
#69567C
(105,86,124)
#594868
(89,72,104)
#493A54
(73,58,84)
#392C40
(57,44,64)
#291E2C
(41,30,44)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #B99CE0

#B99CE0
(185,156,224)
#BFA5E2
(191,165,226)
#C5AEE4
(197,174,228)
#CBB7E6
(203,183,230)
#D1C0E8
(209,192,232)
#D7C9EA
(215,201,234)
#DDD2EC
(221,210,236)
#E3DBEE
(227,219,238)
#E9E4F0
(233,228,240)
#EFEDF2
(239,237,242)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99CE0; }

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

This text font color is #B99CE0.


Background Color

.myBgColor { background-color: #B99CE0; }

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

This div background color is #B99CE0.


Border color

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

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

This div border color is #B99CE0.


Opacity

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

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

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

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

This text has shadow with #B99CE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99CE0 on black background.


Color preview on white background

This text has color #B99CE0 on white background.



Black color preview on #B99CE0 background

This text has black color on #B99CE0 background.


White color preview on #B99CE0 background

This text has white color on #B99CE0 background.