COLOR #B394C6

HEX: #B394C6
RGB: (179,148,198)

Color info

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

RGB color model

#B394C6 color RGB value is (179,148,198).

  • red value is 179;
  • green value is 148;
  • blue value is 198.
RGB:
(179,148,198)
(70%,58%,78%)

RGB channels and saturation

R 179 of 255 = 70%
G 148 of 255 = 58%
B 198 of 255 = 78%

179
148
198

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

Portions of RGB colors in percentages

R + G + B =
179 + 148 + 198 = 525 (100%)
R 179 of 525 ~ 34.1%
G 148 of 525 ~ 28.19%
B 198 of 525 ~ 37.71%

%34.1
%28.19
%37.71

CMYK color model

#B394C6 color CMYK value is (10,25,0,22).

  • cyan value is 9.60%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,25,0,22)
C10M25Y0K22 
(10%,25%,0%,22%)
(0.10/0.25/0.00/0.22)	

CMYK percentages

%9.6
%25.25
%0
%22.35

Codes

Color #B394C6 in popluar color models

B394C6
RGB179148198
HSL277°30.49%67.84%
HSB/HSV277°25.25%77.65%
CMYK9.60%25.25%0.00%
22.35%

Color #B394C6 in popluar number systems.

HEXB394C6
Decimal179148198
Binary101100111001010011000110
Octal263224306

Shades and tints

Shades of #B394C6

#B394C6
(179,148,198)
#A387B4
(163,135,180)
#937AA2
(147,122,162)
#836D90
(131,109,144)
#73607E
(115,96,126)
#63536C
(99,83,108)
#53465A
(83,70,90)
#433948
(67,57,72)
#332C36
(51,44,54)
#231F24
(35,31,36)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #B394C6

#B394C6
(179,148,198)
#B99DCB
(185,157,203)
#BFA6D0
(191,166,208)
#C5AFD5
(197,175,213)
#CBB8DA
(203,184,218)
#D1C1DF
(209,193,223)
#D7CAE4
(215,202,228)
#DDD3E9
(221,211,233)
#E3DCEE
(227,220,238)
#E9E5F3
(233,229,243)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B394C6; }

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

This text font color is #B394C6.


Background Color

.myBgColor { background-color: #B394C6; }

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

This div background color is #B394C6.


Border color

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

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

This div border color is #B394C6.


Opacity

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

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

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

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

This text has shadow with #B394C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B394C6 on black background.


Color preview on white background

This text has color #B394C6 on white background.



Black color preview on #B394C6 background

This text has black color on #B394C6 background.


White color preview on #B394C6 background

This text has white color on #B394C6 background.