COLOR #B494B8

HEX: #B494B8
RGB: (180,148,184)

Color info

#B494B8 contains red, green and blue colors in about the same proportion. Web safe color of #B494B8 is #CC99CC (or #C9C).

RGB color model

#B494B8 color RGB value is (180,148,184).

  • red value is 180;
  • green value is 148;
  • blue value is 184.
RGB:
(180,148,184)
(71%,58%,72%)

RGB channels and saturation

R 180 of 255 = 71%
G 148 of 255 = 58%
B 184 of 255 = 72%

180
148
184

R + G + B ~ 67%. #B494B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 148 + 184 = 512 (100%)
R 180 of 512 ~ 35.16%
G 148 of 512 ~ 28.91%
B 184 of 512 ~ 35.94%

%35.16
%28.91
%35.94

CMYK color model

#B494B8 color CMYK value is (2,20,0,28).

  • cyan value is 2.17%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(2,20,0,28)
C2M20Y0K28 
(2%,20%,0%,28%)
(0.02/0.20/0.00/0.28)	

CMYK percentages

%2.17
%19.57
%0
%27.84

Codes

Color #B494B8 in popluar color models

B494B8
RGB180148184
HSL293°20.22%65.10%
HSB/HSV293°19.57%72.16%
CMYK2.17%19.57%0.00%
27.84%

Color #B494B8 in popluar number systems.

HEXB494B8
Decimal180148184
Binary101101001001010010111000
Octal264224270

Shades and tints

Shades of #B494B8

#B494B8
(180,148,184)
#A487A8
(164,135,168)
#947A98
(148,122,152)
#846D88
(132,109,136)
#746078
(116,96,120)
#645368
(100,83,104)
#544658
(84,70,88)
#443948
(68,57,72)
#342C38
(52,44,56)
#241F28
(36,31,40)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #B494B8

#B494B8
(180,148,184)
#BA9DBE
(186,157,190)
#C0A6C4
(192,166,196)
#C6AFCA
(198,175,202)
#CCB8D0
(204,184,208)
#D2C1D6
(210,193,214)
#D8CADC
(216,202,220)
#DED3E2
(222,211,226)
#E4DCE8
(228,220,232)
#EAE5EE
(234,229,238)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B494B8 color. Also use rgb(180,148,184) instead hex code.

Text Font Color

.myTextColor { color: #B494B8; }

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

This text font color is #B494B8.


Background Color

.myBgColor { background-color: #B494B8; }

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

This div background color is #B494B8.


Border color

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

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

This div border color is #B494B8.


Opacity

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

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

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

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

This text has shadow with #B494B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B494B8 on black background.


Color preview on white background

This text has color #B494B8 on white background.



Black color preview on #B494B8 background

This text has black color on #B494B8 background.


White color preview on #B494B8 background

This text has white color on #B494B8 background.