COLOR #B896C1

HEX: #B896C1
RGB: (184,150,193)

Color info

#B896C1 contains red, green and blue colors in about the same proportion. Web safe color of #B896C1 is #CC99CC (or #C9C).

RGB color model

#B896C1 color RGB value is (184,150,193).

  • red value is 184;
  • green value is 150;
  • blue value is 193.
RGB:
(184,150,193)
(72%,59%,76%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 193 of 255 = 76%

184
150
193

R + G + B ~ 69%. #B896C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 193 = 527 (100%)
R 184 of 527 ~ 34.91%
G 150 of 527 ~ 28.46%
B 193 of 527 ~ 36.62%

%34.91
%28.46
%36.62

CMYK color model

#B896C1 color CMYK value is (5,22,0,24).

  • cyan value is 4.66%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(5,22,0,24)
C5M22Y0K24 
(5%,22%,0%,24%)
(0.05/0.22/0.00/0.24)	

CMYK percentages

%4.66
%22.28
%0
%24.31

Codes

Color #B896C1 in popluar color models

B896C1
RGB184150193
HSL287°25.75%67.25%
HSB/HSV287°22.28%75.69%
CMYK4.66%22.28%0.00%
24.31%

Color #B896C1 in popluar number systems.

HEXB896C1
Decimal184150193
Binary101110001001011011000001
Octal270226301

Shades and tints

Shades of #B896C1

#B896C1
(184,150,193)
#A889B0
(168,137,176)
#987C9F
(152,124,159)
#886F8E
(136,111,142)
#78627D
(120,98,125)
#68556C
(104,85,108)
#58485B
(88,72,91)
#483B4A
(72,59,74)
#382E39
(56,46,57)
#282128
(40,33,40)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B896C1

#B896C1
(184,150,193)
#BE9FC6
(190,159,198)
#C4A8CB
(196,168,203)
#CAB1D0
(202,177,208)
#D0BAD5
(208,186,213)
#D6C3DA
(214,195,218)
#DCCCDF
(220,204,223)
#E2D5E4
(226,213,228)
#E8DEE9
(232,222,233)
#EEE7EE
(238,231,238)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B896C1 color. Also use rgb(184,150,193) instead hex code.

Text Font Color

.myTextColor { color: #B896C1; }

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

This text font color is #B896C1.


Background Color

.myBgColor { background-color: #B896C1; }

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

This div background color is #B896C1.


Border color

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

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

This div border color is #B896C1.


Opacity

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

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

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

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

This text has shadow with #B896C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B896C1 on black background.


Color preview on white background

This text has color #B896C1 on white background.



Black color preview on #B896C1 background

This text has black color on #B896C1 background.


White color preview on #B896C1 background

This text has white color on #B896C1 background.