COLOR #B18AAC

HEX: #B18AAC
RGB: (177,138,172)

Color info

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

RGB color model

#B18AAC color RGB value is (177,138,172).

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

RGB channels and saturation

R 177 of 255 = 69%
G 138 of 255 = 54%
B 172 of 255 = 67%

177
138
172

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

Portions of RGB colors in percentages

R + G + B =
177 + 138 + 172 = 487 (100%)
R 177 of 487 ~ 36.34%
G 138 of 487 ~ 28.34%
B 172 of 487 ~ 35.32%

%36.34
%28.34
%35.32

CMYK color model

#B18AAC color CMYK value is (0,22,3,31).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(0,22,3,31)
C0M22Y3K31 
(0%,22%,3%,31%)
(0.00/0.22/0.03/0.31)	

CMYK percentages

%0
%22.03
%2.82
%30.59

Codes

Color #B18AAC in popluar color models

B18AAC
RGB177138172
HSL308°20.00%61.76%
HSB/HSV308°22.03%69.41%
CMYK0.00%22.03%2.82%
30.59%

Color #B18AAC in popluar number systems.

HEXB18AAC
Decimal177138172
Binary101100011000101010101100
Octal261212254

Shades and tints

Shades of #B18AAC

#B18AAC
(177,138,172)
#A17E9D
(161,126,157)
#91728E
(145,114,142)
#81667F
(129,102,127)
#715A70
(113,90,112)
#614E61
(97,78,97)
#514252
(81,66,82)
#413643
(65,54,67)
#312A34
(49,42,52)
#211E25
(33,30,37)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #B18AAC

#B18AAC
(177,138,172)
#B894B3
(184,148,179)
#BF9EBA
(191,158,186)
#C6A8C1
(198,168,193)
#CDB2C8
(205,178,200)
#D4BCCF
(212,188,207)
#DBC6D6
(219,198,214)
#E2D0DD
(226,208,221)
#E9DAE4
(233,218,228)
#F0E4EB
(240,228,235)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18AAC; }

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

This text font color is #B18AAC.


Background Color

.myBgColor { background-color: #B18AAC; }

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

This div background color is #B18AAC.


Border color

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

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

This div border color is #B18AAC.


Opacity

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

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

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

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

This text has shadow with #B18AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B18AAC on black background.


Color preview on white background

This text has color #B18AAC on white background.



Black color preview on #B18AAC background

This text has black color on #B18AAC background.


White color preview on #B18AAC background

This text has white color on #B18AAC background.