COLOR #B15C98

HEX: #B15C98
RGB: (177,92,152)

Color info

#B15C98 contains mainly red and blue colors. Web safe color of #B15C98 is #996699 (or #969).

RGB color model

#B15C98 color RGB value is (177,92,152).

  • red value is 177;
  • green value is 92;
  • blue value is 152.
RGB:
(177,92,152)
(69%,36%,60%)

RGB channels and saturation

R 177 of 255 = 69%
G 92 of 255 = 36%
B 152 of 255 = 60%

177
92
152

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

Portions of RGB colors in percentages

R + G + B =
177 + 92 + 152 = 421 (100%)
R 177 of 421 ~ 42.04%
G 92 of 421 ~ 21.85%
B 152 of 421 ~ 36.1%

%42.04
%21.85
%36.1

CMYK color model

#B15C98 color CMYK value is (0,48,14,31).

  • cyan value is 0.00%
  • magenta value is 48.02%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(0,48,14,31)
C0M48Y14K31 
(0%,48%,14%,31%)
(0.00/0.48/0.14/0.31)	

CMYK percentages

%0
%48.02
%14.12
%30.59

Codes

Color #B15C98 in popluar color models

B15C98
RGB17792152
HSL318°35.27%52.75%
HSB/HSV318°48.02%69.41%
CMYK0.00%48.02%14.12%
30.59%

Color #B15C98 in popluar number systems.

HEXB15C98
Decimal17792152
Binary10110001101110010011000
Octal261134230

Shades and tints

Shades of #B15C98

#B15C98
(177,92,152)
#A1548B
(161,84,139)
#914C7E
(145,76,126)
#814471
(129,68,113)
#713C64
(113,60,100)
#613457
(97,52,87)
#512C4A
(81,44,74)
#41243D
(65,36,61)
#311C30
(49,28,48)
#211423
(33,20,35)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #B15C98

#B15C98
(177,92,152)
#B86AA1
(184,106,161)
#BF78AA
(191,120,170)
#C686B3
(198,134,179)
#CD94BC
(205,148,188)
#D4A2C5
(212,162,197)
#DBB0CE
(219,176,206)
#E2BED7
(226,190,215)
#E9CCE0
(233,204,224)
#F0DAE9
(240,218,233)
#F7E8F2
(247,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15C98 color. Also use rgb(177,92,152) instead hex code.

Text Font Color

.myTextColor { color: #B15C98; }

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

This text font color is #B15C98.


Background Color

.myBgColor { background-color: #B15C98; }

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

This div background color is #B15C98.


Border color

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

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

This div border color is #B15C98.


Opacity

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

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

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

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

This text has shadow with #B15C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B15C98 on black background.


Color preview on white background

This text has color #B15C98 on white background.



Black color preview on #B15C98 background

This text has black color on #B15C98 background.


White color preview on #B15C98 background

This text has white color on #B15C98 background.