COLOR #B397BD

HEX: #B397BD
RGB: (179,151,189)

Color info

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

RGB color model

#B397BD color RGB value is (179,151,189).

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

RGB channels and saturation

R 179 of 255 = 70%
G 151 of 255 = 59%
B 189 of 255 = 74%

179
151
189

R + G + B ~ 68%. #B397BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 189 = 519 (100%)
R 179 of 519 ~ 34.49%
G 151 of 519 ~ 29.09%
B 189 of 519 ~ 36.42%

%34.49
%29.09
%36.42

CMYK color model

#B397BD color CMYK value is (5,20,0,26).

  • cyan value is 5.29%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,20,0,26)
C5M20Y0K26 
(5%,20%,0%,26%)
(0.05/0.20/0.00/0.26)	

CMYK percentages

%5.29
%20.11
%0
%25.88

Codes

Color #B397BD in popluar color models

B397BD
RGB179151189
HSL284°22.35%66.67%
HSB/HSV284°20.11%74.12%
CMYK5.29%20.11%0.00%
25.88%

Color #B397BD in popluar number systems.

HEXB397BD
Decimal179151189
Binary101100111001011110111101
Octal263227275

Shades and tints

Shades of #B397BD

#B397BD
(179,151,189)
#A38AAC
(163,138,172)
#937D9B
(147,125,155)
#83708A
(131,112,138)
#736379
(115,99,121)
#635668
(99,86,104)
#534957
(83,73,87)
#433C46
(67,60,70)
#332F35
(51,47,53)
#232224
(35,34,36)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #B397BD

#B397BD
(179,151,189)
#B9A0C3
(185,160,195)
#BFA9C9
(191,169,201)
#C5B2CF
(197,178,207)
#CBBBD5
(203,187,213)
#D1C4DB
(209,196,219)
#D7CDE1
(215,205,225)
#DDD6E7
(221,214,231)
#E3DFED
(227,223,237)
#E9E8F3
(233,232,243)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B397BD; }

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

This text font color is #B397BD.


Background Color

.myBgColor { background-color: #B397BD; }

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

This div background color is #B397BD.


Border color

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

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

This div border color is #B397BD.


Opacity

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

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

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

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

This text has shadow with #B397BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B397BD on black background.


Color preview on white background

This text has color #B397BD on white background.



Black color preview on #B397BD background

This text has black color on #B397BD background.


White color preview on #B397BD background

This text has white color on #B397BD background.