COLOR #B99EC8

HEX: #B99EC8
RGB: (185,158,200)

Color info

#B99EC8 contains red, green and blue colors in about the same proportion. Web safe color of #B99EC8 is #CC99CC (or #C9C).

RGB color model

#B99EC8 color RGB value is (185,158,200).

  • red value is 185;
  • green value is 158;
  • blue value is 200.
RGB:
(185,158,200)
(73%,62%,78%)

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 200 of 255 = 78%

185
158
200

R + G + B ~ 71%. #B99EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 200 = 543 (100%)
R 185 of 543 ~ 34.07%
G 158 of 543 ~ 29.1%
B 200 of 543 ~ 36.83%

%34.07
%29.1
%36.83

CMYK color model

#B99EC8 color CMYK value is (8,21,0,22).

  • cyan value is 7.50%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(8,21,0,22)
C8M21Y0K22 
(8%,21%,0%,22%)
(0.08/0.21/0.00/0.22)	

CMYK percentages

%7.5
%21
%0
%21.57

Codes

Color #B99EC8 in popluar color models

B99EC8
RGB185158200
HSL279°27.63%70.20%
HSB/HSV279°21.00%78.43%
CMYK7.50%21.00%0.00%
21.57%

Color #B99EC8 in popluar number systems.

HEXB99EC8
Decimal185158200
Binary101110011001111011001000
Octal271236310

Shades and tints

Shades of #B99EC8

#B99EC8
(185,158,200)
#A990B6
(169,144,182)
#9982A4
(153,130,164)
#897492
(137,116,146)
#796680
(121,102,128)
#69586E
(105,88,110)
#594A5C
(89,74,92)
#493C4A
(73,60,74)
#392E38
(57,46,56)
#292026
(41,32,38)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #B99EC8

#B99EC8
(185,158,200)
#BFA6CD
(191,166,205)
#C5AED2
(197,174,210)
#CBB6D7
(203,182,215)
#D1BEDC
(209,190,220)
#D7C6E1
(215,198,225)
#DDCEE6
(221,206,230)
#E3D6EB
(227,214,235)
#E9DEF0
(233,222,240)
#EFE6F5
(239,230,245)
#F5EEFA
(245,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99EC8 color. Also use rgb(185,158,200) instead hex code.

Text Font Color

.myTextColor { color: #B99EC8; }

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

This text font color is #B99EC8.


Background Color

.myBgColor { background-color: #B99EC8; }

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

This div background color is #B99EC8.


Border color

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

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

This div border color is #B99EC8.


Opacity

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

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

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

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

This text has shadow with #B99EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99EC8 on black background.


Color preview on white background

This text has color #B99EC8 on white background.



Black color preview on #B99EC8 background

This text has black color on #B99EC8 background.


White color preview on #B99EC8 background

This text has white color on #B99EC8 background.