COLOR #B393A2

HEX: #B393A2 RGB: (179,147,162)

Color info

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

RGB color model

#B393A2 color RGB value is (179,147,162).

RGB: (179,147,162) (70%, 58%, 64%)

RGB channels and saturation

R 179 of 255 = 70%
G 147 of 255 = 58%
B 162 of 255 = 64%

179
147
162

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

Portions of RGB colors in percentages

R + G + B = 179 + 147 + 162 = 488 (100%)
R 179 of 488 ~ 36.68%
G 147 of 488 ~ 30.12%
B 162 of 488 ~ 33.2'%

%36.68
%30.12
%33.2

CMYK color model

#B393A2 color CMYK value is (0,18,9,30).

  • cyan value is 0.00%
  • magenta value is 17.88%
  • yellow value is 9.50%
  • key color value is 29.80%

CMYK: (0,18,9,30)
C0M18Y9K30 (0%, 18%, 9%, 30%)
(0.00 / 0.18 / 0.09 / 0.30)

CMYK percentages

%0
%17.88
%9.5
%29.8

Codes

Color #B393A2 in popluar color models

B3 93 A2
RGB 179 147 162
HSL 332° 17.39% 63.92%
HSB/HSV 332° 17.88% 70.20%
CMYK 0.00% 17.88% 9.50%
29.80%

Color #B393A2 in popluar number systems.

HEX B3 93 A2
Decimal 179 147 162
Binary 10110011 10010011 10100010
Octal 263 223 242

Shades and tints

Shades of #B393A2

#B393A2
(179,147,162)
#A38694
(163,134,148)
#937986
(147,121,134)
#836C78
(131,108,120)
#735F6A
(115,95,106)
#63525C
(99,82,92)
#53454E
(83,69,78)
#433840
(67,56,64)
#332B32
(51,43,50)
#231E24
(35,30,36)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #B393A2

#B393A2
(179,147,162)
#B99CAA
(185,156,170)
#BFA5B2
(191,165,178)
#C5AEBA
(197,174,186)
#CBB7C2
(203,183,194)
#D1C0CA
(209,192,202)
#D7C9D2
(215,201,210)
#DDD2DA
(221,210,218)
#E3DBE2
(227,219,226)
#E9E4EA
(233,228,234)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B393A2; }

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

This text font color is #B393A2.

Background Color

.myBgColor { background-color: #B393A2; }

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

This div background color is #B393A2.

Border color

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

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

This div border color is #B393A2.

Opacity

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

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

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

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

This text has shadow with #B393A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B393A2.

Preview

Color preview on black background

This text has color #B393A2 on black background.


Color preview on white background

This text has color #B393A2 on white background.


Black color preview on #B393A2 background

This text has black color on #B393A2 background.


White color preview on #B393A2 background

This text has white color on #B393A2 background.


Related colors

Complementary color

Complementary color for #hex is #4C6C5D.


I love getcolorcode.com

Triadic colors

1 #A2B393 and #93A2B3 with #B393A2 are triadic colors.

2 #A293B3 and #93B3A2 with #B393A2 are triadic colors.