COLOR #B397CE

HEX: #B397CE
RGB: (179,151,206)

Color info

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

RGB color model

#B397CE color RGB value is (179,151,206).

  • red value is 179;
  • green value is 151;
  • blue value is 206.
RGB:
(179,151,206)
(70%,59%,81%)

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 206 of 255 = 81%

179
151
206

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

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 206 = 536 (100%)
R 179 of 536 ~ 33.4%
G 151 of 536 ~ 28.17%
B 206 of 536 ~ 38.43%

%33.4
%28.17
%38.43

CMYK color model

#B397CE color CMYK value is (13,27,0,19).

  • cyan value is 13.11%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(13,27,0,19)
C13M27Y0K19 
(13%,27%,0%,19%)
(0.13/0.27/0.00/0.19)	

CMYK percentages

%13.11
%26.7
%0
%19.22

Codes

Color #B397CE in popluar color models

B397CE
RGB179151206
HSL271°35.95%70.00%
HSB/HSV271°26.70%80.78%
CMYK13.11%26.70%0.00%
19.22%

Color #B397CE in popluar number systems.

HEXB397CE
Decimal179151206
Binary101100111001011111001110
Octal263227316

Shades and tints

Shades of #B397CE

#B397CE
(179,151,206)
#A38ABC
(163,138,188)
#937DAA
(147,125,170)
#837098
(131,112,152)
#736386
(115,99,134)
#635674
(99,86,116)
#534962
(83,73,98)
#433C50
(67,60,80)
#332F3E
(51,47,62)
#23222C
(35,34,44)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #B397CE

#B397CE
(179,151,206)
#B9A0D2
(185,160,210)
#BFA9D6
(191,169,214)
#C5B2DA
(197,178,218)
#CBBBDE
(203,187,222)
#D1C4E2
(209,196,226)
#D7CDE6
(215,205,230)
#DDD6EA
(221,214,234)
#E3DFEE
(227,223,238)
#E9E8F2
(233,232,242)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B397CE color. Also use rgb(179,151,206) instead hex code.

Text Font Color

.myTextColor { color: #B397CE; }

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

This text font color is #B397CE.


Background Color

.myBgColor { background-color: #B397CE; }

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

This div background color is #B397CE.


Border color

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

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

This div border color is #B397CE.


Opacity

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

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

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

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

This text has shadow with #B397CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B397CE on black background.


Color preview on white background

This text has color #B397CE on white background.



Black color preview on #B397CE background

This text has black color on #B397CE background.


White color preview on #B397CE background

This text has white color on #B397CE background.