COLOR #B397B5

HEX: #B397B5 RGB: (179,151,181)

Color info

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

RGB color model

#B397B5 color RGB value is (179,151,181).

RGB: (179,151,181) (70%, 59%, 71%)

RGB channels and saturation

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

179
151
181

R + G + B ~ 67%. #B397B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 151 + 181 = 511 (100%)
R 179 of 511 ~ 35.03%
G 151 of 511 ~ 29.55%
B 181 of 511 ~ 35.42'%

%35.03
%29.55
%35.42

CMYK color model

#B397B5 color CMYK value is (1,17,0,29).

  • cyan value is 1.10%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (1,17,0,29) C1M17Y0K29 (1%,17%,0%,29%) (0.01/0.17/0.00/0.29) 

CMYK percentages

%1.1
%16.57
%0
%29.02

Codes

Color #B397B5 in popluar color models

B3 97 B5
RGB 179 151 181
HSL 296° 16.85% 65.10%
HSB/HSV 296° 16.57% 70.98%
CMYK 1.10% 16.57% 0.00%
29.02%

Color #B397B5 in popluar number systems.

HEX B3 97 B5
Decimal 179 151 181
Binary 10110011 10010111 10110101
Octal 263 227 265

Shades and tints

Shades of #B397B5

#B397B5
(179,151,181)
#A38AA5
(163,138,165)
#937D95
(147,125,149)
#837085
(131,112,133)
#736375
(115,99,117)
#635665
(99,86,101)
#534955
(83,73,85)
#433C45
(67,60,69)
#332F35
(51,47,53)
#232225
(35,34,37)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #B397B5

#B397B5
(179,151,181)
#B9A0BB
(185,160,187)
#BFA9C1
(191,169,193)
#C5B2C7
(197,178,199)
#CBBBCD
(203,187,205)
#D1C4D3
(209,196,211)
#D7CDD9
(215,205,217)
#DDD6DF
(221,214,223)
#E3DFE5
(227,223,229)
#E9E8EB
(233,232,235)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B397B5; }

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

This text font color is #B397B5.

Background Color

.myBgColor { background-color: #B397B5; }

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

This div background color is #B397B5.

Border color

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

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

This div border color is #B397B5.

Opacity

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

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

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

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

This text has shadow with #B397B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B397B5.

Preview

Color preview on black background

This text has color #B397B5 on black background.


Color preview on white background

This text has color #B397B5 on white background.


Black color preview on #B397B5 background

This text has black color on #B397B5 background.


White color preview on #B397B5 background

This text has white color on #B397B5 background.


Related colors

Complementary color

Complementary color for #hex is #4C684A.


I love getcolorcode.com

Triadic colors

1 #B5B397 and #97B5B3 with #B397B5 are triadic colors.

2 #B597B3 and #97B3B5 with #B397B5 are triadic colors.