COLOR #B17693

HEX: #B17693
RGB: (177,118,147)

Color info

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

RGB color model

#B17693 color RGB value is (177,118,147).

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

RGB channels and saturation

R 177 of 255 = 69%
G 118 of 255 = 46%
B 147 of 255 = 58%

177
118
147

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

Portions of RGB colors in percentages

R + G + B =
177 + 118 + 147 = 442 (100%)
R 177 of 442 ~ 40.05%
G 118 of 442 ~ 26.7%
B 147 of 442 ~ 33.26%

%40.05
%26.7
%33.26

CMYK color model

#B17693 color CMYK value is (0,33,17,31).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 16.95%
  • key color value is 30.59%
CMYK:
(0,33,17,31)
C0M33Y17K31 
(0%,33%,17%,31%)
(0.00/0.33/0.17/0.31)	

CMYK percentages

%0
%33.33
%16.95
%30.59

Codes

Color #B17693 in popluar color models

B17693
RGB177118147
HSL331°27.44%57.84%
HSB/HSV331°33.33%69.41%
CMYK0.00%33.33%16.95%
30.59%

Color #B17693 in popluar number systems.

HEXB17693
Decimal177118147
Binary10110001111011010010011
Octal261166223

Shades and tints

Shades of #B17693

#B17693
(177,118,147)
#A16C86
(161,108,134)
#916279
(145,98,121)
#81586C
(129,88,108)
#714E5F
(113,78,95)
#614452
(97,68,82)
#513A45
(81,58,69)
#413038
(65,48,56)
#31262B
(49,38,43)
#211C1E
(33,28,30)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #B17693

#B17693
(177,118,147)
#B8829C
(184,130,156)
#BF8EA5
(191,142,165)
#C69AAE
(198,154,174)
#CDA6B7
(205,166,183)
#D4B2C0
(212,178,192)
#DBBEC9
(219,190,201)
#E2CAD2
(226,202,210)
#E9D6DB
(233,214,219)
#F0E2E4
(240,226,228)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17693; }

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

This text font color is #B17693.


Background Color

.myBgColor { background-color: #B17693; }

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

This div background color is #B17693.


Border color

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

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

This div border color is #B17693.


Opacity

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

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

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

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

This text has shadow with #B17693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17693 on black background.


Color preview on white background

This text has color #B17693 on white background.



Black color preview on #B17693 background

This text has black color on #B17693 background.


White color preview on #B17693 background

This text has white color on #B17693 background.