COLOR #B393AE

HEX: #B393AE
RGB: (179,147,174)

Color info

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

RGB color model

#B393AE color RGB value is (179,147,174).

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

RGB channels and saturation

R 179 of 255 = 70%
G 147 of 255 = 58%
B 174 of 255 = 68%

179
147
174

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

Portions of RGB colors in percentages

R + G + B =
179 + 147 + 174 = 500 (100%)
R 179 of 500 ~ 35.8%
G 147 of 500 ~ 29.4%
B 174 of 500 ~ 34.8%

%35.8
%29.4
%34.8

CMYK color model

#B393AE color CMYK value is (0,18,3,30).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,18,3,30)
C0M18Y3K30 
(0%,18%,3%,30%)
(0.00/0.18/0.03/0.30)	

CMYK percentages

%0
%17.88
%2.79
%29.8

Codes

Color #B393AE in popluar color models

B393AE
RGB179147174
HSL309°17.39%63.92%
HSB/HSV309°17.88%70.20%
CMYK0.00%17.88%2.79%
29.80%

Color #B393AE in popluar number systems.

HEXB393AE
Decimal179147174
Binary101100111001001110101110
Octal263223256

Shades and tints

Shades of #B393AE

#B393AE
(179,147,174)
#A3869F
(163,134,159)
#937990
(147,121,144)
#836C81
(131,108,129)
#735F72
(115,95,114)
#635263
(99,82,99)
#534554
(83,69,84)
#433845
(67,56,69)
#332B36
(51,43,54)
#231E27
(35,30,39)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #B393AE

#B393AE
(179,147,174)
#B99CB5
(185,156,181)
#BFA5BC
(191,165,188)
#C5AEC3
(197,174,195)
#CBB7CA
(203,183,202)
#D1C0D1
(209,192,209)
#D7C9D8
(215,201,216)
#DDD2DF
(221,210,223)
#E3DBE6
(227,219,230)
#E9E4ED
(233,228,237)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B393AE color. Also use rgb(179,147,174) instead hex code.

Text Font Color

.myTextColor { color: #B393AE; }

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

This text font color is #B393AE.


Background Color

.myBgColor { background-color: #B393AE; }

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

This div background color is #B393AE.


Border color

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

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

This div border color is #B393AE.


Opacity

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

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

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

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

This text has shadow with #B393AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B393AE on black background.


Color preview on white background

This text has color #B393AE on white background.



Black color preview on #B393AE background

This text has black color on #B393AE background.


White color preview on #B393AE background

This text has white color on #B393AE background.