COLOR #B896DC

HEX: #B896DC RGB: (184,150,220)

Color info

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

RGB color model

#B896DC color RGB value is (184,150,220).

RGB: (184,150,220) (72%, 59%, 86%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 220 of 255 = 86%

184
150
220

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

Portions of RGB colors in percentages

R + G + B = 184 + 150 + 220 = 554 (100%)
R 184 of 554 ~ 33.21%
G 150 of 554 ~ 27.08%
B 220 of 554 ~ 39.71'%

%33.21
%27.08
%39.71

CMYK color model

#B896DC color CMYK value is (16,32,0,14).

  • cyan value is 16.36%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (16,32,0,14)
C16M32Y0K14 (16%, 32%, 0%, 14%)
(0.16 / 0.32 / 0.00 / 0.14)

CMYK percentages

%16.36
%31.82
%0
%13.73

Codes

Color #B896DC in popluar color models

B8 96 DC
RGB 184 150 220
HSL 269° 50.00% 72.55%
HSB/HSV 269° 31.82% 86.27%
CMYK 16.36% 31.82% 0.00%
13.73%

Color #B896DC in popluar number systems.

HEX B8 96 DC
Decimal 184 150 220
Binary 10111000 10010110 11011100
Octal 270 226 334

Shades and tints

Shades of #B896DC

#B896DC
(184,150,220)
#A889C8
(168,137,200)
#987CB4
(152,124,180)
#886FA0
(136,111,160)
#78628C
(120,98,140)
#685578
(104,85,120)
#584864
(88,72,100)
#483B50
(72,59,80)
#382E3C
(56,46,60)
#282128
(40,33,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B896DC

#B896DC
(184,150,220)
#BE9FDF
(190,159,223)
#C4A8E2
(196,168,226)
#CAB1E5
(202,177,229)
#D0BAE8
(208,186,232)
#D6C3EB
(214,195,235)
#DCCCEE
(220,204,238)
#E2D5F1
(226,213,241)
#E8DEF4
(232,222,244)
#EEE7F7
(238,231,247)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896DC; }

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

This text font color is #B896DC.

Background Color

.myBgColor { background-color: #B896DC; }

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

This div background color is #B896DC.

Border color

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

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

This div border color is #B896DC.

Opacity

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

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

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

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

This text has shadow with #B896DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B896DC.

Preview

Color preview on black background

This text has color #B896DC on black background.


Color preview on white background

This text has color #B896DC on white background.


Black color preview on #B896DC background

This text has black color on #B896DC background.


White color preview on #B896DC background

This text has white color on #B896DC background.


Related colors

Complementary color

Complementary color for #hex is #476923.


I love getcolorcode.com

Triadic colors

1 #DCB896 and #96DCB8 with #B896DC are triadic colors.

2 #DC96B8 and #96B8DC with #B896DC are triadic colors.