COLOR #B1689B

HEX: #B1689B RGB: (177,104,155)

Color info

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

RGB color model

#B1689B color RGB value is (177,104,155).

RGB: (177,104,155) (69%, 41%, 61%)

RGB channels and saturation

R 177 of 255 = 69%
G 104 of 255 = 41%
B 155 of 255 = 61%

177
104
155

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

Portions of RGB colors in percentages

R + G + B = 177 + 104 + 155 = 436 (100%)
R 177 of 436 ~ 40.6%
G 104 of 436 ~ 23.85%
B 155 of 436 ~ 35.55'%

%40.6
%23.85
%35.55

CMYK color model

#B1689B color CMYK value is (0,41,12,31).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 12.43%
  • key color value is 30.59%

CMYK: (0,41,12,31)
C0M41Y12K31 (0%, 41%, 12%, 31%)
(0.00 / 0.41 / 0.12 / 0.31)

CMYK percentages

%0
%41.24
%12.43
%30.59

Codes

Color #B1689B in popluar color models

B1 68 9B
RGB 177 104 155
HSL 318° 31.88% 55.10%
HSB/HSV 318° 41.24% 69.41%
CMYK 0.00% 41.24% 12.43%
30.59%

Color #B1689B in popluar number systems.

HEX B1 68 9B
Decimal 177 104 155
Binary 10110001 1101000 10011011
Octal 261 150 233

Shades and tints

Shades of #B1689B

#B1689B
(177,104,155)
#A15F8D
(161,95,141)
#91567F
(145,86,127)
#814D71
(129,77,113)
#714463
(113,68,99)
#613B55
(97,59,85)
#513247
(81,50,71)
#412939
(65,41,57)
#31202B
(49,32,43)
#21171D
(33,23,29)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #B1689B

#B1689B
(177,104,155)
#B875A4
(184,117,164)
#BF82AD
(191,130,173)
#C68FB6
(198,143,182)
#CD9CBF
(205,156,191)
#D4A9C8
(212,169,200)
#DBB6D1
(219,182,209)
#E2C3DA
(226,195,218)
#E9D0E3
(233,208,227)
#F0DDEC
(240,221,236)
#F7EAF5
(247,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1689B color. Also use rgb(177,104,155) instead hex code.

Text Font Color

.myTextColor { color: #B1689B; }

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

This text font color is #B1689B.

Background Color

.myBgColor { background-color: #B1689B; }

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

This div background color is #B1689B.

Border color

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

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

This div border color is #B1689B.

Opacity

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

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

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

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

This text has shadow with #B1689B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1689B.

Preview

Color preview on black background

This text has color #B1689B on black background.


Color preview on white background

This text has color #B1689B on white background.


Black color preview on #B1689B background

This text has black color on #B1689B background.


White color preview on #B1689B background

This text has white color on #B1689B background.


Related colors

Complementary color

Complementary color for #hex is #4E9764.


I love getcolorcode.com

Triadic colors

1 #9BB168 and #689BB1 with #B1689B are triadic colors.

2 #9B68B1 and #68B19B with #B1689B are triadic colors.