COLOR #B398B4

HEX: #B398B4
RGB: (179,152,180)

Color info

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

RGB color model

#B398B4 color RGB value is (179,152,180).

  • red value is 179;
  • green value is 152;
  • blue value is 180.
RGB:
(179,152,180)
(70%,60%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 180 of 255 = 71%

179
152
180

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

Portions of RGB colors in percentages

R + G + B =
179 + 152 + 180 = 511 (100%)
R 179 of 511 ~ 35.03%
G 152 of 511 ~ 29.75%
B 180 of 511 ~ 35.23%

%35.03
%29.75
%35.23

CMYK color model

#B398B4 color CMYK value is (1,16,0,29).

  • cyan value is 0.56%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(1,16,0,29)
C1M16Y0K29 
(1%,16%,0%,29%)
(0.01/0.16/0.00/0.29)	

CMYK percentages

%0.56
%15.56
%0
%29.41

Codes

Color #B398B4 in popluar color models

B398B4
RGB179152180
HSL298°15.73%65.10%
HSB/HSV298°15.56%70.59%
CMYK0.56%15.56%0.00%
29.41%

Color #B398B4 in popluar number systems.

HEXB398B4
Decimal179152180
Binary101100111001100010110100
Octal263230264

Shades and tints

Shades of #B398B4

#B398B4
(179,152,180)
#A38BA4
(163,139,164)
#937E94
(147,126,148)
#837184
(131,113,132)
#736474
(115,100,116)
#635764
(99,87,100)
#534A54
(83,74,84)
#433D44
(67,61,68)
#333034
(51,48,52)
#232324
(35,35,36)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B398B4

#B398B4
(179,152,180)
#B9A1BA
(185,161,186)
#BFAAC0
(191,170,192)
#C5B3C6
(197,179,198)
#CBBCCC
(203,188,204)
#D1C5D2
(209,197,210)
#D7CED8
(215,206,216)
#DDD7DE
(221,215,222)
#E3E0E4
(227,224,228)
#E9E9EA
(233,233,234)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B398B4; }

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

This text font color is #B398B4.


Background Color

.myBgColor { background-color: #B398B4; }

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

This div background color is #B398B4.


Border color

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

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

This div border color is #B398B4.


Opacity

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

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

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

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

This text has shadow with #B398B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B398B4 on black background.


Color preview on white background

This text has color #B398B4 on white background.



Black color preview on #B398B4 background

This text has black color on #B398B4 background.


White color preview on #B398B4 background

This text has white color on #B398B4 background.