COLOR #B17CA8

HEX: #B17CA8 RGB: (177,124,168)

Color info

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

RGB color model

#B17CA8 color RGB value is (177,124,168).

RGB: (177,124,168) (69%, 49%, 66%)

RGB channels and saturation

R 177 of 255 = 69%
G 124 of 255 = 49%
B 168 of 255 = 66%

177
124
168

R + G + B ~ 61%. #B17CA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 124 + 168 = 469 (100%)
R 177 of 469 ~ 37.74%
G 124 of 469 ~ 26.44%
B 168 of 469 ~ 35.82'%

%37.74
%26.44
%35.82

CMYK color model

#B17CA8 color CMYK value is (0,30,5,31).

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

CMYK: (0,30,5,31)
C0M30Y5K31 (0%, 30%, 5%, 31%)
(0.00 / 0.30 / 0.05 / 0.31)

CMYK percentages

%0
%29.94
%5.08
%30.59

Codes

Color #B17CA8 in popluar color models

B1 7C A8
RGB 177 124 168
HSL 310° 25.36% 59.02%
HSB/HSV 310° 29.94% 69.41%
CMYK 0.00% 29.94% 5.08%
30.59%

Color #B17CA8 in popluar number systems.

HEX B1 7C A8
Decimal 177 124 168
Binary 10110001 1111100 10101000
Octal 261 174 250

Shades and tints

Shades of #B17CA8

#B17CA8
(177,124,168)
#A17199
(161,113,153)
#91668A
(145,102,138)
#815B7B
(129,91,123)
#71506C
(113,80,108)
#61455D
(97,69,93)
#513A4E
(81,58,78)
#412F3F
(65,47,63)
#312430
(49,36,48)
#211921
(33,25,33)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #B17CA8

#B17CA8
(177,124,168)
#B887AF
(184,135,175)
#BF92B6
(191,146,182)
#C69DBD
(198,157,189)
#CDA8C4
(205,168,196)
#D4B3CB
(212,179,203)
#DBBED2
(219,190,210)
#E2C9D9
(226,201,217)
#E9D4E0
(233,212,224)
#F0DFE7
(240,223,231)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17CA8; }

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

This text font color is #B17CA8.

Background Color

.myBgColor { background-color: #B17CA8; }

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

This div background color is #B17CA8.

Border color

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

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

This div border color is #B17CA8.

Opacity

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

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

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

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

This text has shadow with #B17CA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B17CA8.

Preview

Color preview on black background

This text has color #B17CA8 on black background.


Color preview on white background

This text has color #B17CA8 on white background.


Black color preview on #B17CA8 background

This text has black color on #B17CA8 background.


White color preview on #B17CA8 background

This text has white color on #B17CA8 background.


Related colors

Complementary color

Complementary color for #hex is #4E8357.


I love getcolorcode.com

Triadic colors

1 #A8B17C and #7CA8B1 with #B17CA8 are triadic colors.

2 #A87CB1 and #7CB1A8 with #B17CA8 are triadic colors.