COLOR #B17C90

HEX: #B17C90 RGB: (177,124,144)

Color info

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

RGB color model

#B17C90 color RGB value is (177,124,144).

RGB: (177,124,144) (69%, 49%, 56%)

RGB channels and saturation

R 177 of 255 = 69%
G 124 of 255 = 49%
B 144 of 255 = 56%

177
124
144

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

Portions of RGB colors in percentages

R + G + B = 177 + 124 + 144 = 445 (100%)
R 177 of 445 ~ 39.78%
G 124 of 445 ~ 27.87%
B 144 of 445 ~ 32.36'%

%39.78
%27.87
%32.36

CMYK color model

#B17C90 color CMYK value is (0,30,19,31).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 18.64%
  • key color value is 30.59%

CMYK: (0,30,19,31)
C0M30Y19K31 (0%, 30%, 19%, 31%)
(0.00 / 0.30 / 0.19 / 0.31)

CMYK percentages

%0
%29.94
%18.64
%30.59

Codes

Color #B17C90 in popluar color models

B1 7C 90
RGB 177 124 144
HSL 337° 25.36% 59.02%
HSB/HSV 337° 29.94% 69.41%
CMYK 0.00% 29.94% 18.64%
30.59%

Color #B17C90 in popluar number systems.

HEX B1 7C 90
Decimal 177 124 144
Binary 10110001 1111100 10010000
Octal 261 174 220

Shades and tints

Shades of #B17C90

#B17C90
(177,124,144)
#A17183
(161,113,131)
#916676
(145,102,118)
#815B69
(129,91,105)
#71505C
(113,80,92)
#61454F
(97,69,79)
#513A42
(81,58,66)
#412F35
(65,47,53)
#312428
(49,36,40)
#21191B
(33,25,27)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #B17C90

#B17C90
(177,124,144)
#B8879A
(184,135,154)
#BF92A4
(191,146,164)
#C69DAE
(198,157,174)
#CDA8B8
(205,168,184)
#D4B3C2
(212,179,194)
#DBBECC
(219,190,204)
#E2C9D6
(226,201,214)
#E9D4E0
(233,212,224)
#F0DFEA
(240,223,234)
#F7EAF4
(247,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17C90; }

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

This text font color is #B17C90.

Background Color

.myBgColor { background-color: #B17C90; }

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

This div background color is #B17C90.

Border color

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

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

This div border color is #B17C90.

Opacity

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

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

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

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

This text has shadow with #B17C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17C90.

Preview

Color preview on black background

This text has color #B17C90 on black background.


Color preview on white background

This text has color #B17C90 on white background.


Black color preview on #B17C90 background

This text has black color on #B17C90 background.


White color preview on #B17C90 background

This text has white color on #B17C90 background.


Related colors

Complementary color

Complementary color for #hex is #4E836F.


I love getcolorcode.com

Triadic colors

1 #90B17C and #7C90B1 with #B17C90 are triadic colors.

2 #907CB1 and #7CB190 with #B17C90 are triadic colors.