COLOR #B17D9E

HEX: #B17D9E
RGB: (177,125,158)

Color info

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

RGB color model

#B17D9E color RGB value is (177,125,158).

  • red value is 177;
  • green value is 125;
  • blue value is 158.
RGB:
(177,125,158)
(69%,49%,62%)

RGB channels and saturation

R 177 of 255 = 69%
G 125 of 255 = 49%
B 158 of 255 = 62%

177
125
158

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

Portions of RGB colors in percentages

R + G + B =
177 + 125 + 158 = 460 (100%)
R 177 of 460 ~ 38.48%
G 125 of 460 ~ 27.17%
B 158 of 460 ~ 34.35%

%38.48
%27.17
%34.35

CMYK color model

#B17D9E color CMYK value is (0,29,11,31).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(0,29,11,31)
C0M29Y11K31 
(0%,29%,11%,31%)
(0.00/0.29/0.11/0.31)	

CMYK percentages

%0
%29.38
%10.73
%30.59

Codes

Color #B17D9E in popluar color models

B17D9E
RGB177125158
HSL322°25.00%59.22%
HSB/HSV322°29.38%69.41%
CMYK0.00%29.38%10.73%
30.59%

Color #B17D9E in popluar number systems.

HEXB17D9E
Decimal177125158
Binary10110001111110110011110
Octal261175236

Shades and tints

Shades of #B17D9E

#B17D9E
(177,125,158)
#A17290
(161,114,144)
#916782
(145,103,130)
#815C74
(129,92,116)
#715166
(113,81,102)
#614658
(97,70,88)
#513B4A
(81,59,74)
#41303C
(65,48,60)
#31252E
(49,37,46)
#211A20
(33,26,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #B17D9E

#B17D9E
(177,125,158)
#B888A6
(184,136,166)
#BF93AE
(191,147,174)
#C69EB6
(198,158,182)
#CDA9BE
(205,169,190)
#D4B4C6
(212,180,198)
#DBBFCE
(219,191,206)
#E2CAD6
(226,202,214)
#E9D5DE
(233,213,222)
#F0E0E6
(240,224,230)
#F7EBEE
(247,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17D9E color. Also use rgb(177,125,158) instead hex code.

Text Font Color

.myTextColor { color: #B17D9E; }

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

This text font color is #B17D9E.


Background Color

.myBgColor { background-color: #B17D9E; }

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

This div background color is #B17D9E.


Border color

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

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

This div border color is #B17D9E.


Opacity

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

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

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

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

This text has shadow with #B17D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17D9E on black background.


Color preview on white background

This text has color #B17D9E on white background.



Black color preview on #B17D9E background

This text has black color on #B17D9E background.


White color preview on #B17D9E background

This text has white color on #B17D9E background.