COLOR #B1698D

HEX: #B1698D
RGB: (177,105,141)

Color info

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

RGB color model

#B1698D color RGB value is (177,105,141).

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

RGB channels and saturation

R 177 of 255 = 69%
G 105 of 255 = 41%
B 141 of 255 = 55%

177
105
141

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

Portions of RGB colors in percentages

R + G + B =
177 + 105 + 141 = 423 (100%)
R 177 of 423 ~ 41.84%
G 105 of 423 ~ 24.82%
B 141 of 423 ~ 33.33%

%41.84
%24.82
%33.33

CMYK color model

#B1698D color CMYK value is (0,41,20,31).

  • cyan value is 0.00%
  • magenta value is 40.68%
  • yellow value is 20.34%
  • key color value is 30.59%
CMYK:
(0,41,20,31)
C0M41Y20K31 
(0%,41%,20%,31%)
(0.00/0.41/0.20/0.31)	

CMYK percentages

%0
%40.68
%20.34
%30.59

Codes

Color #B1698D in popluar color models

B1698D
RGB177105141
HSL330°31.58%55.29%
HSB/HSV330°40.68%69.41%
CMYK0.00%40.68%20.34%
30.59%

Color #B1698D in popluar number systems.

HEXB1698D
Decimal177105141
Binary10110001110100110001101
Octal261151215

Shades and tints

Shades of #B1698D

#B1698D
(177,105,141)
#A16081
(161,96,129)
#915775
(145,87,117)
#814E69
(129,78,105)
#71455D
(113,69,93)
#613C51
(97,60,81)
#513345
(81,51,69)
#412A39
(65,42,57)
#31212D
(49,33,45)
#211821
(33,24,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #B1698D

#B1698D
(177,105,141)
#B87697
(184,118,151)
#BF83A1
(191,131,161)
#C690AB
(198,144,171)
#CD9DB5
(205,157,181)
#D4AABF
(212,170,191)
#DBB7C9
(219,183,201)
#E2C4D3
(226,196,211)
#E9D1DD
(233,209,221)
#F0DEE7
(240,222,231)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1698D; }

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

This text font color is #B1698D.


Background Color

.myBgColor { background-color: #B1698D; }

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

This div background color is #B1698D.


Border color

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

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

This div border color is #B1698D.


Opacity

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

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

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

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

This text has shadow with #B1698D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1698D on black background.


Color preview on white background

This text has color #B1698D on white background.



Black color preview on #B1698D background

This text has black color on #B1698D background.


White color preview on #B1698D background

This text has white color on #B1698D background.