COLOR #B16693

HEX: #B16693
RGB: (177,102,147)

Color info

#B16693 contains mainly red and blue colors. Web safe color of #B16693 is #996699 (or #969).

RGB color model

#B16693 color RGB value is (177,102,147).

  • red value is 177;
  • green value is 102;
  • blue value is 147.
RGB:
(177,102,147)
(69%,40%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 102 of 255 = 40%
B 147 of 255 = 58%

177
102
147

R + G + B ~ 56%. #B16693 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 102 + 147 = 426 (100%)
R 177 of 426 ~ 41.55%
G 102 of 426 ~ 23.94%
B 147 of 426 ~ 34.51%

%41.55
%23.94
%34.51

CMYK color model

#B16693 color CMYK value is (0,42,17,31).

  • cyan value is 0.00%
  • magenta value is 42.37%
  • yellow value is 16.95%
  • key color value is 30.59%
CMYK:
(0,42,17,31)
C0M42Y17K31 
(0%,42%,17%,31%)
(0.00/0.42/0.17/0.31)	

CMYK percentages

%0
%42.37
%16.95
%30.59

Codes

Color #B16693 in popluar color models

B16693
RGB177102147
HSL324°32.47%54.71%
HSB/HSV324°42.37%69.41%
CMYK0.00%42.37%16.95%
30.59%

Color #B16693 in popluar number systems.

HEXB16693
Decimal177102147
Binary10110001110011010010011
Octal261146223

Shades and tints

Shades of #B16693

#B16693
(177,102,147)
#A15D86
(161,93,134)
#915479
(145,84,121)
#814B6C
(129,75,108)
#71425F
(113,66,95)
#613952
(97,57,82)
#513045
(81,48,69)
#412738
(65,39,56)
#311E2B
(49,30,43)
#21151E
(33,21,30)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #B16693

#B16693
(177,102,147)
#B8739C
(184,115,156)
#BF80A5
(191,128,165)
#C68DAE
(198,141,174)
#CD9AB7
(205,154,183)
#D4A7C0
(212,167,192)
#DBB4C9
(219,180,201)
#E2C1D2
(226,193,210)
#E9CEDB
(233,206,219)
#F0DBE4
(240,219,228)
#F7E8ED
(247,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B16693 color. Also use rgb(177,102,147) instead hex code.

Text Font Color

.myTextColor { color: #B16693; }

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

This text font color is #B16693.


Background Color

.myBgColor { background-color: #B16693; }

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

This div background color is #B16693.


Border color

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

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

This div border color is #B16693.


Opacity

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

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

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

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

This text has shadow with #B16693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16693 on black background.


Color preview on white background

This text has color #B16693 on white background.



Black color preview on #B16693 background

This text has black color on #B16693 background.


White color preview on #B16693 background

This text has white color on #B16693 background.