COLOR #B896C3

HEX: #B896C3
RGB: (184,150,195)

Color info

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

RGB color model

#B896C3 color RGB value is (184,150,195).

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

RGB channels and saturation

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

184
150
195

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

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 195 = 529 (100%)
R 184 of 529 ~ 34.78%
G 150 of 529 ~ 28.36%
B 195 of 529 ~ 36.86%

%34.78
%28.36
%36.86

CMYK color model

#B896C3 color CMYK value is (6,23,0,24).

  • cyan value is 5.64%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(6,23,0,24)
C6M23Y0K24 
(6%,23%,0%,24%)
(0.06/0.23/0.00/0.24)	

CMYK percentages

%5.64
%23.08
%0
%23.53

Codes

Color #B896C3 in popluar color models

B896C3
RGB184150195
HSL285°27.27%67.65%
HSB/HSV285°23.08%76.47%
CMYK5.64%23.08%0.00%
23.53%

Color #B896C3 in popluar number systems.

HEXB896C3
Decimal184150195
Binary101110001001011011000011
Octal270226303

Shades and tints

Shades of #B896C3

#B896C3
(184,150,195)
#A889B2
(168,137,178)
#987CA1
(152,124,161)
#886F90
(136,111,144)
#78627F
(120,98,127)
#68556E
(104,85,110)
#58485D
(88,72,93)
#483B4C
(72,59,76)
#382E3B
(56,46,59)
#28212A
(40,33,42)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #B896C3

#B896C3
(184,150,195)
#BE9FC8
(190,159,200)
#C4A8CD
(196,168,205)
#CAB1D2
(202,177,210)
#D0BAD7
(208,186,215)
#D6C3DC
(214,195,220)
#DCCCE1
(220,204,225)
#E2D5E6
(226,213,230)
#E8DEEB
(232,222,235)
#EEE7F0
(238,231,240)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896C3; }

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

This text font color is #B896C3.


Background Color

.myBgColor { background-color: #B896C3; }

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

This div background color is #B896C3.


Border color

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

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

This div border color is #B896C3.


Opacity

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

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

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

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

This text has shadow with #B896C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B896C3 on black background.


Color preview on white background

This text has color #B896C3 on white background.



Black color preview on #B896C3 background

This text has black color on #B896C3 background.


White color preview on #B896C3 background

This text has white color on #B896C3 background.