COLOR #B397B3

HEX: #B397B3
RGB: (179,151,179)

Color info

#B397B3 contains red, green and blue colors in about the same proportion. Web safe color of #B397B3 is #999999 (or #999).

RGB color model

#B397B3 color RGB value is (179,151,179).

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

RGB channels and saturation

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

179
151
179

R + G + B ~ 66%. #B397B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 151 + 179 = 509 (100%)
R 179 of 509 ~ 35.17%
G 151 of 509 ~ 29.67%
B 179 of 509 ~ 35.17%

%35.17
%29.67
%35.17

CMYK color model

#B397B3 color CMYK value is (0,16,0,30).

  • cyan value is 0.00%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(0,16,0,30)
C0M16Y0K30 
(0%,16%,0%,30%)
(0.00/0.16/0.00/0.30)	

CMYK percentages

%0
%15.64
%0
%29.8

Codes

Color #B397B3 in popluar color models

B397B3
RGB179151179
HSL300°15.56%64.71%
HSB/HSV300°15.64%70.20%
CMYK0.00%15.64%0.00%
29.80%

Color #B397B3 in popluar number systems.

HEXB397B3
Decimal179151179
Binary101100111001011110110011
Octal263227263

Shades and tints

Shades of #B397B3

#B397B3
(179,151,179)
#A38AA3
(163,138,163)
#937D93
(147,125,147)
#837083
(131,112,131)
#736373
(115,99,115)
#635663
(99,86,99)
#534953
(83,73,83)
#433C43
(67,60,67)
#332F33
(51,47,51)
#232223
(35,34,35)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #B397B3

#B397B3
(179,151,179)
#B9A0B9
(185,160,185)
#BFA9BF
(191,169,191)
#C5B2C5
(197,178,197)
#CBBBCB
(203,187,203)
#D1C4D1
(209,196,209)
#D7CDD7
(215,205,215)
#DDD6DD
(221,214,221)
#E3DFE3
(227,223,227)
#E9E8E9
(233,232,233)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B397B3; }

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

This text font color is #B397B3.


Background Color

.myBgColor { background-color: #B397B3; }

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

This div background color is #B397B3.


Border color

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

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

This div border color is #B397B3.


Opacity

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

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

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

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

This text has shadow with #B397B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B397B3 on black background.


Color preview on white background

This text has color #B397B3 on white background.



Black color preview on #B397B3 background

This text has black color on #B397B3 background.


White color preview on #B397B3 background

This text has white color on #B397B3 background.