COLOR #B396CD

HEX: #B396CD
RGB: (179,150,205)

Color info

#B396CD contains red, green and blue colors in about the same proportion. Web safe color of #B396CD is #9999CC (or #99C).

RGB color model

#B396CD color RGB value is (179,150,205).

  • red value is 179;
  • green value is 150;
  • blue value is 205.
RGB:
(179,150,205)
(70%,59%,80%)

RGB channels and saturation

R 179 of 255 = 70%
G 150 of 255 = 59%
B 205 of 255 = 80%

179
150
205

R + G + B ~ 70%. #B396CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 150 + 205 = 534 (100%)
R 179 of 534 ~ 33.52%
G 150 of 534 ~ 28.09%
B 205 of 534 ~ 38.39%

%33.52
%28.09
%38.39

CMYK color model

#B396CD color CMYK value is (13,27,0,20).

  • cyan value is 12.68%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(13,27,0,20)
C13M27Y0K20 
(13%,27%,0%,20%)
(0.13/0.27/0.00/0.20)	

CMYK percentages

%12.68
%26.83
%0
%19.61

Codes

Color #B396CD in popluar color models

B396CD
RGB179150205
HSL272°35.48%69.61%
HSB/HSV272°26.83%80.39%
CMYK12.68%26.83%0.00%
19.61%

Color #B396CD in popluar number systems.

HEXB396CD
Decimal179150205
Binary101100111001011011001101
Octal263226315

Shades and tints

Shades of #B396CD

#B396CD
(179,150,205)
#A389BB
(163,137,187)
#937CA9
(147,124,169)
#836F97
(131,111,151)
#736285
(115,98,133)
#635573
(99,85,115)
#534861
(83,72,97)
#433B4F
(67,59,79)
#332E3D
(51,46,61)
#23212B
(35,33,43)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #B396CD

#B396CD
(179,150,205)
#B99FD1
(185,159,209)
#BFA8D5
(191,168,213)
#C5B1D9
(197,177,217)
#CBBADD
(203,186,221)
#D1C3E1
(209,195,225)
#D7CCE5
(215,204,229)
#DDD5E9
(221,213,233)
#E3DEED
(227,222,237)
#E9E7F1
(233,231,241)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B396CD color. Also use rgb(179,150,205) instead hex code.

Text Font Color

.myTextColor { color: #B396CD; }

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

This text font color is #B396CD.


Background Color

.myBgColor { background-color: #B396CD; }

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

This div background color is #B396CD.


Border color

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

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

This div border color is #B396CD.


Opacity

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

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

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

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

This text has shadow with #B396CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B396CD on black background.


Color preview on white background

This text has color #B396CD on white background.



Black color preview on #B396CD background

This text has black color on #B396CD background.


White color preview on #B396CD background

This text has white color on #B396CD background.