COLOR #B896B9

HEX: #B896B9
RGB: (184,150,185)

Color info

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

RGB color model

#B896B9 color RGB value is (184,150,185).

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

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 185 of 255 = 73%

184
150
185

R + G + B ~ 68%. #B896B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 185 = 519 (100%)
R 184 of 519 ~ 35.45%
G 150 of 519 ~ 28.9%
B 185 of 519 ~ 35.65%

%35.45
%28.9
%35.65

CMYK color model

#B896B9 color CMYK value is (1,19,0,27).

  • cyan value is 0.54%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(1,19,0,27)
C1M19Y0K27 
(1%,19%,0%,27%)
(0.01/0.19/0.00/0.27)	

CMYK percentages

%0.54
%18.92
%0
%27.45

Codes

Color #B896B9 in popluar color models

B896B9
RGB184150185
HSL298°20.00%65.69%
HSB/HSV298°18.92%72.55%
CMYK0.54%18.92%0.00%
27.45%

Color #B896B9 in popluar number systems.

HEXB896B9
Decimal184150185
Binary101110001001011010111001
Octal270226271

Shades and tints

Shades of #B896B9

#B896B9
(184,150,185)
#A889A9
(168,137,169)
#987C99
(152,124,153)
#886F89
(136,111,137)
#786279
(120,98,121)
#685569
(104,85,105)
#584859
(88,72,89)
#483B49
(72,59,73)
#382E39
(56,46,57)
#282129
(40,33,41)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #B896B9

#B896B9
(184,150,185)
#BE9FBF
(190,159,191)
#C4A8C5
(196,168,197)
#CAB1CB
(202,177,203)
#D0BAD1
(208,186,209)
#D6C3D7
(214,195,215)
#DCCCDD
(220,204,221)
#E2D5E3
(226,213,227)
#E8DEE9
(232,222,233)
#EEE7EF
(238,231,239)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896B9; }

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

This text font color is #B896B9.


Background Color

.myBgColor { background-color: #B896B9; }

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

This div background color is #B896B9.


Border color

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

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

This div border color is #B896B9.


Opacity

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

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

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

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

This text has shadow with #B896B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B896B9 on black background.


Color preview on white background

This text has color #B896B9 on white background.



Black color preview on #B896B9 background

This text has black color on #B896B9 background.


White color preview on #B896B9 background

This text has white color on #B896B9 background.