COLOR #B99BB9

HEX: #B99BB9
RGB: (185,155,185)

Color info

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

RGB color model

#B99BB9 color RGB value is (185,155,185).

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

RGB channels and saturation

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

185
155
185

R + G + B ~ 69%. #B99BB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 185 = 525 (100%)
R 185 of 525 ~ 35.24%
G 155 of 525 ~ 29.52%
B 185 of 525 ~ 35.24%

%35.24
%29.52
%35.24

CMYK color model

#B99BB9 color CMYK value is (0,16,0,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(0,16,0,27)
C0M16Y0K27 
(0%,16%,0%,27%)
(0.00/0.16/0.00/0.27)	

CMYK percentages

%0
%16.22
%0
%27.45

Codes

Color #B99BB9 in popluar color models

B99BB9
RGB185155185
HSL300°17.65%66.67%
HSB/HSV300°16.22%72.55%
CMYK0.00%16.22%0.00%
27.45%

Color #B99BB9 in popluar number systems.

HEXB99BB9
Decimal185155185
Binary101110011001101110111001
Octal271233271

Shades and tints

Shades of #B99BB9

#B99BB9
(185,155,185)
#A98DA9
(169,141,169)
#997F99
(153,127,153)
#897189
(137,113,137)
#796379
(121,99,121)
#695569
(105,85,105)
#594759
(89,71,89)
#493949
(73,57,73)
#392B39
(57,43,57)
#291D29
(41,29,41)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #B99BB9

#B99BB9
(185,155,185)
#BFA4BF
(191,164,191)
#C5ADC5
(197,173,197)
#CBB6CB
(203,182,203)
#D1BFD1
(209,191,209)
#D7C8D7
(215,200,215)
#DDD1DD
(221,209,221)
#E3DAE3
(227,218,227)
#E9E3E9
(233,227,233)
#EFECEF
(239,236,239)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99BB9; }

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

This text font color is #B99BB9.


Background Color

.myBgColor { background-color: #B99BB9; }

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

This div background color is #B99BB9.


Border color

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

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

This div border color is #B99BB9.


Opacity

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

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

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

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

This text has shadow with #B99BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99BB9 on black background.


Color preview on white background

This text has color #B99BB9 on white background.



Black color preview on #B99BB9 background

This text has black color on #B99BB9 background.


White color preview on #B99BB9 background

This text has white color on #B99BB9 background.