COLOR #B293BD

HEX: #B293BD
RGB: (178,147,189)

Color info

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

RGB color model

#B293BD color RGB value is (178,147,189).

  • red value is 178;
  • green value is 147;
  • blue value is 189.
RGB:
(178,147,189)
(70%,58%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 189 of 255 = 74%

178
147
189

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

Portions of RGB colors in percentages

R + G + B =
178 + 147 + 189 = 514 (100%)
R 178 of 514 ~ 34.63%
G 147 of 514 ~ 28.6%
B 189 of 514 ~ 36.77%

%34.63
%28.6
%36.77

CMYK color model

#B293BD color CMYK value is (6,22,0,26).

  • cyan value is 5.82%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(6,22,0,26)
C6M22Y0K26 
(6%,22%,0%,26%)
(0.06/0.22/0.00/0.26)	

CMYK percentages

%5.82
%22.22
%0
%25.88

Codes

Color #B293BD in popluar color models

B293BD
RGB178147189
HSL284°24.14%65.88%
HSB/HSV284°22.22%74.12%
CMYK5.82%22.22%0.00%
25.88%

Color #B293BD in popluar number systems.

HEXB293BD
Decimal178147189
Binary101100101001001110111101
Octal262223275

Shades and tints

Shades of #B293BD

#B293BD
(178,147,189)
#A286AC
(162,134,172)
#92799B
(146,121,155)
#826C8A
(130,108,138)
#725F79
(114,95,121)
#625268
(98,82,104)
#524557
(82,69,87)
#423846
(66,56,70)
#322B35
(50,43,53)
#221E24
(34,30,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #B293BD

#B293BD
(178,147,189)
#B99CC3
(185,156,195)
#C0A5C9
(192,165,201)
#C7AECF
(199,174,207)
#CEB7D5
(206,183,213)
#D5C0DB
(213,192,219)
#DCC9E1
(220,201,225)
#E3D2E7
(227,210,231)
#EADBED
(234,219,237)
#F1E4F3
(241,228,243)
#F8EDF9
(248,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B293BD color. Also use rgb(178,147,189) instead hex code.

Text Font Color

.myTextColor { color: #B293BD; }

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

This text font color is #B293BD.


Background Color

.myBgColor { background-color: #B293BD; }

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

This div background color is #B293BD.


Border color

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

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

This div border color is #B293BD.


Opacity

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

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

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

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

This text has shadow with #B293BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B293BD on black background.


Color preview on white background

This text has color #B293BD on white background.



Black color preview on #B293BD background

This text has black color on #B293BD background.


White color preview on #B293BD background

This text has white color on #B293BD background.