COLOR #B096DA

HEX: #B096DA
RGB: (176,150,218)

Color info

#B096DA contains mainly red and blue colors. Web safe color of #B096DA is #9999CC (or #99C).

RGB color model

#B096DA color RGB value is (176,150,218).

  • red value is 176;
  • green value is 150;
  • blue value is 218.
RGB:
(176,150,218)
(69%,59%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 218 of 255 = 85%

176
150
218

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

Portions of RGB colors in percentages

R + G + B =
176 + 150 + 218 = 544 (100%)
R 176 of 544 ~ 32.35%
G 150 of 544 ~ 27.57%
B 218 of 544 ~ 40.07%

%32.35
%27.57
%40.07

CMYK color model

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

  • cyan value is 19.27%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(19,31,0,15)
C19M31Y0K15 
(19%,31%,0%,15%)
(0.19/0.31/0.00/0.15)	

CMYK percentages

%19.27
%31.19
%0
%14.51

Codes

Color #B096DA in popluar color models

B096DA
RGB176150218
HSL263°47.89%72.16%
HSB/HSV263°31.19%85.49%
CMYK19.27%31.19%0.00%
14.51%

Color #B096DA in popluar number systems.

HEXB096DA
Decimal176150218
Binary101100001001011011011010
Octal260226332

Shades and tints

Shades of #B096DA

#B096DA
(176,150,218)
#A089C7
(160,137,199)
#907CB4
(144,124,180)
#806FA1
(128,111,161)
#70628E
(112,98,142)
#60557B
(96,85,123)
#504868
(80,72,104)
#403B55
(64,59,85)
#302E42
(48,46,66)
#20212F
(32,33,47)
#10141C
(16,20,28)
#000000
(0,0,0)

Tints of #B096DA

#B096DA
(176,150,218)
#B79FDD
(183,159,221)
#BEA8E0
(190,168,224)
#C5B1E3
(197,177,227)
#CCBAE6
(204,186,230)
#D3C3E9
(211,195,233)
#DACCEC
(218,204,236)
#E1D5EF
(225,213,239)
#E8DEF2
(232,222,242)
#EFE7F5
(239,231,245)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B096DA color. Also use rgb(176,150,218) instead hex code.

Text Font Color

.myTextColor { color: #B096DA; }

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

This text font color is #B096DA.


Background Color

.myBgColor { background-color: #B096DA; }

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

This div background color is #B096DA.


Border color

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

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

This div border color is #B096DA.


Opacity

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

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

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

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

This text has shadow with #B096DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B096DA on black background.


Color preview on white background

This text has color #B096DA on white background.



Black color preview on #B096DA background

This text has black color on #B096DA background.


White color preview on #B096DA background

This text has white color on #B096DA background.