COLOR #B293AD

HEX: #B293AD
RGB: (178,147,173)

Color info

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

RGB color model

#B293AD color RGB value is (178,147,173).

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

RGB channels and saturation

R 178 of 255 = 70%
G 147 of 255 = 58%
B 173 of 255 = 68%

178
147
173

R + G + B ~ 65%. #B293AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 147 + 173 = 498 (100%)
R 178 of 498 ~ 35.74%
G 147 of 498 ~ 29.52%
B 173 of 498 ~ 34.74%

%35.74
%29.52
%34.74

CMYK color model

#B293AD color CMYK value is (0,17,3,30).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 2.81%
  • key color value is 30.20%
CMYK:
(0,17,3,30)
C0M17Y3K30 
(0%,17%,3%,30%)
(0.00/0.17/0.03/0.30)	

CMYK percentages

%0
%17.42
%2.81
%30.2

Codes

Color #B293AD in popluar color models

B293AD
RGB178147173
HSL310°16.76%63.73%
HSB/HSV310°17.42%69.80%
CMYK0.00%17.42%2.81%
30.20%

Color #B293AD in popluar number systems.

HEXB293AD
Decimal178147173
Binary101100101001001110101101
Octal262223255

Shades and tints

Shades of #B293AD

#B293AD
(178,147,173)
#A2869E
(162,134,158)
#92798F
(146,121,143)
#826C80
(130,108,128)
#725F71
(114,95,113)
#625262
(98,82,98)
#524553
(82,69,83)
#423844
(66,56,68)
#322B35
(50,43,53)
#221E26
(34,30,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #B293AD

#B293AD
(178,147,173)
#B99CB4
(185,156,180)
#C0A5BB
(192,165,187)
#C7AEC2
(199,174,194)
#CEB7C9
(206,183,201)
#D5C0D0
(213,192,208)
#DCC9D7
(220,201,215)
#E3D2DE
(227,210,222)
#EADBE5
(234,219,229)
#F1E4EC
(241,228,236)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B293AD; }

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

This text font color is #B293AD.


Background Color

.myBgColor { background-color: #B293AD; }

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

This div background color is #B293AD.


Border color

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

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

This div border color is #B293AD.


Opacity

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

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

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

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

This text has shadow with #B293AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B293AD on black background.


Color preview on white background

This text has color #B293AD on white background.



Black color preview on #B293AD background

This text has black color on #B293AD background.


White color preview on #B293AD background

This text has white color on #B293AD background.