COLOR #B896D0

HEX: #B896D0
RGB: (184,150,208)

Color info

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

RGB color model

#B896D0 color RGB value is (184,150,208).

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

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 208 of 255 = 82%

184
150
208

R + G + B ~ 71%. #B896D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 208 = 542 (100%)
R 184 of 542 ~ 33.95%
G 150 of 542 ~ 27.68%
B 208 of 542 ~ 38.38%

%33.95
%27.68
%38.38

CMYK color model

#B896D0 color CMYK value is (12,28,0,18).

  • cyan value is 11.54%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(12,28,0,18)
C12M28Y0K18 
(12%,28%,0%,18%)
(0.12/0.28/0.00/0.18)	

CMYK percentages

%11.54
%27.88
%0
%18.43

Codes

Color #B896D0 in popluar color models

B896D0
RGB184150208
HSL275°38.16%70.20%
HSB/HSV275°27.88%81.57%
CMYK11.54%27.88%0.00%
18.43%

Color #B896D0 in popluar number systems.

HEXB896D0
Decimal184150208
Binary101110001001011011010000
Octal270226320

Shades and tints

Shades of #B896D0

#B896D0
(184,150,208)
#A889BE
(168,137,190)
#987CAC
(152,124,172)
#886F9A
(136,111,154)
#786288
(120,98,136)
#685576
(104,85,118)
#584864
(88,72,100)
#483B52
(72,59,82)
#382E40
(56,46,64)
#28212E
(40,33,46)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #B896D0

#B896D0
(184,150,208)
#BE9FD4
(190,159,212)
#C4A8D8
(196,168,216)
#CAB1DC
(202,177,220)
#D0BAE0
(208,186,224)
#D6C3E4
(214,195,228)
#DCCCE8
(220,204,232)
#E2D5EC
(226,213,236)
#E8DEF0
(232,222,240)
#EEE7F4
(238,231,244)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896D0; }

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

This text font color is #B896D0.


Background Color

.myBgColor { background-color: #B896D0; }

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

This div background color is #B896D0.


Border color

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

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

This div border color is #B896D0.


Opacity

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

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

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

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

This text has shadow with #B896D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B896D0 on black background.


Color preview on white background

This text has color #B896D0 on white background.



Black color preview on #B896D0 background

This text has black color on #B896D0 background.


White color preview on #B896D0 background

This text has white color on #B896D0 background.