COLOR #B388AB

HEX: #B388AB RGB: (179,136,171)

Color info

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

RGB color model

#B388AB color RGB value is (179,136,171).

RGB: (179,136,171) (70%, 53%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 136 of 255 = 53%
B 171 of 255 = 67%

179
136
171

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

Portions of RGB colors in percentages

R + G + B = 179 + 136 + 171 = 486 (100%)
R 179 of 486 ~ 36.83%
G 136 of 486 ~ 27.98%
B 171 of 486 ~ 35.19'%

%36.83
%27.98
%35.19

CMYK color model

#B388AB color CMYK value is (0,24,4,30).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK: (0,24,4,30) C0M24Y4K30 (0%,24%,4%,30%) (0.00/0.24/0.04/0.30) 

CMYK percentages

%0
%24.02
%4.47
%29.8

Codes

Color #B388AB in popluar color models

B3 88 AB
RGB 179 136 171
HSL 311° 22.05% 61.76%
HSB/HSV 311° 24.02% 70.20%
CMYK 0.00% 24.02% 4.47%
29.80%

Color #B388AB in popluar number systems.

HEX B3 88 AB
Decimal 179 136 171
Binary 10110011 10001000 10101011
Octal 263 210 253

Shades and tints

Shades of #B388AB

#B388AB
(179,136,171)
#A37C9C
(163,124,156)
#93708D
(147,112,141)
#83647E
(131,100,126)
#73586F
(115,88,111)
#634C60
(99,76,96)
#534051
(83,64,81)
#433442
(67,52,66)
#332833
(51,40,51)
#231C24
(35,28,36)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #B388AB

#B388AB
(179,136,171)
#B992B2
(185,146,178)
#BF9CB9
(191,156,185)
#C5A6C0
(197,166,192)
#CBB0C7
(203,176,199)
#D1BACE
(209,186,206)
#D7C4D5
(215,196,213)
#DDCEDC
(221,206,220)
#E3D8E3
(227,216,227)
#E9E2EA
(233,226,234)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B388AB; }

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

This text font color is #B388AB.

Background Color

.myBgColor { background-color: #B388AB; }

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

This div background color is #B388AB.

Border color

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

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

This div border color is #B388AB.

Opacity

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

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

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

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

This text has shadow with #B388AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B388AB.

Preview

Color preview on black background

This text has color #B388AB on black background.


Color preview on white background

This text has color #B388AB on white background.


Black color preview on #B388AB background

This text has black color on #B388AB background.


White color preview on #B388AB background

This text has white color on #B388AB background.


Related colors

Complementary color

Complementary color for #hex is #4C7754.


I love getcolorcode.com

Triadic colors

1 #ABB388 and #88ABB3 with #B388AB are triadic colors.

2 #AB88B3 and #88B3AB with #B388AB are triadic colors.