COLOR #B99BB6

HEX: #B99BB6
RGB: (185,155,182)

Color info

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

RGB color model

#B99BB6 color RGB value is (185,155,182).

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

RGB channels and saturation

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

185
155
182

R + G + B ~ 68%. #B99BB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 155 + 182 = 522 (100%)
R 185 of 522 ~ 35.44%
G 155 of 522 ~ 29.69%
B 182 of 522 ~ 34.87%

%35.44
%29.69
%34.87

CMYK color model

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

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

CMYK percentages

%0
%16.22
%1.62
%27.45

Codes

Color #B99BB6 in popluar color models

B99BB6
RGB185155182
HSL306°17.65%66.67%
HSB/HSV306°16.22%72.55%
CMYK0.00%16.22%1.62%
27.45%

Color #B99BB6 in popluar number systems.

HEXB99BB6
Decimal185155182
Binary101110011001101110110110
Octal271233266

Shades and tints

Shades of #B99BB6

#B99BB6
(185,155,182)
#A98DA6
(169,141,166)
#997F96
(153,127,150)
#897186
(137,113,134)
#796376
(121,99,118)
#695566
(105,85,102)
#594756
(89,71,86)
#493946
(73,57,70)
#392B36
(57,43,54)
#291D26
(41,29,38)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #B99BB6

#B99BB6
(185,155,182)
#BFA4BC
(191,164,188)
#C5ADC2
(197,173,194)
#CBB6C8
(203,182,200)
#D1BFCE
(209,191,206)
#D7C8D4
(215,200,212)
#DDD1DA
(221,209,218)
#E3DAE0
(227,218,224)
#E9E3E6
(233,227,230)
#EFECEC
(239,236,236)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99BB6; }

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

This text font color is #B99BB6.


Background Color

.myBgColor { background-color: #B99BB6; }

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

This div background color is #B99BB6.


Border color

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

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

This div border color is #B99BB6.


Opacity

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

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

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

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

This text has shadow with #B99BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99BB6 on black background.


Color preview on white background

This text has color #B99BB6 on white background.



Black color preview on #B99BB6 background

This text has black color on #B99BB6 background.


White color preview on #B99BB6 background

This text has white color on #B99BB6 background.