COLOR #B388A6

HEX: #B388A6
RGB: (179,136,166)

Color info

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

RGB color model

#B388A6 color RGB value is (179,136,166).

  • red value is 179;
  • green value is 136;
  • blue value is 166.
RGB:
(179,136,166)
(70%,53%,65%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 166 of 255 = 65%

179
136
166

R + G + B ~ 63%. #B388A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 136 + 166 = 481 (100%)
R 179 of 481 ~ 37.21%
G 136 of 481 ~ 28.27%
B 166 of 481 ~ 34.51%

%37.21
%28.27
%34.51

CMYK color model

#B388A6 color CMYK value is (0,24,7,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 7.26%
  • key color value is 29.80%
CMYK:
(0,24,7,30)
C0M24Y7K30 
(0%,24%,7%,30%)
(0.00/0.24/0.07/0.30)	

CMYK percentages

%0
%24.02
%7.26
%29.8

Codes

Color #B388A6 in popluar color models

B388A6
RGB179136166
HSL318°22.05%61.76%
HSB/HSV318°24.02%70.20%
CMYK0.00%24.02%7.26%
29.80%

Color #B388A6 in popluar number systems.

HEXB388A6
Decimal179136166
Binary101100111000100010100110
Octal263210246

Shades and tints

Shades of #B388A6

#B388A6
(179,136,166)
#A37C97
(163,124,151)
#937088
(147,112,136)
#836479
(131,100,121)
#73586A
(115,88,106)
#634C5B
(99,76,91)
#53404C
(83,64,76)
#43343D
(67,52,61)
#33282E
(51,40,46)
#231C1F
(35,28,31)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #B388A6

#B388A6
(179,136,166)
#B992AE
(185,146,174)
#BF9CB6
(191,156,182)
#C5A6BE
(197,166,190)
#CBB0C6
(203,176,198)
#D1BACE
(209,186,206)
#D7C4D6
(215,196,214)
#DDCEDE
(221,206,222)
#E3D8E6
(227,216,230)
#E9E2EE
(233,226,238)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B388A6 color. Also use rgb(179,136,166) instead hex code.

Text Font Color

.myTextColor { color: #B388A6; }

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

This text font color is #B388A6.


Background Color

.myBgColor { background-color: #B388A6; }

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

This div background color is #B388A6.


Border color

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

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

This div border color is #B388A6.


Opacity

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

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

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

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

This text has shadow with #B388A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B388A6 on black background.


Color preview on white background

This text has color #B388A6 on white background.



Black color preview on #B388A6 background

This text has black color on #B388A6 background.


White color preview on #B388A6 background

This text has white color on #B388A6 background.