COLOR #B17DA1

HEX: #B17DA1
RGB: (177,125,161)

Color info

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

RGB color model

#B17DA1 color RGB value is (177,125,161).

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

RGB channels and saturation

R 177 of 255 = 69%
G 125 of 255 = 49%
B 161 of 255 = 63%

177
125
161

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

Portions of RGB colors in percentages

R + G + B =
177 + 125 + 161 = 463 (100%)
R 177 of 463 ~ 38.23%
G 125 of 463 ~ 27%
B 161 of 463 ~ 34.77%

%38.23
%27
%34.77

CMYK color model

#B17DA1 color CMYK value is (0,29,9,31).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 9.04%
  • key color value is 30.59%
CMYK:
(0,29,9,31)
C0M29Y9K31 
(0%,29%,9%,31%)
(0.00/0.29/0.09/0.31)	

CMYK percentages

%0
%29.38
%9.04
%30.59

Codes

Color #B17DA1 in popluar color models

B17DA1
RGB177125161
HSL318°25.00%59.22%
HSB/HSV318°29.38%69.41%
CMYK0.00%29.38%9.04%
30.59%

Color #B17DA1 in popluar number systems.

HEXB17DA1
Decimal177125161
Binary10110001111110110100001
Octal261175241

Shades and tints

Shades of #B17DA1

#B17DA1
(177,125,161)
#A17293
(161,114,147)
#916785
(145,103,133)
#815C77
(129,92,119)
#715169
(113,81,105)
#61465B
(97,70,91)
#513B4D
(81,59,77)
#41303F
(65,48,63)
#312531
(49,37,49)
#211A23
(33,26,35)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #B17DA1

#B17DA1
(177,125,161)
#B888A9
(184,136,169)
#BF93B1
(191,147,177)
#C69EB9
(198,158,185)
#CDA9C1
(205,169,193)
#D4B4C9
(212,180,201)
#DBBFD1
(219,191,209)
#E2CAD9
(226,202,217)
#E9D5E1
(233,213,225)
#F0E0E9
(240,224,233)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17DA1; }

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

This text font color is #B17DA1.


Background Color

.myBgColor { background-color: #B17DA1; }

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

This div background color is #B17DA1.


Border color

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

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

This div border color is #B17DA1.


Opacity

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

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

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

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

This text has shadow with #B17DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17DA1 on black background.


Color preview on white background

This text has color #B17DA1 on white background.



Black color preview on #B17DA1 background

This text has black color on #B17DA1 background.


White color preview on #B17DA1 background

This text has white color on #B17DA1 background.