COLOR #B179B9

HEX: #B179B9
RGB: (177,121,185)

Color info

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

RGB color model

#B179B9 color RGB value is (177,121,185).

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

RGB channels and saturation

R 177 of 255 = 69%
G 121 of 255 = 47%
B 185 of 255 = 73%

177
121
185

R + G + B ~ 63%. #B179B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 121 + 185 = 483 (100%)
R 177 of 483 ~ 36.65%
G 121 of 483 ~ 25.05%
B 185 of 483 ~ 38.3%

%36.65
%25.05
%38.3

CMYK color model

#B179B9 color CMYK value is (4,35,0,27).

  • cyan value is 4.32%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(4,35,0,27)
C4M35Y0K27 
(4%,35%,0%,27%)
(0.04/0.35/0.00/0.27)	

CMYK percentages

%4.32
%34.59
%0
%27.45

Codes

Color #B179B9 in popluar color models

B179B9
RGB177121185
HSL293°31.37%60.00%
HSB/HSV293°34.59%72.55%
CMYK4.32%34.59%0.00%
27.45%

Color #B179B9 in popluar number systems.

HEXB179B9
Decimal177121185
Binary10110001111100110111001
Octal261171271

Shades and tints

Shades of #B179B9

#B179B9
(177,121,185)
#A16EA9
(161,110,169)
#916399
(145,99,153)
#815889
(129,88,137)
#714D79
(113,77,121)
#614269
(97,66,105)
#513759
(81,55,89)
#412C49
(65,44,73)
#312139
(49,33,57)
#211629
(33,22,41)
#110B19
(17,11,25)
#000000
(0,0,0)

Tints of #B179B9

#B179B9
(177,121,185)
#B885BF
(184,133,191)
#BF91C5
(191,145,197)
#C69DCB
(198,157,203)
#CDA9D1
(205,169,209)
#D4B5D7
(212,181,215)
#DBC1DD
(219,193,221)
#E2CDE3
(226,205,227)
#E9D9E9
(233,217,233)
#F0E5EF
(240,229,239)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B179B9; }

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

This text font color is #B179B9.


Background Color

.myBgColor { background-color: #B179B9; }

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

This div background color is #B179B9.


Border color

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

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

This div border color is #B179B9.


Opacity

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

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

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

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

This text has shadow with #B179B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B179B9 on black background.


Color preview on white background

This text has color #B179B9 on white background.



Black color preview on #B179B9 background

This text has black color on #B179B9 background.


White color preview on #B179B9 background

This text has white color on #B179B9 background.