COLOR #B18DAA

HEX: #B18DAA RGB: (177,141,170)

Color info

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

RGB color model

#B18DAA color RGB value is (177,141,170).

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

RGB channels and saturation

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

177
141
170

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

Portions of RGB colors in percentages

R + G + B = 177 + 141 + 170 = 488 (100%)
R 177 of 488 ~ 36.27%
G 141 of 488 ~ 28.89%
B 170 of 488 ~ 34.84'%

%36.27
%28.89
%34.84

CMYK color model

#B18DAA color CMYK value is (0,20,4,31).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 3.95%
  • key color value is 30.59%
CMYK: (0,20,4,31) C0M20Y4K31 (0%,20%,4%,31%) (0.00/0.20/0.04/0.31) 

CMYK percentages

%0
%20.34
%3.95
%30.59

Codes

Color #B18DAA in popluar color models

B1 8D AA
RGB 177 141 170
HSL 312° 18.75% 62.35%
HSB/HSV 312° 20.34% 69.41%
CMYK 0.00% 20.34% 3.95%
30.59%

Color #B18DAA in popluar number systems.

HEX B1 8D AA
Decimal 177 141 170
Binary 10110001 10001101 10101010
Octal 261 215 252

Shades and tints

Shades of #B18DAA

#B18DAA
(177,141,170)
#A1819B
(161,129,155)
#91758C
(145,117,140)
#81697D
(129,105,125)
#715D6E
(113,93,110)
#61515F
(97,81,95)
#514550
(81,69,80)
#413941
(65,57,65)
#312D32
(49,45,50)
#212123
(33,33,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #B18DAA

#B18DAA
(177,141,170)
#B897B1
(184,151,177)
#BFA1B8
(191,161,184)
#C6ABBF
(198,171,191)
#CDB5C6
(205,181,198)
#D4BFCD
(212,191,205)
#DBC9D4
(219,201,212)
#E2D3DB
(226,211,219)
#E9DDE2
(233,221,226)
#F0E7E9
(240,231,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B18DAA; }

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

This text font color is #B18DAA.

Background Color

.myBgColor { background-color: #B18DAA; }

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

This div background color is #B18DAA.

Border color

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

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

This div border color is #B18DAA.

Opacity

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

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

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

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

This text has shadow with #B18DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B18DAA.

Preview

Color preview on black background

This text has color #B18DAA on black background.


Color preview on white background

This text has color #B18DAA on white background.


Black color preview on #B18DAA background

This text has black color on #B18DAA background.


White color preview on #B18DAA background

This text has white color on #B18DAA background.


Related colors

Complementary color

Complementary color for #hex is #4E7255.


I love getcolorcode.com

Triadic colors

1 #AAB18D and #8DAAB1 with #B18DAA are triadic colors.

2 #AA8DB1 and #8DB1AA with #B18DAA are triadic colors.