COLOR #B99EE5

HEX: #B99EE5
RGB: (185,158,229)

Color info

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

RGB color model

#B99EE5 color RGB value is (185,158,229).

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

RGB channels and saturation

R 185 of 255 = 73%
G 158 of 255 = 62%
B 229 of 255 = 90%

185
158
229

R + G + B ~ 75%. #B99EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 158 + 229 = 572 (100%)
R 185 of 572 ~ 32.34%
G 158 of 572 ~ 27.62%
B 229 of 572 ~ 40.03%

%32.34
%27.62
%40.03

CMYK color model

#B99EE5 color CMYK value is (19,31,0,10).

  • cyan value is 19.21%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(19,31,0,10)
C19M31Y0K10 
(19%,31%,0%,10%)
(0.19/0.31/0.00/0.10)	

CMYK percentages

%19.21
%31
%0
%10.2

Codes

Color #B99EE5 in popluar color models

B99EE5
RGB185158229
HSL263°57.72%75.88%
HSB/HSV263°31.00%89.80%
CMYK19.21%31.00%0.00%
10.20%

Color #B99EE5 in popluar number systems.

HEXB99EE5
Decimal185158229
Binary101110011001111011100101
Octal271236345

Shades and tints

Shades of #B99EE5

#B99EE5
(185,158,229)
#A990D1
(169,144,209)
#9982BD
(153,130,189)
#8974A9
(137,116,169)
#796695
(121,102,149)
#695881
(105,88,129)
#594A6D
(89,74,109)
#493C59
(73,60,89)
#392E45
(57,46,69)
#292031
(41,32,49)
#19121D
(25,18,29)
#000000
(0,0,0)

Tints of #B99EE5

#B99EE5
(185,158,229)
#BFA6E7
(191,166,231)
#C5AEE9
(197,174,233)
#CBB6EB
(203,182,235)
#D1BEED
(209,190,237)
#D7C6EF
(215,198,239)
#DDCEF1
(221,206,241)
#E3D6F3
(227,214,243)
#E9DEF5
(233,222,245)
#EFE6F7
(239,230,247)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99EE5; }

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

This text font color is #B99EE5.


Background Color

.myBgColor { background-color: #B99EE5; }

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

This div background color is #B99EE5.


Border color

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

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

This div border color is #B99EE5.


Opacity

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

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

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

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

This text has shadow with #B99EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99EE5 on black background.


Color preview on white background

This text has color #B99EE5 on white background.



Black color preview on #B99EE5 background

This text has black color on #B99EE5 background.


White color preview on #B99EE5 background

This text has white color on #B99EE5 background.