COLOR #B16DB9

HEX: #B16DB9
RGB: (177,109,185)

Color info

#B16DB9 contains mainly red and blue colors. Web safe color of #B16DB9 is #9966CC (or #96C).

RGB color model

#B16DB9 color RGB value is (177,109,185).

  • red value is 177;
  • green value is 109;
  • blue value is 185.
RGB:
(177,109,185)
(69%,43%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 109 of 255 = 43%
B 185 of 255 = 73%

177
109
185

R + G + B ~ 62%. #B16DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 109 + 185 = 471 (100%)
R 177 of 471 ~ 37.58%
G 109 of 471 ~ 23.14%
B 185 of 471 ~ 39.28%

%37.58
%23.14
%39.28

CMYK color model

#B16DB9 color CMYK value is (4,41,0,27).

  • cyan value is 4.32%
  • magenta value is 41.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(4,41,0,27)
C4M41Y0K27 
(4%,41%,0%,27%)
(0.04/0.41/0.00/0.27)	

CMYK percentages

%4.32
%41.08
%0
%27.45

Codes

Color #B16DB9 in popluar color models

B16DB9
RGB177109185
HSL294°35.19%57.65%
HSB/HSV294°41.08%72.55%
CMYK4.32%41.08%0.00%
27.45%

Color #B16DB9 in popluar number systems.

HEXB16DB9
Decimal177109185
Binary10110001110110110111001
Octal261155271

Shades and tints

Shades of #B16DB9

#B16DB9
(177,109,185)
#A164A9
(161,100,169)
#915B99
(145,91,153)
#815289
(129,82,137)
#714979
(113,73,121)
#614069
(97,64,105)
#513759
(81,55,89)
#412E49
(65,46,73)
#312539
(49,37,57)
#211C29
(33,28,41)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #B16DB9

#B16DB9
(177,109,185)
#B87ABF
(184,122,191)
#BF87C5
(191,135,197)
#C694CB
(198,148,203)
#CDA1D1
(205,161,209)
#D4AED7
(212,174,215)
#DBBBDD
(219,187,221)
#E2C8E3
(226,200,227)
#E9D5E9
(233,213,233)
#F0E2EF
(240,226,239)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16DB9; }

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

This text font color is #B16DB9.


Background Color

.myBgColor { background-color: #B16DB9; }

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

This div background color is #B16DB9.


Border color

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

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

This div border color is #B16DB9.


Opacity

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

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

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

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

This text has shadow with #B16DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16DB9 on black background.


Color preview on white background

This text has color #B16DB9 on white background.



Black color preview on #B16DB9 background

This text has black color on #B16DB9 background.


White color preview on #B16DB9 background

This text has white color on #B16DB9 background.