COLOR #B99CBB

HEX: #B99CBB
RGB: (185,156,187)

Color info

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

RGB color model

#B99CBB color RGB value is (185,156,187).

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

RGB channels and saturation

R 185 of 255 = 73%
G 156 of 255 = 61%
B 187 of 255 = 73%

185
156
187

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

Portions of RGB colors in percentages

R + G + B =
185 + 156 + 187 = 528 (100%)
R 185 of 528 ~ 35.04%
G 156 of 528 ~ 29.55%
B 187 of 528 ~ 35.42%

%35.04
%29.55
%35.42

CMYK color model

#B99CBB color CMYK value is (1,17,0,27).

  • cyan value is 1.07%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,17,0,27)
C1M17Y0K27 
(1%,17%,0%,27%)
(0.01/0.17/0.00/0.27)	

CMYK percentages

%1.07
%16.58
%0
%26.67

Codes

Color #B99CBB in popluar color models

B99CBB
RGB185156187
HSL296°18.56%67.25%
HSB/HSV296°16.58%73.33%
CMYK1.07%16.58%0.00%
26.67%

Color #B99CBB in popluar number systems.

HEXB99CBB
Decimal185156187
Binary101110011001110010111011
Octal271234273

Shades and tints

Shades of #B99CBB

#B99CBB
(185,156,187)
#A98EAA
(169,142,170)
#998099
(153,128,153)
#897288
(137,114,136)
#796477
(121,100,119)
#695666
(105,86,102)
#594855
(89,72,85)
#493A44
(73,58,68)
#392C33
(57,44,51)
#291E22
(41,30,34)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #B99CBB

#B99CBB
(185,156,187)
#BFA5C1
(191,165,193)
#C5AEC7
(197,174,199)
#CBB7CD
(203,183,205)
#D1C0D3
(209,192,211)
#D7C9D9
(215,201,217)
#DDD2DF
(221,210,223)
#E3DBE5
(227,219,229)
#E9E4EB
(233,228,235)
#EFEDF1
(239,237,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B99CBB; }

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

This text font color is #B99CBB.


Background Color

.myBgColor { background-color: #B99CBB; }

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

This div background color is #B99CBB.


Border color

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

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

This div border color is #B99CBB.


Opacity

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

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

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

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

This text has shadow with #B99CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B99CBB on black background.


Color preview on white background

This text has color #B99CBB on white background.



Black color preview on #B99CBB background

This text has black color on #B99CBB background.


White color preview on #B99CBB background

This text has white color on #B99CBB background.