COLOR #B398C0

HEX: #B398C0
RGB: (179,152,192)

Color info

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

RGB color model

#B398C0 color RGB value is (179,152,192).

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

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 192 of 255 = 75%

179
152
192

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

Portions of RGB colors in percentages

R + G + B =
179 + 152 + 192 = 523 (100%)
R 179 of 523 ~ 34.23%
G 152 of 523 ~ 29.06%
B 192 of 523 ~ 36.71%

%34.23
%29.06
%36.71

CMYK color model

#B398C0 color CMYK value is (7,21,0,25).

  • cyan value is 6.77%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(7,21,0,25)
C7M21Y0K25 
(7%,21%,0%,25%)
(0.07/0.21/0.00/0.25)	

CMYK percentages

%6.77
%20.83
%0
%24.71

Codes

Color #B398C0 in popluar color models

B398C0
RGB179152192
HSL281°24.10%67.45%
HSB/HSV281°20.83%75.29%
CMYK6.77%20.83%0.00%
24.71%

Color #B398C0 in popluar number systems.

HEXB398C0
Decimal179152192
Binary101100111001100011000000
Octal263230300

Shades and tints

Shades of #B398C0

#B398C0
(179,152,192)
#A38BAF
(163,139,175)
#937E9E
(147,126,158)
#83718D
(131,113,141)
#73647C
(115,100,124)
#63576B
(99,87,107)
#534A5A
(83,74,90)
#433D49
(67,61,73)
#333038
(51,48,56)
#232327
(35,35,39)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #B398C0

#B398C0
(179,152,192)
#B9A1C5
(185,161,197)
#BFAACA
(191,170,202)
#C5B3CF
(197,179,207)
#CBBCD4
(203,188,212)
#D1C5D9
(209,197,217)
#D7CEDE
(215,206,222)
#DDD7E3
(221,215,227)
#E3E0E8
(227,224,232)
#E9E9ED
(233,233,237)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B398C0; }

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

This text font color is #B398C0.


Background Color

.myBgColor { background-color: #B398C0; }

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

This div background color is #B398C0.


Border color

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

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

This div border color is #B398C0.


Opacity

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

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

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

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

This text has shadow with #B398C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B398C0 on black background.


Color preview on white background

This text has color #B398C0 on white background.



Black color preview on #B398C0 background

This text has black color on #B398C0 background.


White color preview on #B398C0 background

This text has white color on #B398C0 background.