COLOR #B398C2

HEX: #B398C2
RGB: (179,152,194)

Color info

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

RGB color model

#B398C2 color RGB value is (179,152,194).

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

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 194 of 255 = 76%

179
152
194

R + G + B ~ 69%. #B398C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 152 + 194 = 525 (100%)
R 179 of 525 ~ 34.1%
G 152 of 525 ~ 28.95%
B 194 of 525 ~ 36.95%

%34.1
%28.95
%36.95

CMYK color model

#B398C2 color CMYK value is (8,22,0,24).

  • cyan value is 7.73%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(8,22,0,24)
C8M22Y0K24 
(8%,22%,0%,24%)
(0.08/0.22/0.00/0.24)	

CMYK percentages

%7.73
%21.65
%0
%23.92

Codes

Color #B398C2 in popluar color models

B398C2
RGB179152194
HSL279°25.61%67.84%
HSB/HSV279°21.65%76.08%
CMYK7.73%21.65%0.00%
23.92%

Color #B398C2 in popluar number systems.

HEXB398C2
Decimal179152194
Binary101100111001100011000010
Octal263230302

Shades and tints

Shades of #B398C2

#B398C2
(179,152,194)
#A38BB1
(163,139,177)
#937EA0
(147,126,160)
#83718F
(131,113,143)
#73647E
(115,100,126)
#63576D
(99,87,109)
#534A5C
(83,74,92)
#433D4B
(67,61,75)
#33303A
(51,48,58)
#232329
(35,35,41)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #B398C2

#B398C2
(179,152,194)
#B9A1C7
(185,161,199)
#BFAACC
(191,170,204)
#C5B3D1
(197,179,209)
#CBBCD6
(203,188,214)
#D1C5DB
(209,197,219)
#D7CEE0
(215,206,224)
#DDD7E5
(221,215,229)
#E3E0EA
(227,224,234)
#E9E9EF
(233,233,239)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B398C2; }

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

This text font color is #B398C2.


Background Color

.myBgColor { background-color: #B398C2; }

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

This div background color is #B398C2.


Border color

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

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

This div border color is #B398C2.


Opacity

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

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

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

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

This text has shadow with #B398C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B398C2 on black background.


Color preview on white background

This text has color #B398C2 on white background.



Black color preview on #B398C2 background

This text has black color on #B398C2 background.


White color preview on #B398C2 background

This text has white color on #B398C2 background.