COLOR #B169B2

HEX: #B169B2
RGB: (177,105,178)

Color info

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

RGB color model

#B169B2 color RGB value is (177,105,178).

  • red value is 177;
  • green value is 105;
  • blue value is 178.
RGB:
(177,105,178)
(69%,41%,70%)

RGB channels and saturation

R 177 of 255 = 69%
G 105 of 255 = 41%
B 178 of 255 = 70%

177
105
178

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

Portions of RGB colors in percentages

R + G + B =
177 + 105 + 178 = 460 (100%)
R 177 of 460 ~ 38.48%
G 105 of 460 ~ 22.83%
B 178 of 460 ~ 38.7%

%38.48
%22.83
%38.7

CMYK color model

#B169B2 color CMYK value is (1,41,0,30).

  • cyan value is 0.56%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(1,41,0,30)
C1M41Y0K30 
(1%,41%,0%,30%)
(0.01/0.41/0.00/0.30)	

CMYK percentages

%0.56
%41.01
%0
%30.2

Codes

Color #B169B2 in popluar color models

B169B2
RGB177105178
HSL299°32.16%55.49%
HSB/HSV299°41.01%69.80%
CMYK0.56%41.01%0.00%
30.20%

Color #B169B2 in popluar number systems.

HEXB169B2
Decimal177105178
Binary10110001110100110110010
Octal261151262

Shades and tints

Shades of #B169B2

#B169B2
(177,105,178)
#A160A2
(161,96,162)
#915792
(145,87,146)
#814E82
(129,78,130)
#714572
(113,69,114)
#613C62
(97,60,98)
#513352
(81,51,82)
#412A42
(65,42,66)
#312132
(49,33,50)
#211822
(33,24,34)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #B169B2

#B169B2
(177,105,178)
#B876B9
(184,118,185)
#BF83C0
(191,131,192)
#C690C7
(198,144,199)
#CD9DCE
(205,157,206)
#D4AAD5
(212,170,213)
#DBB7DC
(219,183,220)
#E2C4E3
(226,196,227)
#E9D1EA
(233,209,234)
#F0DEF1
(240,222,241)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B169B2 color. Also use rgb(177,105,178) instead hex code.

Text Font Color

.myTextColor { color: #B169B2; }

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

This text font color is #B169B2.


Background Color

.myBgColor { background-color: #B169B2; }

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

This div background color is #B169B2.


Border color

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

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

This div border color is #B169B2.


Opacity

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

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

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

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

This text has shadow with #B169B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B169B2 on black background.


Color preview on white background

This text has color #B169B2 on white background.



Black color preview on #B169B2 background

This text has black color on #B169B2 background.


White color preview on #B169B2 background

This text has white color on #B169B2 background.