COLOR #B394C7

HEX: #B394C7 RGB: (179,148,199)

Color info

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

RGB color model

#B394C7 color RGB value is (179,148,199).

RGB: (179,148,199) (70%, 58%, 78%)

RGB channels and saturation

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

179
148
199

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

Portions of RGB colors in percentages

R + G + B = 179 + 148 + 199 = 526 (100%)
R 179 of 526 ~ 34.03%
G 148 of 526 ~ 28.14%
B 199 of 526 ~ 37.83'%

%34.03
%28.14
%37.83

CMYK color model

#B394C7 color CMYK value is (10,26,0,22).

  • cyan value is 10.05%
  • magenta value is 25.63%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (10,26,0,22)
C10M26Y0K22 (10%, 26%, 0%, 22%)
(0.10 / 0.26 / 0.00 / 0.22)

CMYK percentages

%10.05
%25.63
%0
%21.96

Codes

Color #B394C7 in popluar color models

B3 94 C7
RGB 179 148 199
HSL 276° 31.29% 68.04%
HSB/HSV 276° 25.63% 78.04%
CMYK 10.05% 25.63% 0.00%
21.96%

Color #B394C7 in popluar number systems.

HEX B3 94 C7
Decimal 179 148 199
Binary 10110011 10010100 11000111
Octal 263 224 307

Shades and tints

Shades of #B394C7

#B394C7
(179,148,199)
#A387B5
(163,135,181)
#937AA3
(147,122,163)
#836D91
(131,109,145)
#73607F
(115,96,127)
#63536D
(99,83,109)
#53465B
(83,70,91)
#433949
(67,57,73)
#332C37
(51,44,55)
#231F25
(35,31,37)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #B394C7

#B394C7
(179,148,199)
#B99DCC
(185,157,204)
#BFA6D1
(191,166,209)
#C5AFD6
(197,175,214)
#CBB8DB
(203,184,219)
#D1C1E0
(209,193,224)
#D7CAE5
(215,202,229)
#DDD3EA
(221,211,234)
#E3DCEF
(227,220,239)
#E9E5F4
(233,229,244)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B394C7; }

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

This text font color is #B394C7.

Background Color

.myBgColor { background-color: #B394C7; }

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

This div background color is #B394C7.

Border color

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

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

This div border color is #B394C7.

Opacity

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

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

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

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

This text has shadow with #B394C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B394C7.

Preview

Color preview on black background

This text has color #B394C7 on black background.


Color preview on white background

This text has color #B394C7 on white background.


Black color preview on #B394C7 background

This text has black color on #B394C7 background.


White color preview on #B394C7 background

This text has white color on #B394C7 background.


Related colors

Complementary color

Complementary color for #hex is #4C6B38.


I love getcolorcode.com

Triadic colors

1 #C7B394 and #94C7B3 with #B394C7 are triadic colors.

2 #C794B3 and #94B3C7 with #B394C7 are triadic colors.