COLOR #B388A2

HEX: #B388A2
RGB: (179,136,162)

Color info

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

RGB color model

#B388A2 color RGB value is (179,136,162).

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

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 162 of 255 = 64%

179
136
162

R + G + B ~ 62%. #B388A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 136 + 162 = 477 (100%)
R 179 of 477 ~ 37.53%
G 136 of 477 ~ 28.51%
B 162 of 477 ~ 33.96%

%37.53
%28.51
%33.96

CMYK color model

#B388A2 color CMYK value is (0,24,9,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK:
(0,24,9,30)
C0M24Y9K30 
(0%,24%,9%,30%)
(0.00/0.24/0.09/0.30)	

CMYK percentages

%0
%24.02
%9.5
%29.8

Codes

Color #B388A2 in popluar color models

B388A2
RGB179136162
HSL324°22.05%61.76%
HSB/HSV324°24.02%70.20%
CMYK0.00%24.02%9.50%
29.80%

Color #B388A2 in popluar number systems.

HEXB388A2
Decimal179136162
Binary101100111000100010100010
Octal263210242

Shades and tints

Shades of #B388A2

#B388A2
(179,136,162)
#A37C94
(163,124,148)
#937086
(147,112,134)
#836478
(131,100,120)
#73586A
(115,88,106)
#634C5C
(99,76,92)
#53404E
(83,64,78)
#433440
(67,52,64)
#332832
(51,40,50)
#231C24
(35,28,36)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #B388A2

#B388A2
(179,136,162)
#B992AA
(185,146,170)
#BF9CB2
(191,156,178)
#C5A6BA
(197,166,186)
#CBB0C2
(203,176,194)
#D1BACA
(209,186,202)
#D7C4D2
(215,196,210)
#DDCEDA
(221,206,218)
#E3D8E2
(227,216,226)
#E9E2EA
(233,226,234)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B388A2; }

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

This text font color is #B388A2.


Background Color

.myBgColor { background-color: #B388A2; }

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

This div background color is #B388A2.


Border color

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

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

This div border color is #B388A2.


Opacity

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

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

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

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

This text has shadow with #B388A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B388A2 on black background.


Color preview on white background

This text has color #B388A2 on white background.



Black color preview on #B388A2 background

This text has black color on #B388A2 background.


White color preview on #B388A2 background

This text has white color on #B388A2 background.