COLOR #B99BD6

HEX: #B99BD6
RGB: (185,155,214)

Color info

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

RGB color model

#B99BD6 color RGB value is (185,155,214).

  • red value is 185;
  • green value is 155;
  • blue value is 214.
RGB:
(185,155,214)
(73%,61%,84%)

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 214 of 255 = 84%

185
155
214

R + G + B ~ 73%. #B99BD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 214 = 554 (100%)
R 185 of 554 ~ 33.39%
G 155 of 554 ~ 27.98%
B 214 of 554 ~ 38.63%

%33.39
%27.98
%38.63

CMYK color model

#B99BD6 color CMYK value is (14,28,0,16).

  • cyan value is 13.55%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,28,0,16)
C14M28Y0K16 
(14%,28%,0%,16%)
(0.14/0.28/0.00/0.16)	

CMYK percentages

%13.55
%27.57
%0
%16.08

Codes

Color #B99BD6 in popluar color models

B99BD6
RGB185155214
HSL271°41.84%72.35%
HSB/HSV271°27.57%83.92%
CMYK13.55%27.57%0.00%
16.08%

Color #B99BD6 in popluar number systems.

HEXB99BD6
Decimal185155214
Binary101110011001101111010110
Octal271233326

Shades and tints

Shades of #B99BD6

#B99BD6
(185,155,214)
#A98DC3
(169,141,195)
#997FB0
(153,127,176)
#89719D
(137,113,157)
#79638A
(121,99,138)
#695577
(105,85,119)
#594764
(89,71,100)
#493951
(73,57,81)
#392B3E
(57,43,62)
#291D2B
(41,29,43)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #B99BD6

#B99BD6
(185,155,214)
#BFA4D9
(191,164,217)
#C5ADDC
(197,173,220)
#CBB6DF
(203,182,223)
#D1BFE2
(209,191,226)
#D7C8E5
(215,200,229)
#DDD1E8
(221,209,232)
#E3DAEB
(227,218,235)
#E9E3EE
(233,227,238)
#EFECF1
(239,236,241)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99BD6 color. Also use rgb(185,155,214) instead hex code.

Text Font Color

.myTextColor { color: #B99BD6; }

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

This text font color is #B99BD6.


Background Color

.myBgColor { background-color: #B99BD6; }

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

This div background color is #B99BD6.


Border color

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

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

This div border color is #B99BD6.


Opacity

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

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

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

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

This text has shadow with #B99BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99BD6 on black background.


Color preview on white background

This text has color #B99BD6 on white background.



Black color preview on #B99BD6 background

This text has black color on #B99BD6 background.


White color preview on #B99BD6 background

This text has white color on #B99BD6 background.