COLOR #B18ABA

HEX: #B18ABA RGB: (177,138,186)

Color info

#B18ABA contains red, green and blue colors in about the same proportion. Web safe color of #B18ABA is #9999CC (or #99C).

RGB color model

#B18ABA color RGB value is (177,138,186).

RGB: (177,138,186) (69%, 54%, 73%)

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 186 of 255 = 73%

177
138
186

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

Portions of RGB colors in percentages

R + G + B = 177 + 138 + 186 = 501 (100%)
R 177 of 501 ~ 35.33%
G 138 of 501 ~ 27.54%
B 186 of 501 ~ 37.13'%

%35.33
%27.54
%37.13

CMYK color model

#B18ABA color CMYK value is (5,26,0,27).

  • cyan value is 4.84%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (5,26,0,27) C5M26Y0K27 (5%,26%,0%,27%) (0.05/0.26/0.00/0.27) 

CMYK percentages

%4.84
%25.81
%0
%27.06

Codes

Color #B18ABA in popluar color models

B1 8A BA
RGB 177 138 186
HSL 289° 25.81% 63.53%
HSB/HSV 289° 25.81% 72.94%
CMYK 4.84% 25.81% 0.00%
27.06%

Color #B18ABA in popluar number systems.

HEX B1 8A BA
Decimal 177 138 186
Binary 10110001 10001010 10111010
Octal 261 212 272

Shades and tints

Shades of #B18ABA

#B18ABA
(177,138,186)
#A17EAA
(161,126,170)
#91729A
(145,114,154)
#81668A
(129,102,138)
#715A7A
(113,90,122)
#614E6A
(97,78,106)
#51425A
(81,66,90)
#41364A
(65,54,74)
#312A3A
(49,42,58)
#211E2A
(33,30,42)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #B18ABA

#B18ABA
(177,138,186)
#B894C0
(184,148,192)
#BF9EC6
(191,158,198)
#C6A8CC
(198,168,204)
#CDB2D2
(205,178,210)
#D4BCD8
(212,188,216)
#DBC6DE
(219,198,222)
#E2D0E4
(226,208,228)
#E9DAEA
(233,218,234)
#F0E4F0
(240,228,240)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18ABA color. Also use rgb(177,138,186) instead hex code.

Text Font Color

.myTextColor { color: #B18ABA; }

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

This text font color is #B18ABA.

Background Color

.myBgColor { background-color: #B18ABA; }

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

This div background color is #B18ABA.

Border color

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

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

This div border color is #B18ABA.

Opacity

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

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

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

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

This text has shadow with #B18ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18ABA.

Preview

Color preview on black background

This text has color #B18ABA on black background.


Color preview on white background

This text has color #B18ABA on white background.


Black color preview on #B18ABA background

This text has black color on #B18ABA background.


White color preview on #B18ABA background

This text has white color on #B18ABA background.


Related colors

Complementary color

Complementary color for #hex is #4E7545.


I love getcolorcode.com

Triadic colors

1 #BAB18A and #8ABAB1 with #B18ABA are triadic colors.

2 #BA8AB1 and #8AB1BA with #B18ABA are triadic colors.