COLOR #B896D9

HEX: #B896D9 RGB: (184,150,217)

Color info

#B896D9 contains mainly red and blue colors. Web safe color of #B896D9 is #CC99CC (or #C9C).

RGB color model

#B896D9 color RGB value is (184,150,217).

RGB: (184,150,217) (72%, 59%, 85%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 217 of 255 = 85%

184
150
217

R + G + B ~ 72%. #B896D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 150 + 217 = 551 (100%)
R 184 of 551 ~ 33.39%
G 150 of 551 ~ 27.22%
B 217 of 551 ~ 39.38'%

%33.39
%27.22
%39.38

CMYK color model

#B896D9 color CMYK value is (15,31,0,15).

  • cyan value is 15.21%
  • magenta value is 30.88%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (15,31,0,15) C15M31Y0K15 (15%,31%,0%,15%) (0.15/0.31/0.00/0.15) 

CMYK percentages

%15.21
%30.88
%0
%14.9

Codes

Color #B896D9 in popluar color models

B8 96 D9
RGB 184 150 217
HSL 270° 46.85% 71.96%
HSB/HSV 270° 30.88% 85.10%
CMYK 15.21% 30.88% 0.00%
14.90%

Color #B896D9 in popluar number systems.

HEX B8 96 D9
Decimal 184 150 217
Binary 10111000 10010110 11011001
Octal 270 226 331

Shades and tints

Shades of #B896D9

#B896D9
(184,150,217)
#A889C6
(168,137,198)
#987CB3
(152,124,179)
#886FA0
(136,111,160)
#78628D
(120,98,141)
#68557A
(104,85,122)
#584867
(88,72,103)
#483B54
(72,59,84)
#382E41
(56,46,65)
#28212E
(40,33,46)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #B896D9

#B896D9
(184,150,217)
#BE9FDC
(190,159,220)
#C4A8DF
(196,168,223)
#CAB1E2
(202,177,226)
#D0BAE5
(208,186,229)
#D6C3E8
(214,195,232)
#DCCCEB
(220,204,235)
#E2D5EE
(226,213,238)
#E8DEF1
(232,222,241)
#EEE7F4
(238,231,244)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896D9; }

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

This text font color is #B896D9.

Background Color

.myBgColor { background-color: #B896D9; }

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

This div background color is #B896D9.

Border color

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

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

This div border color is #B896D9.

Opacity

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

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

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

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

This text has shadow with #B896D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B896D9.

Preview

Color preview on black background

This text has color #B896D9 on black background.


Color preview on white background

This text has color #B896D9 on white background.


Black color preview on #B896D9 background

This text has black color on #B896D9 background.


White color preview on #B896D9 background

This text has white color on #B896D9 background.


Related colors

Complementary color

Complementary color for #hex is #476926.


I love getcolorcode.com

Triadic colors

1 #D9B896 and #96D9B8 with #B896D9 are triadic colors.

2 #D996B8 and #96B8D9 with #B896D9 are triadic colors.