COLOR #B294A6

HEX: #B294A6
RGB: (178,148,166)

Color info

#B294A6 contains red, green and blue colors in about the same proportion. Web safe color of #B294A6 is #999999 (or #999).

RGB color model

#B294A6 color RGB value is (178,148,166).

  • red value is 178;
  • green value is 148;
  • blue value is 166.
RGB:
(178,148,166)
(70%,58%,65%)

RGB channels and saturation

R 178 of 255 = 70%
G 148 of 255 = 58%
B 166 of 255 = 65%

178
148
166

R + G + B ~ 64%. #B294A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 148 + 166 = 492 (100%)
R 178 of 492 ~ 36.18%
G 148 of 492 ~ 30.08%
B 166 of 492 ~ 33.74%

%36.18
%30.08
%33.74

CMYK color model

#B294A6 color CMYK value is (0,17,7,30).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 6.74%
  • key color value is 30.20%
CMYK:
(0,17,7,30)
C0M17Y7K30 
(0%,17%,7%,30%)
(0.00/0.17/0.07/0.30)	

CMYK percentages

%0
%16.85
%6.74
%30.2

Codes

Color #B294A6 in popluar color models

B294A6
RGB178148166
HSL324°16.30%63.92%
HSB/HSV324°16.85%69.80%
CMYK0.00%16.85%6.74%
30.20%

Color #B294A6 in popluar number systems.

HEXB294A6
Decimal178148166
Binary101100101001010010100110
Octal262224246

Shades and tints

Shades of #B294A6

#B294A6
(178,148,166)
#A28797
(162,135,151)
#927A88
(146,122,136)
#826D79
(130,109,121)
#72606A
(114,96,106)
#62535B
(98,83,91)
#52464C
(82,70,76)
#42393D
(66,57,61)
#322C2E
(50,44,46)
#221F1F
(34,31,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #B294A6

#B294A6
(178,148,166)
#B99DAE
(185,157,174)
#C0A6B6
(192,166,182)
#C7AFBE
(199,175,190)
#CEB8C6
(206,184,198)
#D5C1CE
(213,193,206)
#DCCAD6
(220,202,214)
#E3D3DE
(227,211,222)
#EADCE6
(234,220,230)
#F1E5EE
(241,229,238)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B294A6 color. Also use rgb(178,148,166) instead hex code.

Text Font Color

.myTextColor { color: #B294A6; }

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

This text font color is #B294A6.


Background Color

.myBgColor { background-color: #B294A6; }

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

This div background color is #B294A6.


Border color

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

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

This div border color is #B294A6.


Opacity

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

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

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

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

This text has shadow with #B294A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B294A6 on black background.


Color preview on white background

This text has color #B294A6 on white background.



Black color preview on #B294A6 background

This text has black color on #B294A6 background.


White color preview on #B294A6 background

This text has white color on #B294A6 background.