COLOR #B1769C

HEX: #B1769C
RGB: (177,118,156)

Color info

#B1769C contains red, green and blue colors in about the same proportion. Web safe color of #B1769C is #996699 (or #969).

RGB color model

#B1769C color RGB value is (177,118,156).

  • red value is 177;
  • green value is 118;
  • blue value is 156.
RGB:
(177,118,156)
(69%,46%,61%)

RGB channels and saturation

R 177 of 255 = 69%
G 118 of 255 = 46%
B 156 of 255 = 61%

177
118
156

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

Portions of RGB colors in percentages

R + G + B =
177 + 118 + 156 = 451 (100%)
R 177 of 451 ~ 39.25%
G 118 of 451 ~ 26.16%
B 156 of 451 ~ 34.59%

%39.25
%26.16
%34.59

CMYK color model

#B1769C color CMYK value is (0,33,12,31).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 11.86%
  • key color value is 30.59%
CMYK:
(0,33,12,31)
C0M33Y12K31 
(0%,33%,12%,31%)
(0.00/0.33/0.12/0.31)	

CMYK percentages

%0
%33.33
%11.86
%30.59

Codes

Color #B1769C in popluar color models

B1769C
RGB177118156
HSL321°27.44%57.84%
HSB/HSV321°33.33%69.41%
CMYK0.00%33.33%11.86%
30.59%

Color #B1769C in popluar number systems.

HEXB1769C
Decimal177118156
Binary10110001111011010011100
Octal261166234

Shades and tints

Shades of #B1769C

#B1769C
(177,118,156)
#A16C8E
(161,108,142)
#916280
(145,98,128)
#815872
(129,88,114)
#714E64
(113,78,100)
#614456
(97,68,86)
#513A48
(81,58,72)
#41303A
(65,48,58)
#31262C
(49,38,44)
#211C1E
(33,28,30)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #B1769C

#B1769C
(177,118,156)
#B882A5
(184,130,165)
#BF8EAE
(191,142,174)
#C69AB7
(198,154,183)
#CDA6C0
(205,166,192)
#D4B2C9
(212,178,201)
#DBBED2
(219,190,210)
#E2CADB
(226,202,219)
#E9D6E4
(233,214,228)
#F0E2ED
(240,226,237)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1769C color. Also use rgb(177,118,156) instead hex code.

Text Font Color

.myTextColor { color: #B1769C; }

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

This text font color is #B1769C.


Background Color

.myBgColor { background-color: #B1769C; }

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

This div background color is #B1769C.


Border color

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

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

This div border color is #B1769C.


Opacity

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

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

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

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

This text has shadow with #B1769C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1769C on black background.


Color preview on white background

This text has color #B1769C on white background.



Black color preview on #B1769C background

This text has black color on #B1769C background.


White color preview on #B1769C background

This text has white color on #B1769C background.