COLOR #B394C3

HEX: #B394C3 RGB: (179,148,195)

Color info

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

RGB color model

#B394C3 color RGB value is (179,148,195).

RGB: (179,148,195) (70%, 58%, 76%)

RGB channels and saturation

R 179 of 255 = 70%
G 148 of 255 = 58%
B 195 of 255 = 76%

179
148
195

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

Portions of RGB colors in percentages

R + G + B = 179 + 148 + 195 = 522 (100%)
R 179 of 522 ~ 34.29%
G 148 of 522 ~ 28.35%
B 195 of 522 ~ 37.36'%

%34.29
%28.35
%37.36

CMYK color model

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

  • cyan value is 8.21%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (8,24,0,24) C8M24Y0K24 (8%,24%,0%,24%) (0.08/0.24/0.00/0.24) 

CMYK percentages

%8.21
%24.1
%0
%23.53

Codes

Color #B394C3 in popluar color models

B3 94 C3
RGB 179 148 195
HSL 280° 28.14% 67.25%
HSB/HSV 280° 24.10% 76.47%
CMYK 8.21% 24.10% 0.00%
23.53%

Color #B394C3 in popluar number systems.

HEX B3 94 C3
Decimal 179 148 195
Binary 10110011 10010100 11000011
Octal 263 224 303

Shades and tints

Shades of #B394C3

#B394C3
(179,148,195)
#A387B2
(163,135,178)
#937AA1
(147,122,161)
#836D90
(131,109,144)
#73607F
(115,96,127)
#63536E
(99,83,110)
#53465D
(83,70,93)
#43394C
(67,57,76)
#332C3B
(51,44,59)
#231F2A
(35,31,42)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #B394C3

#B394C3
(179,148,195)
#B99DC8
(185,157,200)
#BFA6CD
(191,166,205)
#C5AFD2
(197,175,210)
#CBB8D7
(203,184,215)
#D1C1DC
(209,193,220)
#D7CAE1
(215,202,225)
#DDD3E6
(221,211,230)
#E3DCEB
(227,220,235)
#E9E5F0
(233,229,240)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B394C3; }

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

This text font color is #B394C3.

Background Color

.myBgColor { background-color: #B394C3; }

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

This div background color is #B394C3.

Border color

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

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

This div border color is #B394C3.

Opacity

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

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

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

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

This text has shadow with #B394C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B394C3.

Preview

Color preview on black background

This text has color #B394C3 on black background.


Color preview on white background

This text has color #B394C3 on white background.


Black color preview on #B394C3 background

This text has black color on #B394C3 background.


White color preview on #B394C3 background

This text has white color on #B394C3 background.


Related colors

Complementary color

Complementary color for #hex is #4C6B3C.


I love getcolorcode.com

Triadic colors

1 #C3B394 and #94C3B3 with #B394C3 are triadic colors.

2 #C394B3 and #94B3C3 with #B394C3 are triadic colors.