COLOR #B18AB8

HEX: #B18AB8
RGB: (177,138,184)

Color info

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

RGB color model

#B18AB8 color RGB value is (177,138,184).

  • red value is 177;
  • green value is 138;
  • blue value is 184.
RGB:
(177,138,184)
(69%,54%,72%)

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 184 of 255 = 72%

177
138
184

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

Portions of RGB colors in percentages

R + G + B =
177 + 138 + 184 = 499 (100%)
R 177 of 499 ~ 35.47%
G 138 of 499 ~ 27.66%
B 184 of 499 ~ 36.87%

%35.47
%27.66
%36.87

CMYK color model

#B18AB8 color CMYK value is (4,25,0,28).

  • cyan value is 3.80%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(4,25,0,28)
C4M25Y0K28 
(4%,25%,0%,28%)
(0.04/0.25/0.00/0.28)	

CMYK percentages

%3.8
%25
%0
%27.84

Codes

Color #B18AB8 in popluar color models

B18AB8
RGB177138184
HSL291°24.47%63.14%
HSB/HSV291°25.00%72.16%
CMYK3.80%25.00%0.00%
27.84%

Color #B18AB8 in popluar number systems.

HEXB18AB8
Decimal177138184
Binary101100011000101010111000
Octal261212270

Shades and tints

Shades of #B18AB8

#B18AB8
(177,138,184)
#A17EA8
(161,126,168)
#917298
(145,114,152)
#816688
(129,102,136)
#715A78
(113,90,120)
#614E68
(97,78,104)
#514258
(81,66,88)
#413648
(65,54,72)
#312A38
(49,42,56)
#211E28
(33,30,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #B18AB8

#B18AB8
(177,138,184)
#B894BE
(184,148,190)
#BF9EC4
(191,158,196)
#C6A8CA
(198,168,202)
#CDB2D0
(205,178,208)
#D4BCD6
(212,188,214)
#DBC6DC
(219,198,220)
#E2D0E2
(226,208,226)
#E9DAE8
(233,218,232)
#F0E4EE
(240,228,238)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18AB8; }

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

This text font color is #B18AB8.


Background Color

.myBgColor { background-color: #B18AB8; }

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

This div background color is #B18AB8.


Border color

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

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

This div border color is #B18AB8.


Opacity

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

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

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

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

This text has shadow with #B18AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18AB8 on black background.


Color preview on white background

This text has color #B18AB8 on white background.



Black color preview on #B18AB8 background

This text has black color on #B18AB8 background.


White color preview on #B18AB8 background

This text has white color on #B18AB8 background.