COLOR #B18DAB

HEX: #B18DAB RGB: (177,141,171)

Color info

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

RGB color model

#B18DAB color RGB value is (177,141,171).

RGB: (177,141,171) (69%, 55%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 141 of 255 = 55%
B 171 of 255 = 67%

177
141
171

R + G + B ~ 64%. #B18DAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 141 + 171 = 489 (100%)
R 177 of 489 ~ 36.2%
G 141 of 489 ~ 28.83%
B 171 of 489 ~ 34.97'%

%36.2
%28.83
%34.97

CMYK color model

#B18DAB color CMYK value is (0,20,3,31).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 3.39%
  • key color value is 30.59%
CMYK: (0,20,3,31) C0M20Y3K31 (0%,20%,3%,31%) (0.00/0.20/0.03/0.31) 

CMYK percentages

%0
%20.34
%3.39
%30.59

Codes

Color #B18DAB in popluar color models

B1 8D AB
RGB 177 141 171
HSL 310° 18.75% 62.35%
HSB/HSV 310° 20.34% 69.41%
CMYK 0.00% 20.34% 3.39%
30.59%

Color #B18DAB in popluar number systems.

HEX B1 8D AB
Decimal 177 141 171
Binary 10110001 10001101 10101011
Octal 261 215 253

Shades and tints

Shades of #B18DAB

#B18DAB
(177,141,171)
#A1819C
(161,129,156)
#91758D
(145,117,141)
#81697E
(129,105,126)
#715D6F
(113,93,111)
#615160
(97,81,96)
#514551
(81,69,81)
#413942
(65,57,66)
#312D33
(49,45,51)
#212124
(33,33,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #B18DAB

#B18DAB
(177,141,171)
#B897B2
(184,151,178)
#BFA1B9
(191,161,185)
#C6ABC0
(198,171,192)
#CDB5C7
(205,181,199)
#D4BFCE
(212,191,206)
#DBC9D5
(219,201,213)
#E2D3DC
(226,211,220)
#E9DDE3
(233,221,227)
#F0E7EA
(240,231,234)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B18DAB color. Also use rgb(177,141,171) instead hex code.

Text Font Color

.myTextColor { color: #B18DAB; }

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

This text font color is #B18DAB.

Background Color

.myBgColor { background-color: #B18DAB; }

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

This div background color is #B18DAB.

Border color

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

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

This div border color is #B18DAB.

Opacity

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

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

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

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

This text has shadow with #B18DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18DAB.

Preview

Color preview on black background

This text has color #B18DAB on black background.


Color preview on white background

This text has color #B18DAB on white background.


Black color preview on #B18DAB background

This text has black color on #B18DAB background.


White color preview on #B18DAB background

This text has white color on #B18DAB background.


Related colors

Complementary color

Complementary color for #hex is #4E7254.


I love getcolorcode.com

Triadic colors

1 #ABB18D and #8DABB1 with #B18DAB are triadic colors.

2 #AB8DB1 and #8DB1AB with #B18DAB are triadic colors.