COLOR #B17CA0

HEX: #B17CA0
RGB: (177,124,160)

Color info

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

RGB color model

#B17CA0 color RGB value is (177,124,160).

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

RGB channels and saturation

R 177 of 255 = 69%
G 124 of 255 = 49%
B 160 of 255 = 63%

177
124
160

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

Portions of RGB colors in percentages

R + G + B =
177 + 124 + 160 = 461 (100%)
R 177 of 461 ~ 38.39%
G 124 of 461 ~ 26.9%
B 160 of 461 ~ 34.71%

%38.39
%26.9
%34.71

CMYK color model

#B17CA0 color CMYK value is (0,30,10,31).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 9.60%
  • key color value is 30.59%
CMYK:
(0,30,10,31)
C0M30Y10K31 
(0%,30%,10%,31%)
(0.00/0.30/0.10/0.31)	

CMYK percentages

%0
%29.94
%9.6
%30.59

Codes

Color #B17CA0 in popluar color models

B17CA0
RGB177124160
HSL319°25.36%59.02%
HSB/HSV319°29.94%69.41%
CMYK0.00%29.94%9.60%
30.59%

Color #B17CA0 in popluar number systems.

HEXB17CA0
Decimal177124160
Binary10110001111110010100000
Octal261174240

Shades and tints

Shades of #B17CA0

#B17CA0
(177,124,160)
#A17192
(161,113,146)
#916684
(145,102,132)
#815B76
(129,91,118)
#715068
(113,80,104)
#61455A
(97,69,90)
#513A4C
(81,58,76)
#412F3E
(65,47,62)
#312430
(49,36,48)
#211922
(33,25,34)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #B17CA0

#B17CA0
(177,124,160)
#B887A8
(184,135,168)
#BF92B0
(191,146,176)
#C69DB8
(198,157,184)
#CDA8C0
(205,168,192)
#D4B3C8
(212,179,200)
#DBBED0
(219,190,208)
#E2C9D8
(226,201,216)
#E9D4E0
(233,212,224)
#F0DFE8
(240,223,232)
#F7EAF0
(247,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17CA0 color. Also use rgb(177,124,160) instead hex code.

Text Font Color

.myTextColor { color: #B17CA0; }

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

This text font color is #B17CA0.


Background Color

.myBgColor { background-color: #B17CA0; }

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

This div background color is #B17CA0.


Border color

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

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

This div border color is #B17CA0.


Opacity

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

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

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

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

This text has shadow with #B17CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17CA0 on black background.


Color preview on white background

This text has color #B17CA0 on white background.



Black color preview on #B17CA0 background

This text has black color on #B17CA0 background.


White color preview on #B17CA0 background

This text has white color on #B17CA0 background.